aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent
Commit message (Expand)AuthorAgeFilesLines
* Keyboard.c: add static keyword where appropriateUlrich Sibiller2018-12-191-5/+5
* nxagent: simplify keycode conversion setupUlrich Sibiller2018-12-193-16/+7
* nxagent: store remote keyboard in global variablesUlrich Sibiller2018-12-193-111/+106
* nxagent: add additional keyboard config option rmlvoUlrich Sibiller2018-12-192-7/+38
* nxagent: add keyboard=clone configuration optionUlrich Sibiller2018-12-193-9/+44
* Reconnect.c: restore old keyboard value if no new one is givenUlrich Sibiller2018-12-191-0/+11
* Keyboard.c: remove non-fitting commentUlrich Sibiller2018-12-191-6/+0
* nxagent: fix references to default rules in manpageUlrich Sibiller2018-12-191-2/+2
* Keyboard.c: improve creation of keyboard config fileUlrich Sibiller2018-12-191-16/+28
* Keyboard.c: reformat nxagentKeycodeConversionSetupUlrich Sibiller2018-12-191-19/+18
* Keyboard.c: use 'variant' all over the placeUlrich Sibiller2018-12-191-4/+4
* Keyboard.c: rename variables to better reflect their meaningUlrich Sibiller2018-12-191-25/+25
* Keyboard.c: refactor keycode conversionUlrich Sibiller2018-12-191-38/+56
* Keyboard.c: move keyboard file creation to extra functionUlrich Sibiller2018-12-191-51/+57
* manpage: reformat some linesUlrich Sibiller2018-12-191-4/+4
* manpage: add -nameUlrich Sibiller2018-12-191-0/+5
* manpage: add/extend -dpi/-autodpiUlrich Sibiller2018-12-191-4/+17
* manpage: add -geometryUlrich Sibiller2018-12-191-0/+19
* manpage: add -depthUlrich Sibiller2018-12-191-0/+9
* manpage: add -classUlrich Sibiller2018-12-191-0/+32
* manpage: add -fullUlrich Sibiller2018-12-191-0/+11
* manpage: add -syncUlrich Sibiller2018-12-191-0/+6
* release 3.5.99.173.5.99.17Mike Gabriel2018-11-201-1/+1
* Lift Xext to xorg 1.4.2Ulrich Sibiller2018-11-092-144/+216
* Event.c: improve DEBUG outputUlrich Sibiller2018-11-091-3/+15
* Keyboard.c: simplify even more: free stuff at one placeUlrich Sibiller2018-11-091-16/+8
* Keyboard.c: fix keyboard=query logicUlrich Sibiller2018-11-091-1/+1
* Keyboard.c: greatly simplify the code in nxagentKeyboardProcUlrich Sibiller2018-11-091-31/+13
* Keyboard.c: guard XkbFreeKeyboard callsUlrich Sibiller2018-11-091-5/+10
* Keyboard.c: simplify over-specific ifUlrich Sibiller2018-11-091-2/+1
* Keyboard.c: simplify RLMVO string handlingUlrich Sibiller2018-11-091-37/+9
* Keyboard.c: always ask for remote XKBUlrich Sibiller2018-11-091-12/+12
* Keyboard.c: do not define own RLMVO defaultsUlrich Sibiller2018-11-091-94/+5
* no more own XkbBaseDirectory handlingUlrich Sibiller2018-11-091-33/+0
* Keyboard.c: remove unused definesUlrich Sibiller2018-11-091-6/+0
* Keyboard.c: remove unnecessary includesUlrich Sibiller2018-11-091-7/+0
* Keyboard.c: Remove (now) unused definesUlrich Sibiller2018-11-091-6/+0
* Lift xkb to XORG-1.2.0 stateUlrich Sibiller2018-11-091-1/+1
* Check nxagentXkbInfo.EventBase before useUlrich Sibiller2018-11-091-1/+7
* Window.c: use C99 designated initializers at some placesUlrich Sibiller2018-10-271-37/+30
* Window.c: add FIXMEUlrich Sibiller2018-10-271-0/+4
* Window.c: save some lines by declaring loop variables in the loopUlrich Sibiller2018-10-271-48/+21
* Window.c: indent ifdefs for better readabilityUlrich Sibiller2018-10-271-46/+43
* Window.c: silence compiler warningsUlrich Sibiller2018-10-271-2/+8
* Window.c: some code simplificationsUlrich Sibiller2018-10-271-63/+26
* Window.c: whitespace cleanupUlrich Sibiller2018-10-271-136/+34
* Window.c: scope improvementsUlrich Sibiller2018-10-271-40/+27
* Window.c: reformat/add braces for readabilityUlrich Sibiller2018-10-271-42/+110
* Window.c: indent FIXMEsUlrich Sibiller2018-10-271-27/+27
* Window.c: convert old-style function definitions to ANSI C89 styleUlrich Sibiller2018-10-271-16/+6