Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Events.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -148/+109 | |
| | | | | | | | | save some lines | |||||
| * | miwindow.c: mark NX changes | Ulrich Sibiller | 2020-01-05 | 1 | -0/+4 | |
| | | ||||||
| * | NXmitrap.c: mark NX changes | Ulrich Sibiller | 2020-01-05 | 1 | -1/+4 | |
| | | ||||||
| * | Binder.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -10/+8 | |
| | | ||||||
| * | Handlers.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -111/+76 | |
| | | ||||||
| * | Image.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -200/+149 | |
| | | ||||||
| * | Error.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -7/+5 | |
| | | ||||||
| * | Display.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -154/+113 | |
| | | ||||||
| * | Dialog.c: save some lines | Ulrich Sibiller | 2020-01-05 | 1 | -33/+4 | |
| | | ||||||
| * | Cursor.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -15/+9 | |
| | | ||||||
| * | Colormap.c: save some lines | Ulrich Sibiller | 2020-01-05 | 1 | -7/+3 | |
| | | ||||||
| * | Client.c: save some lines | Ulrich Sibiller | 2020-01-05 | 1 | -43/+28 | |
| | | ||||||
| * | GC.c: condense code | Ulrich Sibiller | 2020-01-05 | 1 | -34/+2 | |
| | | | | | | | | remove some empty lines to make the code more compact | |||||
| * | GC.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -53/+39 | |
| | | | | | | | | save some lines | |||||
| * | GC.c: fix format specifiers and parameters | Ulrich Sibiller | 2020-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | GCOps.c: fix format length specifiers | Ulrich Sibiller | 2020-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | GCOps.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -114/+84 | |
| | | | | | | | | save some lines | |||||
| * | Display.c: shorten code | Ulrich Sibiller | 2020-01-05 | 1 | -58/+32 | |
| | | | | | | | | scope improvements, designated initializers | |||||
| * | Binder.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -8/+3 | |
| | | ||||||
| * | Image.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -87/+37 | |
| | | ||||||
| * | Error.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -22/+11 | |
| | | ||||||
| * | Cursor.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -69/+60 | |
| | | | | | | | | + use of designated initializers | |||||
| * | GC.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -52/+24 | |
| | | ||||||
| * | GCOps.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -64/+43 | |
|/ | ||||||
* | Merge branch 'uli42-pr/simplify_nxrender' into 3.6.x | Mike Gabriel | 2020-01-05 | 2 | -69/+167 | |
|\ | | | | | | | Attributes GH PR #862: https://github.com/ArcticaProject/nx-libs/pull/862 | |||||
| * | NXrender.c: call upstream versions of (S)ProcRenderDispatch | Ulrich Sibiller | 2020-01-05 | 2 | -35/+41 | |
| | | ||||||
| * | NXrender.c: modify code to match upstream as close as possible | Ulrich Sibiller | 2020-01-05 | 1 | -1/+3 | |
| | | ||||||
| * | NXrender.c: mark NX changes | Ulrich Sibiller | 2020-01-05 | 1 | -25/+96 | |
| | | ||||||
| * | NXrender.c, render.c: fix memory handling bugs | Ulrich Sibiller | 2020-01-05 | 2 | -8/+27 | |
|/ | ||||||
* | Merge branch 'uli42-pr/fix_keyconv_on_reconnect' into 3.6.x | Mike Gabriel | 2020-01-05 | 3 | -181/+205 | |
|\ | | | | | | | Attributes GH PR #887: https://github.com/ArcticaProject/nx-libs/pull/887 | |||||
| * | nxagent: remove additional keyboard handling from Reconnect.c | Ulrich Sibiller | 2020-01-05 | 2 | -20/+32 | |
| | | | | | | | | | | | | | | | | At reconnect we check if a keyboard reset is required. If so, we are calling the corresponding code from Keyboard.c. No explicit keyboard code in Reconnect.c required. fixes ArcticaProject/nx-libs#886 | |||||
| * | nxagent: central check for keyboard clone mode | Ulrich Sibiller | 2020-01-05 | 3 | -18/+14 | |
| | | ||||||
| * | Args.c: more debug output | Ulrich Sibiller | 2020-01-05 | 1 | -0/+3 | |
| | | ||||||
| * | Args.c: do not parse nx/nx marker as option | Ulrich Sibiller | 2020-01-05 | 1 | -9/+32 | |
| | | | | | | | | slight optimization | |||||
| * | Args.c: fix: do not modify options string | Ulrich Sibiller | 2020-01-05 | 1 | -2/+9 | |
| | | | | | | | | | | This resulted in a garbled option string on reconnect where everything after the first '=' was lost! | |||||
| * | Keyboard.c: scope cleanups | Ulrich Sibiller | 2020-01-05 | 1 | -76/+54 | |
| | | ||||||
| * | Keyboard.c: Use __func__ at fprintf calls | Ulrich Sibiller | 2020-01-05 | 1 | -51/+50 | |
| | | ||||||
| * | Keyboard.c: use "\0" instead of "0" | Ulrich Sibiller | 2020-01-05 | 2 | -5/+5 | |
| | | ||||||
| * | Keyboard.c: fix: handle empty string | Ulrich Sibiller | 2020-01-05 | 1 | -0/+6 | |
|/ | ||||||
* | Merge branch 'uli42-pr/drop_icon_file_support' into 3.6.x | Mike Gabriel | 2020-01-05 | 3 | -154/+17 | |
|\ | | | | | | | Attributes GH PR #888: https://github.com/ArcticaProject/nx-libs/pull/888 | |||||
| * | Display.c: drop icon file support | Ulrich Sibiller | 2020-01-05 | 3 | -154/+17 | |
|/ | | | | | | | | | | | | | | | | | | | The normal case was to use the builtin icons. There were two cases where the icon file was read from disk: 1) /usr/NX/share/images/nxagent.xpm was existing which normally is not there 2) case 2 was not true and nxagent.xpm was existing somewhere in the PATH (!) (replace nxagent.xpm by x2goagent.xpm if in x2gp mode) Scanning the path from the PATH variable for xpm files is kind of unexpected and dangerous, too (think of automounter triggers or invalid xpm files). Also remove the xpm files from the distribution. | |||||
* | Merge branch 'uli42-pr/fix_startup_slowness' into 3.6.x | Mike Gabriel | 2020-01-05 | 2 | -387/+152 | |
|\ | | | | | | | Attributes GH PR #889: https://github.com/ArcticaProject/nx-libs/pull/889 | |||||
| * | nxagent.xpm: reduce colours from 242 to 8 | Ulrich Sibiller | 2020-01-05 | 1 | -371/+137 | |
| | | | | | | | | | | | | | | | | | | This leads to a tremendous startup speedup (several seconds, depending on latency) because libXpm had to do a lot of X requests (have not further examined which). With this colour-reduced version things are quick again for those connections without losing a lot of quality. Fixes ArcticaProject/nx-libs#824 | |||||
| * | x2goagent.xpm: move copyright to the end to make it a valid xpm file | Ulrich Sibiller | 2020-01-05 | 1 | -16/+15 | |
|/ | | | | gimp refused to load it, nxagent crashed if this was loaded as icon file! | |||||
* | Merge branch 'uli42-pr/manpages_updates' into 3.6.x | Mike Gabriel | 2019-11-24 | 1 | -28/+57 | |
|\ | | | | | | | Attributes GH PR #878: https://github.com/ArcticaProject/nx-libs/pull/878 | |||||
| * | nxagent manpage: improve descriptions and types | Ulrich Sibiller | 2019-11-24 | 1 | -25/+42 | |
| | | | | | | | | | | Most <int> options are <bool>. Change that and add missing defaults. Also add list of descriptions for the defer option. | |||||
| * | nxagent manpage: extend clipboard documentation | Ulrich Sibiller | 2019-11-24 | 1 | -3/+15 | |
|/ | ||||||
* | Merge branch 'uli42-pr/silence_mesa' into 3.6.x | Mike Gabriel | 2019-11-23 | 2 | -0/+106 | |
|\ | | | | | | | Attributes GH PR #876: https://github.com/ArcticaProject/nx-libs/pull/876 | |||||
| * | Mesa: silence "maybe uninitialized" warnings | Ulrich Sibiller | 2019-11-18 | 2 | -0/+106 | |
|/ | ||||||
* | Merge branch 'uli42-pr/utf8_clipboard' into 3.6.x | Mike Gabriel | 2019-11-15 | 1 | -10/+15 | |
|\ | | | | | | | Attributes GH PR #875: https://github.com/ArcticaProject/nx-libs/pull/875 |