aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw
Commit message (Expand)AuthorAgeFilesLines
...
* Error.c: remove empty ifdefUlrich Sibiller2018-01-071-4/+0
* Font.c: pass down sizeUlrich Sibiller2018-01-071-6/+5
* Display.c: pass down buffer size to nxagentLookForIconFileUlrich Sibiller2018-01-071-24/+22
* Replace hardcoded string lengths by macrosUlrich Sibiller2018-01-076-69/+43
* Font.c: make nxagentGetFontServerPath more readableUlrich Sibiller2018-01-071-4/+5
* Screen.c: string handling improvementsUlrich Sibiller2018-01-071-16/+10
* Font.c: shorten string handlingUlrich Sibiller2018-01-071-18/+7
* 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
* Dialog.c: fix possible buffer overflowsUlrich Sibiller2018-01-071-0/+13
* Dialog.c,Display.c,NXdixfonts.c: replace strncpy() by snprintf where appropriateUlrich Sibiller2018-01-075-17/+11
* Dialog.c,Display.c,Font.c,NXdixfonts.c: don't use hardcoded string buffer len...Ulrich Sibiller2018-01-074-20/+18
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-282-12/+7
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: re-enable normal error/warning o...Mihai Moldovan2017-12-241-2/+2
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifyi...Mihai Moldovan2017-12-241-0/+7
* zlib compatibility: whenever we want -I flags only, assume that the headers a...Mihai Moldovan2017-12-162-3/+3
* Support building with legacy zlib versions that do not ship a pkg-config file.Mihai Moldovan2017-12-162-3/+3
* release 3.5.99.123.5.99.12Mike Gabriel2017-12-151-1/+1
* Xserver/hw/nxagent/Image.c: Fix regression FTBFS after d4465b71 got merged in.Mike Gabriel2017-12-151-4/+4
* release 3.5.99.113.5.99.11Mike Gabriel2017-12-151-1/+1
* Xserver/hw/nxagent/Clipboard.c: Fix free calls (free back to XFree).Mike Gabriel2017-12-151-3/+3
* Xserver/hw/nxagent/compext: Xfree -> free and Xmalloc -> malloc.Mike Gabriel2017-12-154-121/+114
* hw/nxagent/Events.c: Fix compiler warnings (with NX_DEBUG_INPUT): format.Mike Gabriel2017-12-141-12/+12
* hw/nxagent/NXxvdisp.c: Fix compiler warnings: misleading-indentationMike Gabriel2017-12-141-8/+20
* hw/nxagent/NXdispatch.c: Fix compiler warning: misleading-indentationMike Gabriel2017-12-141-1/+1
* nxagent manpage: extend description of keyboard optionUlrich Sibiller2017-12-141-4/+7
* Events.c/h: Rename & restructure some Xkb functionsUlrich Sibiller2017-12-142-22/+22
* Keyboard.c: Replace some memsets by zero initializationUlrich Sibiller2017-12-141-6/+3
* Keyboard.c: Fix indentationUlrich Sibiller2017-12-141-13/+13
* Keyboard.c: set variables to NULL after freeUlrich Sibiller2017-12-141-0/+3
* Keyboard.c: XkbDfltRepeatDelay and XkbDfltRepeatIntervall are int not uintUlrich Sibiller2017-12-141-1/+1
* Keyboard.c: Use calloc instead of malloc + memsetUlrich Sibiller2017-12-141-5/+1
* nxagent manpage: Extend keyboard documentationUlrich Sibiller2017-12-141-5/+23
* Keyboard.c: Make xkblock more robustUlrich Sibiller2017-12-141-1/+21
* Keyboard.c: Some code cleanupsUlrich Sibiller2017-12-141-57/+46
* nxagent manpage: Improve explanation of -noignore and -noxkblockUlrich Sibiller2017-12-141-2/+8
* Keyboard.c: Add some comments with changelog explanationsUlrich Sibiller2017-12-141-0/+21
* Keyboard.c: print message class for user messagesUlrich Sibiller2017-12-141-4/+4
* Keyboard.c: Improve TEST outputUlrich Sibiller2017-12-141-1/+16
* small code cosmeticsUlrich Sibiller2017-12-131-1/+1
* always notify on size changesUlrich Sibiller2017-12-131-7/+1
* re-implement pre-xinerama behaviourUlrich Sibiller2017-12-131-20/+105
* Reintroduce -co as no-opUlrich Sibiller2017-12-071-0/+6
* Events.c: add ifdef around nxagentRemoteWindowsTreeUlrich Sibiller2017-12-071-0/+3
* Make sure XQueryTree results are freedUlrich Sibiller2017-12-073-22/+24
* Events.c: drop unused variableUlrich Sibiller2017-12-071-3/+0
* Events.c: move variable to inner scopeUlrich Sibiller2017-12-071-2/+1
* Keyboard.c: make nxagentKeycodeConversion a BooleanUlrich Sibiller2017-11-231-1/+1
* add option keyconv=(auto|on|off)Ulrich Sibiller2017-11-235-0/+67