aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Keyboard.c: use SAFE_XFree and SAFE_freeUlrich Sibiller2019-08-061-36/+34
* rework xkb device private handlingUlrich Sibiller2019-06-221-8/+0
* Keyboard.c: use existing define instead of hardcoced valueUlrich Sibiller2019-06-221-1/+1
* Keyboard.c: fix another cppcheck findingUlrich Sibiller2019-06-221-1/+2
* Keyboard.c: rearrange code to make cppcheck happyUlrich Sibiller2019-06-221-1/+4
* Keyboard.c: fix three memory leaksUlrich Sibiller2019-06-221-0/+4
* various scope improvementsUlrich Sibiller2019-06-191-3/+1
* Fix memleaks: Free devPrivates of devices on shutdownUlrich Sibiller2019-06-191-1/+8
* Keyboard.c: nullify freed pointersUlrich Sibiller2019-06-191-7/+11
* nxagent: make nxagentX2go a BooleanUlrich Sibiller2019-05-101-3/+3
* Keyboard.c: clean/unify formattingUlrich Sibiller2019-05-101-13/+19
* Keyboard.c: improve TEST and DEBUG outputUlrich Sibiller2019-05-101-2/+3
* Keyboard.c: fix comment.Mike Gabriel2019-02-181-2/+1
* Revert "nxagent: rework Bool handling"Ulrich Sibiller2019-02-151-4/+4
* nxagent: rework Bool handlingUlrich Sibiller2019-02-111-4/+4
* nxagent: bypass X2go's keyboard configuration hackUlrich Sibiller2018-12-191-31/+80
* Keyboard.c: add static keyword where appropriateUlrich Sibiller2018-12-191-5/+5
* nxagent: simplify keycode conversion setupUlrich Sibiller2018-12-191-14/+5
* nxagent: store remote keyboard in global variablesUlrich Sibiller2018-12-191-111/+102
* nxagent: add additional keyboard config option rmlvoUlrich Sibiller2018-12-191-5/+29
* nxagent: add keyboard=clone configuration optionUlrich Sibiller2018-12-191-5/+34
* Keyboard.c: remove non-fitting commentUlrich Sibiller2018-12-191-6/+0
* 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
* 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
* Xserver/xkb: Remove -xkbmap argument.Daniel Stone2018-07-031-11/+0
* hw/nxagent/Keyboard.c: Drop support for loading XKB config from file.Mike Gabriel2018-07-031-97/+7
* Some small Keyboard.c improvementsUlrich Sibiller2018-07-031-4/+4
* hw/nxagent/: Use <function>(void) rather than <function>().Mike Gabriel2018-02-261-1/+1
* Keyboard.c: rework string allocation/buildingUlrich Sibiller2018-01-071-14/+10
* Keyboard.c: replace malloc + strcpy by asprintfUlrich Sibiller2018-01-071-6/+4
* Keyboard.c: improve user messages for keyboard file handlingUlrich Sibiller2018-01-071-1/+1
* Keyboard.c: fix memory leakUlrich Sibiller2018-01-071-1/+3
* Keyboard.c: Replace some memsets by zero initializationUlrich Sibiller2017-12-141-6/+3