aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
Commit message (Expand)AuthorAgeFilesLines
* Screen.c: fix missing type in DEBUG modeUlrich Sibiller2020-05-071-2/+2
* Screen.c: fix wrong debug statementUlrich Sibiller2020-05-071-1/+1
* Screen.h: improve NXAGENT_ARTSD prototype definitionUlrich Sibiller2020-05-071-3/+0
* Screen.c: formatting fixesUlrich Sibiller2020-05-071-7/+8
* Screen.c: spelling fixUlrich Sibiller2020-05-071-1/+1
* Screen.c: activate fallback to dix blankingUlrich Sibiller2020-04-071-2/+2
* Screen.c: document nxagentSaveScreenUlrich Sibiller2020-04-071-22/+37
* nxagent: re-implement timeout handlingUlrich Sibiller2020-04-071-78/+7
* nxagent: rename variables that shadow globalsUlrich Sibiller2020-01-251-31/+31
* Screen.c: harmonize size/wmhints codeUlrich Sibiller2020-01-061-21/+11
* nxagent: drop CYGWIN and WIN32 definesUlrich Sibiller2020-01-061-34/+0
* Screen.c: code simplification/scopeUlrich Sibiller2020-01-061-266/+185
* 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