aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* Screen.c: fix handling of NX_SHADOW atomUlrich Sibiller2020-01-061-10/+3
* Screen.c: drop variableUlrich Sibiller2020-01-061-7/+3
* nxagent: Use XlibAtom data type where appropriateUlrich Sibiller2020-01-051-1/+1
* nxagent: drop Holder.[ch]Ulrich Sibiller2019-11-021-1/+0
* Drop unused placeholder codeUlrich Sibiller2019-11-021-11/+0
* Screen.c: cleanup code a bitUlrich Sibiller2019-10-101-16/+14
* Screen.c: fix a memleakUlrich Sibiller2019-10-101-5/+2
* nxagent: avoid nested externsUlrich Sibiller2019-09-291-16/+10
* Screen.c: fix wrong format characterUlrich Sibiller2019-09-291-1/+1
* Screen.c: fix typoUlrich Sibiller2019-09-291-1/+1
* Screen.c: improve readabilityUlrich Sibiller2019-09-291-12/+10
* Imakefile: make NXAGENT_RANDR_MODE_PREFIX configurable via macroUlrich Sibiller2019-09-291-5/+5
* Screen.c: fix typo in TEST outputUlrich Sibiller2019-09-291-1/+1
* Screen.c: scope improvementsUlrich Sibiller2019-09-291-7/+8
* Screen.c: code cleanupUlrich Sibiller2019-09-291-235/+201
* Screen.c: fix: use bit operator, not logic operatorUlrich Sibiller2019-09-291-1/+1
* 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