| Commit message (Expand) | Author | Age | Files | Lines |
* | Clipboard.c: add missing include | Ulrich Sibiller | 2018-06-05 | 1 | -0/+1 |
* | Update Xinerama on XMapEvent | Ulrich Sibiller | 2018-05-24 | 1 | -0/+12 |
* | whitespace fixes | Ulrich Sibiller | 2018-05-24 | 3 | -4/+4 |
* | Screen.c: simplify setting of window name/class | Ulrich Sibiller | 2018-05-24 | 1 | -16/+11 |
* | Events.c: catch intermediate window position changes | Ulrich Sibiller | 2018-05-24 | 1 | -5/+35 |
* | nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig | Ulrich Sibiller | 2018-05-24 | 5 | -12/+11 |
* | Screen.c/Events.c: fix some comments | Ulrich Sibiller | 2018-05-24 | 3 | -5/+3 |
* | nxagent: use XAllocSizeHints() instead of XSizeHints struct | Ulrich Sibiller | 2018-05-24 | 3 | -97/+130 |
* | Screen.c/Events.c: add some FIXMEs | Ulrich Sibiller | 2018-05-24 | 2 | -0/+4 |
* | Screen.c: replace XSetWMNormalHints code block by already existing function | Ulrich Sibiller | 2018-05-24 | 3 | -38/+7 |
* | compext: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 4 | -6/+6 |
* | manpage: fix spelling error as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
* | hw/nxagent: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 21 | -51/+50 |
* | release 3.5.99.163.5.99.16 | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
* | nx-X11/programs/Xserver/hw/nxagent/Screen.c: do not try to set a NULL mode if... | Mihai Moldovan | 2018-03-15 | 1 | -5/+5 |
* | nx-X11/programs/Xserver/hw/nxagent/Screen.c: initialize pointers to NULL to a... | Mihai Moldovan | 2018-03-15 | 1 | -1/+1 |
* | release 3.5.99.153.5.99.15 | Mike Gabriel | 2018-03-07 | 1 | -1/+1 |
* | Xserver/hw/nxagent/Screen.c: Drop commented out code. Functionality now imple... | Mike Gabriel | 2018-03-07 | 1 | -16/+0 |
* | hw/nxagent/Screen.c: Cover Xinerama bounding box corner cases. | Mike Gabriel | 2018-03-07 | 1 | -16/+81 |
* | nx-X11/programs/Xserver/hw/nxagent/Init.c: disable DPMS support within nxagent. | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
* | hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if no... | Simon Matter | 2018-03-01 | 1 | -1/+1 |
* | release 3.5.99.143.5.99.14 | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
* | os: hide ttyxx option | Ulrich Sibiller | 2018-02-28 | 1 | -3/+0 |
* | nxagent: rearrange nx options in usage | Ulrich Sibiller | 2018-02-28 | 1 | -4/+4 |
* | Lift xkb to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-28 | 1 | -8/+2 |
* | nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking onl... | Mike Gabriel | 2018-02-27 | 2 | -0/+24 |
* | nxagent: Auto-detect client-side DPI at session startup. | Simon Matter | 2018-02-27 | 4 | -6/+64 |
* | {nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: mag... | Mihai Moldovan | 2018-02-27 | 1 | -1/+1 |
* | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1: remove empty line on top of... | Mihai Moldovan | 2018-02-27 | 1 | -1/+0 |
* | Lift mi to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-27 | 1 | -3/+2 |
* | hw/nxagent/: Stop using non-portable '__progname', set up our own 'nxagentPro... | Mike Gabriel | 2018-02-26 | 2 | -5/+7 |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 28 | -94/+94 |
* | nxagent/Args.c: Mention new -options cmdline parameter in usage info. | Simon Matter | 2018-02-26 | 1 | -0/+1 |
* | nxagent: Add -version cmdline option. | Simon Matter | 2018-02-26 | 4 | -4/+17 |
* | Transfer previous dix changes into hw/nxagent | Ulrich Sibiller | 2018-02-26 | 1 | -21/+31 |
* | Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 1 | -2/+1 |
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 3 | -11/+4 |
* | Lift dix to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-26 | 1 | -2/+2 |
* | nxagent: Add support for optionally enabling/disabling the magic pixel feature. | Mike Gabriel | 2018-02-26 | 5 | -1/+34 |
* | Revert "NXhsm.c: add missing code" | Mihai Moldovan | 2018-02-09 | 1 | -20/+6 |
* | Window.c: fix TEST/DEBUG output | Ulrich Sibiller | 2018-02-05 | 1 | -3/+3 |
* | Split.c: make nxagentWaitDrawable TEST messages look like all the others | Ulrich Sibiller | 2018-02-05 | 1 | -5/+5 |
* | Split.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -2/+2 |
* | Splash.c: Fix wrong function names in TEST/DEBUG output | Ulrich Sibiller | 2018-02-05 | 1 | -6/+6 |
* | Screen.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |
* | Rootless.c: Fix wrong function name in WARNING output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |
* | Reconnect.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -10/+10 |
* | Pixmap.c: Fix wrong function names in TEST/WARNING output | Ulrich Sibiller | 2018-02-05 | 1 | -2/+2 |
* | Events.c: change scope of XButtonEvent struct and clear it before use | Ulrich Sibiller | 2018-02-05 | 1 | -2/+3 |
* | Events.c: Fix wrong function name in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |