| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "nxagent: rework Bool handling" | Ulrich Sibiller | 2019-02-15 | 1 | -26/+26 |
* | nxagent: rework Bool handling | Ulrich Sibiller | 2019-02-11 | 1 | -26/+26 |
* | Screen.c: code optimization for rootless mode | Ulrich Sibiller | 2019-02-11 | 1 | -4/+6 |
* | Screen.c: simplify and fix handling of rootless mode | Ulrich Sibiller | 2019-02-11 | 1 | -23/+17 |
* | Screen.c: fix handling of fullscreen startup | Ulrich Sibiller | 2019-01-14 | 1 | -5/+5 |
* | Screen.c: fix size calculation in rootless mode | Ulrich Sibiller | 2019-01-14 | 1 | -2/+16 |
* | Screen.c: improve readability of size calculations | Ulrich Sibiller | 2019-01-14 | 1 | -65/+57 |
* | Screen.c: move identical line out of both parts of an if clause | Ulrich Sibiller | 2019-01-14 | 1 | -3/+2 |
* | nxagent: use nxagentWMPassed as Bool all over the place | Ulrich Sibiller | 2018-10-22 | 1 | -1/+1 |
* | nxagent: use nxagentWMIsRunning as Bool all over the place | Ulrich Sibiller | 2018-10-22 | 1 | -1/+1 |
* | Replace MIN/MAX macros by min/max from misc.h | Ulrich Sibiller | 2018-08-23 | 1 | -8/+9 |
* | Fix broken 9a7c0b081fad98bfcfcceff9557781f4b39ec572 | Ulrich Sibiller | 2018-08-22 | 1 | -13/+20 |
* | refactor nxagentGet(Default)EventMask | Ulrich Sibiller | 2018-08-22 | 1 | -11/+6 |
* | nxagent: Used 'Xutf8SetVMPropertis' instead of 'XSetStandardProperties' + 'Xu... | Pavel Vaynerman | 2018-08-22 | 1 | -13/+6 |
* | fix window title encoding (use utf8) for nxagent | Pavel Vaynerman | 2018-08-22 | 1 | -2/+8 |
* | whitespace fixes | Ulrich Sibiller | 2018-05-24 | 1 | -2/+2 |
* | Screen.c: simplify setting of window name/class | Ulrich Sibiller | 2018-05-24 | 1 | -16/+11 |
* | nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig | Ulrich Sibiller | 2018-05-24 | 1 | -4/+4 |
* | Screen.c/Events.c: fix some comments | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
* | nxagent: use XAllocSizeHints() instead of XSizeHints struct | Ulrich Sibiller | 2018-05-24 | 1 | -72/+116 |
* | Screen.c/Events.c: add some FIXMEs | Ulrich Sibiller | 2018-05-24 | 1 | -0/+3 |
* | Screen.c: replace XSetWMNormalHints code block by already existing function | Ulrich Sibiller | 2018-05-24 | 1 | -36/+5 |
* | hw/nxagent: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if no... | Simon Matter | 2018-03-01 | 1 | -1/+1 |
* | nxagent: Auto-detect client-side DPI at session startup. | Simon Matter | 2018-02-27 | 1 | -3/+39 |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -2/+2 |
* | Screen.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |
* | hw/nxagent/Screen.c: Additionally check for noRRXineramaExtension set to FALS... | Mike Gabriel | 2018-01-16 | 1 | -1/+1 |
* | Screen.c: string handling improvements | Ulrich Sibiller | 2018-01-07 | 1 | -16/+10 |
* | nx-X11/programs/Xserver/hw/nxagent/Screen.c: re-enable normal error/warning o... | Mihai Moldovan | 2017-12-24 | 1 | -2/+2 |
* | nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifyi... | Mihai Moldovan | 2017-12-24 | 1 | -0/+7 |
* | always notify on size changes | Ulrich Sibiller | 2017-12-13 | 1 | -7/+1 |
* | re-implement pre-xinerama behaviour | Ulrich Sibiller | 2017-12-13 | 1 | -20/+105 |
* | simply free() calls | Ulrich Sibiller | 2017-11-21 | 1 | -35/+11 |
* | Report Xlib-side window IDs to session.log in machine readable form. This fea... | Mike Gabriel | 2017-07-05 | 1 | -4/+14 |
* | hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,... | Mike Gabriel | 2017-04-10 | 1 | -1/+1 |
* | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 1 | -4/+4 |
* | nxagent: Use SetNotifyFd to receive events. | Mike Gabriel | 2017-03-17 | 1 | -1/+1 |
* | Screen.c: clean up superfluous whitespace | Ulrich Sibiller | 2017-02-08 | 1 | -4/+3 |
* | Screen.c: Ensure that an output is unused before destroying it | Ulrich Sibiller | 2017-02-08 | 1 | -14/+28 |
* | Screen.c: more debug output formatting improvements | Ulrich Sibiller | 2016-12-07 | 1 | -8/+8 |
* | Screen.c: fix uninitalized variable | Ulrich Sibiller | 2016-12-07 | 1 | -0/+1 |
* | Screen.c: fix compile warnings in DEBUG mode | Ulrich Sibiller | 2016-12-07 | 1 | -5/+5 |
* | Screen.c: fix formatting | Ulrich Sibiller | 2016-12-07 | 1 | -9/+9 |
* | Screen.c: improve debugging output | Ulrich Sibiller | 2016-12-07 | 1 | -7/+29 |
* | slightly improve rrxinerama debug output | Ulrich Sibiller | 2016-12-03 | 1 | -12/+12 |