aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "nxagent: rework Bool handling"Ulrich Sibiller2019-02-151-26/+26
* nxagent: rework Bool handlingUlrich Sibiller2019-02-111-26/+26
* Screen.c: code optimization for rootless modeUlrich Sibiller2019-02-111-4/+6
* Screen.c: simplify and fix handling of rootless modeUlrich Sibiller2019-02-111-23/+17
* Screen.c: fix handling of fullscreen startupUlrich Sibiller2019-01-141-5/+5
* Screen.c: fix size calculation in rootless modeUlrich Sibiller2019-01-141-2/+16
* Screen.c: improve readability of size calculationsUlrich Sibiller2019-01-141-65/+57
* Screen.c: move identical line out of both parts of an if clauseUlrich Sibiller2019-01-141-3/+2
* nxagent: use nxagentWMPassed as Bool all over the placeUlrich Sibiller2018-10-221-1/+1
* nxagent: use nxagentWMIsRunning as Bool all over the placeUlrich Sibiller2018-10-221-1/+1
* Replace MIN/MAX macros by min/max from misc.hUlrich Sibiller2018-08-231-8/+9
* Fix broken 9a7c0b081fad98bfcfcceff9557781f4b39ec572Ulrich Sibiller2018-08-221-13/+20
* refactor nxagentGet(Default)EventMaskUlrich Sibiller2018-08-221-11/+6
* nxagent: Used 'Xutf8SetVMPropertis' instead of 'XSetStandardProperties' + 'Xu...Pavel Vaynerman2018-08-221-13/+6
* fix window title encoding (use utf8) for nxagentPavel Vaynerman2018-08-221-2/+8
* whitespace fixesUlrich Sibiller2018-05-241-2/+2
* Screen.c: simplify setting of window name/classUlrich Sibiller2018-05-241-16/+11
* nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfigUlrich Sibiller2018-05-241-4/+4
* Screen.c/Events.c: fix some commentsUlrich Sibiller2018-05-241-1/+1
* nxagent: use XAllocSizeHints() instead of XSizeHints structUlrich Sibiller2018-05-241-72/+116
* Screen.c/Events.c: add some FIXMEsUlrich Sibiller2018-05-241-0/+3
* Screen.c: replace XSetWMNormalHints code block by already existing functionUlrich Sibiller2018-05-241-36/+5
* hw/nxagent: fix spelling errors as reported by codespellUlrich Sibiller2018-05-241-3/+3
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: do not try to set a NULL mode if...Mihai Moldovan2018-03-151-5/+5
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: initialize pointers to NULL to a...Mihai Moldovan2018-03-151-1/+1
* Xserver/hw/nxagent/Screen.c: Drop commented out code. Functionality now imple...Mike Gabriel2018-03-071-16/+0
* hw/nxagent/Screen.c: Cover Xinerama bounding box corner cases.Mike Gabriel2018-03-071-16/+81
* hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if no...Simon Matter2018-03-011-1/+1
* nxagent: Auto-detect client-side DPI at session startup.Simon Matter2018-02-271-3/+39
* hw/nxagent/: Use <function>(void) rather than <function>().Mike Gabriel2018-02-261-2/+2
* Screen.c: Fix wrong function names in TEST outputUlrich Sibiller2018-02-051-1/+1
* hw/nxagent/Screen.c: Additionally check for noRRXineramaExtension set to FALS...Mike Gabriel2018-01-161-1/+1
* Screen.c: string handling improvementsUlrich Sibiller2018-01-071-16/+10
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: re-enable normal error/warning o...Mihai Moldovan2017-12-241-2/+2
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifyi...Mihai Moldovan2017-12-241-0/+7
* always notify on size changesUlrich Sibiller2017-12-131-7/+1
* re-implement pre-xinerama behaviourUlrich Sibiller2017-12-131-20/+105
* simply free() callsUlrich Sibiller2017-11-211-35/+11
* Report Xlib-side window IDs to session.log in machine readable form. This fea...Mike Gabriel2017-07-051-4/+14
* hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,...Mike Gabriel2017-04-101-1/+1
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-101-4/+4
* nxagent: Use SetNotifyFd to receive events.Mike Gabriel2017-03-171-1/+1
* Screen.c: clean up superfluous whitespaceUlrich Sibiller2017-02-081-4/+3
* Screen.c: Ensure that an output is unused before destroying itUlrich Sibiller2017-02-081-14/+28
* Screen.c: more debug output formatting improvementsUlrich Sibiller2016-12-071-8/+8
* Screen.c: fix uninitalized variableUlrich Sibiller2016-12-071-0/+1
* Screen.c: fix compile warnings in DEBUG modeUlrich Sibiller2016-12-071-5/+5
* Screen.c: fix formattingUlrich Sibiller2016-12-071-9/+9
* Screen.c: improve debugging outputUlrich Sibiller2016-12-071-7/+29
* slightly improve rrxinerama debug outputUlrich Sibiller2016-12-031-12/+12