Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement Xinerama tiling code #682

Open
wants to merge 17 commits into
base: 3.6.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
319adb3
nx-X11/programs/Xserver/hw/nxagent/Screen.c: reformat nxagentAdjustRa…
Ionic Mar 16, 2018
5537bb1
nx-X11/programs/Xserver/hw/nxagent/Screen.c: make intersect and inter…
Ionic Mar 18, 2018
a9d6595
nx-X11/programs/Xserver/hw/nxagent/Utils.h: add SAFE_FREE macro.
Ionic Mar 18, 2018
aaf78fd
nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement split algorith…
Ionic Mar 18, 2018
1af6aa3
nx-X11/programs/Xserver/hw/nxagent/Screen.c: add screen boxes generat…
Ionic Mar 19, 2018
40013db
nx-X11/programs/Xserver/hw/nxagent/Screen.c: let intersect() accept N…
Ionic Mar 19, 2018
9128742
nx-X11/programs/Xserver/hw/nxagent/Screen.c: add low-level screen box…
Ionic Mar 22, 2018
b03e638
nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement algorithm gene…
Ionic Apr 4, 2018
158701a
nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement basic screen b…
Ionic Mar 28, 2018
780bb71
nx-X11/programs/Xserver/hw/nxagent/Screen.c: add high-level wrapper t…
Ionic Apr 24, 2018
04d9b3c
nx-X11/programs/Xserver/hw/nxagent/Screen.c: reimplement Xinerama Ran…
Ionic Apr 30, 2018
5ea453b
nx-X11/programs/Xserver/hw/nxagent/Screen.c: remove obsolete intersec…
Ionic Apr 30, 2018
8fcaab7
nx-X11/programs/Xserver/hw/nxagent/Imakefile: remove obsolete NXAGENT…
Ionic Apr 30, 2018
89d5467
nx-X11/programs/Xserver/hw/nxagent/Screen.c: add debugging to interse…
Ionic May 1, 2018
9f4781f
nx-X11/programs/Xserver/hw/nxagent/Screen.c: fix intersection break-out.
Ionic May 1, 2018
287338f
nx-X11/programs/Xserver/hw/nxagent/Screen.c: fix boolean vs. logical …
Ionic Jun 4, 2018
83f69b1
nx-X11/programs/Xserver/hw/nxagent/Screen.c: add more debugging to in…
Ionic May 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nx-X11/programs/Xserver/hw/nxagent/Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ INCLUDES = \
# NXAGENT_FONTEXCLUDE Exclude some specific font names (only "-ult1mo" at this moment).
# NXAGENT FULLSCREEN Fullscreen mode
# NXAGENT_RANDR_MODE_PREFIX Use prefixed (i.e., nx_<x>x<y>) RandR modes
# NXAGENT_RANDR_XINERAMA_CLIPPING cut off invisible window parts in xinerama mode (you probably do not want this)

#if nxVersion
NX_DEFINES = \
Expand Down
Loading