aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Args.c: add two missing options to help messageUlrich Sibiller2017-04-031-0/+2
* os: Remove the useless -x optionAdam Jackson2017-03-211-4/+0
* os: Add -displayfd optionChase Douglas2017-03-211-0/+7
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-214-26/+22
* Keystroke.c: ignore CapsLock and NumLock most of the timeUlrich Sibiller2017-03-193-3/+32
* nxagent: Use SetNotifyFd to receive events.Mike Gabriel2017-03-174-3/+12
* Keystroke.c: remove unneeded capital keys for default keystrokesUlrich Sibiller2017-03-131-11/+0
* Keystroke.c: add new keystroke to reread keystroke configUlrich Sibiller2017-03-132-6/+34
* Keystroke.c: simplify parse_keystroke_fileUlrich Sibiller2017-03-131-36/+15
* Keystroke.c: fix formattingUlrich Sibiller2017-03-131-1/+1
* Keystroke.c: use an own environment variable for X2GoUlrich Sibiller2017-03-131-3/+10
* Keystroke.c: make nxagentKeystrokeFileParsed localUlrich Sibiller2017-03-131-4/+5
* Keystroke.c: add missing Mod5 modifierUlrich Sibiller2017-03-131-0/+1
* Keystroke.c: fix code orderUlrich Sibiller2017-03-131-1/+3
* Keystroke.h: sane struct initUlrich Sibiller2017-03-131-0/+1
* Keyboard.c: Introduce separate masks for Alt and MetaUlrich Sibiller2017-03-131-0/+8
* Keystroke.c: Fix modifier handlingUlrich Sibiller2017-03-131-1/+2
* Keystroke.c: more/fixed debug outputUlrich Sibiller2017-03-131-2/+17
* Keystroke: whitespace fixesUlrich Sibiller2017-03-132-2/+2
* Keystroke.c: arrange switch_all_screens and fullscreen close togetherUlrich Sibiller2017-03-132-17/+17
* Keystroke.c: print keystroke name in TEST modeUlrich Sibiller2017-03-131-2/+6
* Keystroke.c: improve TEST outputUlrich Sibiller2017-03-131-3/+3
* Keystroke.c: add another FIXMEUlrich Sibiller2017-03-131-0/+2
* Keystroke.c: Simplify read_binding_from_xmlnodeUlrich Sibiller2017-03-131-16/+17
* Keystroke.c: use symbols instead of integersUlrich Sibiller2017-03-131-2/+4
* Keystroke.c: Boolify read_binding_from_xmlnodeUlrich Sibiller2017-03-132-45/+45
* Keystroke.c: Boolify nxagentCheckSpecialKeystrokeUlrich Sibiller2017-03-132-8/+8
* Keystroke.c: reorder parse_keystroke_fileUlrich Sibiller2017-03-131-7/+5
* Keystroke.c: handle parsing state in parse_keystroke_file()Ulrich Sibiller2017-03-131-5/+6
* Keystroke.c: simplify nxagentCheckSpecialKeystrokeUlrich Sibiller2017-03-131-19/+3
* Keystroke.c: fix code formattingUlrich Sibiller2017-03-131-5/+4
* Keystroke.c: rework read_binding_from_xmlnode()Ulrich Sibiller2017-03-111-54/+30
* Keystroke.c: use Bool type where appropriateUlrich Sibiller2017-03-111-4/+4
* Display.c: remove unused logo codeUlrich Sibiller2017-03-101-37/+0
* Rootless.c: improve debugging outputUlrich Sibiller2017-03-101-4/+4
* Rootless.c: improve malloc failure handlingUlrich Sibiller2017-03-101-2/+34
* Rootless.c: fix possible memleakUlrich Sibiller2017-03-101-0/+1
* Display.c: pid is always 0, remove checkUlrich Sibiller2017-03-101-1/+1
* Window.c: Fix reference before check for null pointerUlrich Sibiller2017-03-101-3/+7
* Keyboard.c: Simplify if clauseUlrich Sibiller2017-03-101-4/+2
* Rootless.c: Fix wrongly negated comparisonsUlrich Sibiller2017-03-101-2/+2
* Args.c: Fix missing parenthesesUlrich Sibiller2017-03-101-0/+2
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-036-21/+21
* nxagent: move validateString as inline func to Utils.hUlrich Sibiller2017-03-037-9/+8
* nxagent: half number of NameForAtom callsUlrich Sibiller2017-03-036-2/+9
* misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ...Mihai Moldovan2017-03-034-247/+192
* hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle...Mike Gabriel2017-03-031-0/+2
* Fix "uninitialised byte(s)" complaints from valgrindUlrich Sibiller2017-03-026-17/+42
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-024-13/+13
* {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende...Mike Gabriel2017-02-271-11/+36