aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.183.5.99.18Mike Gabriel2019-01-316-6/+231
* Merge branch 'theqvd-unix_socket_forwarding' into 3.6.xMike Gabriel2019-01-252-4/+8
|\
| * Fix parsing ports set to unix socketsVadim2019-01-221-1/+5
| * Make getUnixPath() return the right value when called without an argument.Vadim2019-01-211-3/+3
|/
* Merge branch 'uli42-pr/window_fixes' into 3.6.xMike Gabriel2019-01-174-133/+129
|\
| * Screen.c: fix handling of fullscreen startupUlrich Sibiller2019-01-141-5/+5
| * Screen.c: fix size calculation in rootless modeUlrich Sibiller2019-01-141-2/+16
| * Screen.c: improve readability of size calculationsUlrich Sibiller2019-01-141-65/+57
| * Screen.c: move identical line out of both parts of an if clauseUlrich Sibiller2019-01-141-3/+2
| * Extensions.c: Cleanup nxagentRandRInitSizes()Ulrich Sibiller2019-01-141-44/+33
| * Extensions.c: fix first resolution being ignoredUlrich Sibiller2019-01-141-3/+3
| * Set default screen size to the whole screen in rootless modeUlrich Sibiller2019-01-141-2/+2
| * Window.c: move WM_STATE handling to separate functionUlrich Sibiller2019-01-141-17/+19
|/
* Merge branch 'uli42-pr/fix_xlibcrash' into 3.6.xMike Gabriel2018-12-221-1/+11
|\
| * XlibInt: check for XlibError before accessing other dpy fieldsUlrich Sibiller2018-12-221-0/+10
| * XlibInt.c: fix wrong debug messageUlrich Sibiller2018-12-221-1/+1
|/
* nxagent.1 man page: Grammar fix.Mike Gabriel2018-12-191-1/+1
* Merge branch 'uli42-pr/x2go_bypass' into 3.6.xMike Gabriel2018-12-193-32/+92
|\
| * nxagent: bypass X2go's keyboard configuration hackUlrich Sibiller2018-12-193-32/+92
|/
* Merge branch 'uli42-pr/improve_keyboard2' into 3.6.xMike Gabriel2018-12-194-104/+156
|\
| * 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
|/
* Merge branch 'uli42-pr/keyboard_cleanup' into 3.6.xMike Gabriel2018-12-193-80/+120
|\
| * 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
|/
* Merge branch 'uli42-pr/xnest_manpages' into 3.6.xMike Gabriel2018-12-191-8/+103
|\
| * 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
|/
* Merge branch 'uli42-pr/fb_fastpath' into 3.6.xMike Gabriel2018-12-191-22/+34
|\
| * fb: fix fast-path blt detectionUlrich Sibiller2018-12-191-27/+34
| * fb: Fix memcpy abuseUlrich Sibiller2018-12-191-1/+6
|/
* Merge branch 'uli42-pr/fix_uninit' into 3.6.xMike Gabriel2018-12-192-6/+14
|\
| * Fix uninitialized bytesUlrich Sibiller2018-12-181-1/+1
| * xkb: Initialize pad bytes sent in replies of geometry requests.Ulrich Sibiller2018-12-181-3/+9