| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -1/+1 |
* | Keyboard.c: rework string allocation/building | Ulrich Sibiller | 2018-01-07 | 1 | -14/+10 |
* | Keyboard.c: replace malloc + strcpy by asprintf | Ulrich Sibiller | 2018-01-07 | 1 | -6/+4 |
* | Keyboard.c: improve user messages for keyboard file handling | Ulrich Sibiller | 2018-01-07 | 1 | -1/+1 |
* | Keyboard.c: fix memory leak | Ulrich Sibiller | 2018-01-07 | 1 | -1/+3 |
* | Keyboard.c: Replace some memsets by zero initialization | Ulrich Sibiller | 2017-12-14 | 1 | -6/+3 |
* | Keyboard.c: Fix indentation | Ulrich Sibiller | 2017-12-14 | 1 | -13/+13 |
* | Keyboard.c: set variables to NULL after free | Ulrich Sibiller | 2017-12-14 | 1 | -0/+3 |
* | Keyboard.c: XkbDfltRepeatDelay and XkbDfltRepeatIntervall are int not uint | Ulrich Sibiller | 2017-12-14 | 1 | -1/+1 |
* | Keyboard.c: Use calloc instead of malloc + memset | Ulrich Sibiller | 2017-12-14 | 1 | -5/+1 |
* | Keyboard.c: Make xkblock more robust | Ulrich Sibiller | 2017-12-14 | 1 | -1/+21 |
* | Keyboard.c: Some code cleanups | Ulrich Sibiller | 2017-12-14 | 1 | -57/+46 |
* | Keyboard.c: Add some comments with changelog explanations | Ulrich Sibiller | 2017-12-14 | 1 | -0/+21 |
* | Keyboard.c: print message class for user messages | Ulrich Sibiller | 2017-12-14 | 1 | -4/+4 |
* | Keyboard.c: Improve TEST output | Ulrich Sibiller | 2017-12-14 | 1 | -1/+16 |
* | Keyboard.c: make nxagentKeycodeConversion a Boolean | Ulrich Sibiller | 2017-11-23 | 1 | -1/+1 |
* | add option keyconv=(auto|on|off) | Ulrich Sibiller | 2017-11-23 | 1 | -0/+18 |
* | Keyboard.c: Use booleans for nxagentKeycodeConversion | Ulrich Sibiller | 2017-11-23 | 1 | -5/+5 |
* | Keystroke.c: ignore CapsLock and NumLock most of the time | Ulrich Sibiller | 2017-03-19 | 1 | -3/+19 |
* | Keyboard.c: Introduce separate masks for Alt and Meta | Ulrich Sibiller | 2017-03-13 | 1 | -0/+8 |
* | Keyboard.c: Simplify if clause | Ulrich Sibiller | 2017-03-10 | 1 | -4/+2 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 1 | -1/+1 |
* | Keyboard.c: evdev is only existing on Linux | Ulrich Sibiller | 2016-11-08 | 1 | -4/+3 |
* | Keyboard.c: move variable to inner scope | Ulrich Sibiller | 2016-11-08 | 1 | -7/+5 |
* | Keyboard.c: replace malloc/strcpy by str(n)dup | Ulrich Sibiller | 2016-11-08 | 1 | -8/+2 |
* | Keyboard.c: more whitespace/formatting fixes | Ulrich Sibiller | 2016-11-08 | 1 | -12/+15 |
* | Keyboard.c: improve keyboard file creation | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
* | Keyboard.c: use NULL instead of 0 | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
* | Keyboard.c: remove superfluous whitespace | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
* | Keyboard.c: Fix wrong error msg prefix | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
* | Keyboard.c: Fix and simplify keyboard config file handling | Ulrich Sibiller | 2016-11-08 | 1 | -12/+3 |
* | Improve DEBUG/TEST output regarding keyboard stuff | Ulrich Sibiller | 2016-11-08 | 1 | -12/+37 |
* | Drop unused define NXAGENT_KEYMAP_DIR_FILE | Ulrich Sibiller | 2016-11-08 | 1 | -2/+0 |
* | xserver: drop XKBSRV_NEED_FILE_FUNCS | Ulrich Sibiller | 2016-10-06 | 1 | -3/+5 |
* | xserver: use own copy of XKBstr.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+0 |
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -0/+1 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 1 | -7/+15 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 1 | -1/+0 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -2/+2 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -7/+7 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -2/+2 |
* | hw/nxagent/Keyboard.c: The ret variable is only used later on when compiled w... | Mike Gabriel | 2016-05-02 | 1 | -1/+6 |
* | hw/nxagent/Keyboard.c: Don't declare and set XkbDescPtr xkb if not used later... | Mike Gabriel | 2016-05-02 | 1 | -2/+0 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -4/+4 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 1 | -5/+5 |
* | Backport: xserver: Avoid sending uninitialized padding data over the network | Peter Åstrand | 2015-07-02 | 1 | -0/+2 |
* | Unbrand NX Agent Startup Screen / Brand X2Go Agent Startup Screen (999_nxagen... | Oleksandr Shneyder | 2015-02-13 | 1 | -4/+14 |
* | Export remote keyboard configuration to session directory (105_nxagent_export... | Marcelo Boveto Shima | 2015-02-10 | 1 | -0/+45 |
* | FHS path fix for keyboard config file (103_nxagent_set-X0-config-path.full.pa... | Mike Gabriel | 2015-02-10 | 1 | -6/+3 |
* | Revert "release 3.5.0.19" | Mike Gabriel | 2013-03-28 | 1 | -40/+6 |