aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
Commit message (Expand)AuthorAgeFilesLines
* Screen.c: initialize RandR only on startup...Ulrich Sibiller2019-08-271-6/+6
* nxagent: move nxagentWMPassed to Splash.cUlrich Sibiller2019-08-271-4/+1
* nxagent: rename nxagentWMStart to nxagentReadyAtomUlrich Sibiller2019-08-271-2/+2
* Splash.c: move some variables to Splash.cUlrich Sibiller2019-08-271-2/+0
* Splash.c: nxagentRemoveSplashWindow: drop unused parameterUlrich Sibiller2019-08-271-1/+1
* nxagent: simplify nxagentWaitEvents()Ulrich Sibiller2019-08-271-5/+1
* Screen.c: safe some lines by calling SAFE_XFreeUlrich Sibiller2019-08-061-44/+29
* Drop Ipaq supportUlrich Sibiller2019-06-271-32/+5
* Screen.c: use XlibWindow so silence the compilerUlrich Sibiller2019-06-271-2/+2
* Consistently use None instead of 0 for nxagentIconWindow everywhereUlrich Sibiller2019-06-271-1/+1
* Screen.c: simplify nxagentMinimizeFromFullscreenUlrich Sibiller2019-06-271-6/+9
* nxagentMaximizeToFullScreen: only reparent if necessaryUlrich Sibiller2019-06-271-21/+56
* Screen.c: add nxagentIsParentOf helperUlrich Sibiller2019-06-271-0/+22
* Screen.c: fix two more memleaks of visualsUlrich Sibiller2019-06-221-0/+2
* Screen.c: fix two memleaksUlrich Sibiller2019-06-221-19/+18
* various scope improvementsUlrich Sibiller2019-06-191-3/+1
* Screen.c: more debug outputUlrich Sibiller2019-06-191-1/+4
* Screen.c: fix another memory leakUlrich Sibiller2019-06-191-4/+12
* Screen.c: Fix: make sure RRCloseScreen is being calledUlrich Sibiller2019-06-191-7/+7
* Screen.c: correctly free stuff in nxagentCloseScreenUlrich Sibiller2019-06-191-3/+15
* Screen.c: more TEST outputUlrich Sibiller2019-06-111-5/+10
* Screen.c: use consistent spacing on pointer referencesUlrich Sibiller2019-06-111-4/+4
* Screen.c: whitespace/formatting fixesUlrich Sibiller2019-06-111-21/+22
* Screen.c: report both created windows (and with the right name)Ulrich Sibiller2019-06-111-4/+9
* Window.c: fix: report correct window on icon window creationUlrich Sibiller2019-06-111-2/+2
* 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