| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix compilation warnings | Ulrich Sibiller | 2016-12-03 | 1 | -7/+7 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 1 | -1/+1 |
* | Fix FTBFS with gcc 4.4 | Ulrich Sibiller | 2016-10-01 | 1 | -2/+0 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 1 | -7/+15 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -16/+16 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -19/+19 |
* | Screen.c: fix RRGetInfo call | Ulrich Sibiller | 2016-06-25 | 1 | -1/+1 |
* | Xinerama: undef debug/test flags | Ulrich Sibiller | 2016-06-25 | 1 | -4/+4 |
* | Backport RANDR proto version 1.5 to nx-X11's Xserver. | Mike Gabriel | 2016-06-21 | 1 | -1/+1 |
* | Move each screen's root-window pointer into ScreenRec. | Mike Gabriel | 2016-06-21 | 1 | -21/+21 |
* | Properly enable/disable Xinerama support in nxagent via cmdline options provi... | Mike Gabriel | 2016-06-21 | 1 | -5/+0 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -2/+2 |
* | hw/nxagent/Screen.c: Cast proper types before handing values over to fprintf(). | Mike Gabriel | 2016-05-02 | 1 | -21/+21 |
* | hw/nxagent/Screen.c: Drop various unused variables. | Mike Gabriel | 2016-05-02 | 1 | -10/+1 |
* | hw/nxagent/Screen.h: Provide prototype for nxagentAdjustRandRXinerama(). Avoi... | Mike Gabriel | 2016-05-02 | 1 | -0/+1 |
* | hw/nxagent/Screen.c: Correctly use already defined MIN/MAX macros. | Mike Gabriel | 2016-05-02 | 1 | -4/+0 |
* | Rename region macros to eliminate screen argument | Mike Gabriel | 2016-05-02 | 1 | -59/+59 |
* | Xinerama: do not cut off at outer edges | Ulrich Sibiller | 2015-12-30 | 1 | -2/+76 |
* | Provide support for re-enabling Xinerama on session resumptions. | Mike Gabriel | 2015-12-30 | 1 | -2/+4 |
* | Screen.c: Rename NX_USE_MODE_PREFIX to NXAGENT_RANDR_MODE_PREFIX, fix unclose... | Mike Gabriel | 2015-12-30 | 1 | -3/+2 |
* | Screen.c: restructure xinerama code, much shorter now | Ulrich Sibiller | 2015-12-30 | 1 | -64/+40 |
* | Screen.c: Fix freeing of unsued modes | Ulrich Sibiller | 2015-12-30 | 1 | -9/+28 |
* | Screen.c: improve comments and DEBUG output | Ulrich Sibiller | 2015-12-30 | 1 | -24/+59 |
* | Reimplement xinerama via randr in nxagent (not libNX_Xinerama). (Fixes Arctic... | Ulrich Sibiller | 2015-12-30 | 1 | -67/+361 |
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's libXineram... | Mike Gabriel | 2015-12-30 | 1 | -0/+4 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -2/+2 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 1 | -11/+11 |