aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-309-10/+1694
* debian/libnx-x11-6.symbols: Sync with .symbols file found in official Debian ...Mike Gabriel2020-01-301-3/+3
* debian/rules: Adopt changes from official Debian package.Mike Gabriel2020-01-301-2/+9
* Merge branch 'uli42-pr/fix_shadowed_vars' into 3.6.xMike Gabriel2020-01-3031-167/+159
|\
| * nxagent: rename variables that shadow globalsUlrich Sibiller2020-01-258-61/+61
| * Events.c: fix capslock weirdness (re-add lost code)Ulrich Sibiller2020-01-251-0/+1
| * compext/Clean.c: fix shadow warnings / scopeUlrich Sibiller2020-01-101-20/+12
| * os: Fix -Wshadow errorsUlrich Sibiller2020-01-102-23/+21
| * mi: fix shadow warningsUlrich Sibiller2020-01-102-9/+7
| * _XkbFilterDeviceBtn: move variable declarations to match usage scopeUlrich Sibiller2020-01-101-4/+5
| * XkbFindSrvLedInfo: remove extraneous name-clashing sli variableUlrich Sibiller2020-01-101-4/+2
| * xkb: fix shadow warningsUlrich Sibiller2020-01-105-16/+12
| * CheckForEmptyMask does not need to declare int n twiceUlrich Sibiller2020-01-101-1/+1
| * Drawable.c: fix logic broken by scope cleanupUlrich Sibiller2020-01-101-5/+3
| * Cursor.c: drop unused return code for nxagentDisconnectAllCursorUlrich Sibiller2020-01-093-4/+4
| * Pixmap.c: drop unused return code for nxagentDisconnectAllPixmapsUlrich Sibiller2020-01-092-12/+7
| * Pixmap.c: fix variable shadowingUlrich Sibiller2020-01-092-2/+16
| * Display.c: fix shadowed/unused variableUlrich Sibiller2020-01-091-1/+0
| * Events.c: fix two shadowed variablesUlrich Sibiller2020-01-091-2/+2
| * Clipboard.c: fix shadowed variableUlrich Sibiller2020-01-091-6/+8
| * nxagent: build with -Wshadow to detect shadowing variablesUlrich Sibiller2020-01-093-4/+4
| * Drawable.c: fix segfaultUlrich Sibiller2020-01-091-1/+1
|/
* Rootless.c: fix wring datatype being usedUlrich Sibiller2020-01-081-2/+2
* hw/nxagent/Splash.c Fix build on 32bit architecture.Mike Gabriel2020-01-061-10/+3
* Merge branch 'uli42-pr/various3' into 3.6.xMike Gabriel2020-01-0646-1187/+526
|\
| * Atoms.c: describe atoms usageUlrich Sibiller2020-01-061-0/+2
| * Atoms.c: describe atoms usageUlrich Sibiller2020-01-061-11/+44
| * Display.c: Fix broken code in TEST caseUlrich Sibiller2020-01-061-2/+1
| * Image.c: undo wrong string replacement nxagentBitmapBitOrderUlrich Sibiller2020-01-061-1/+1
| * Display.c: add a describing comment for nxagentDisplayErrorPredicateUlrich Sibiller2020-01-061-0/+14
| * Screen.c: harmonize size/wmhints codeUlrich Sibiller2020-01-061-21/+11
| * Events.c: pass a Boolean to nxagentSwitchFullscreenUlrich Sibiller2020-01-061-1/+1
| * Keystroke.c: fix formatting of keystrokesUlrich Sibiller2020-01-061-1/+1
| * Init.h: Fix superfluous spaceUlrich Sibiller2020-01-061-1/+1
| * Display.c: reformat some commentsUlrich Sibiller2020-01-061-39/+43
| * Display.c: scope improvementsUlrich Sibiller2020-01-061-33/+23
| * Reconnect.c: fix typosUlrich Sibiller2020-01-061-1/+1
| * Keyboard.c: improve keyboard outputUlrich Sibiller2020-01-061-1/+1
| * Error.c: mark NX changesUlrich Sibiller2020-01-061-19/+24
| * Keyboard.c: fix typoUlrich Sibiller2020-01-061-1/+1
| * Remove the numVideoScreens xprintism.Ulrich Sibiller2020-01-062-4/+1
| * nxagent: remove another xprint renmantUlrich Sibiller2020-01-067-35/+34
| * drop xprint remnants: xpstubsUlrich Sibiller2020-01-064-63/+0
| * nxagent: drop CYGWIN and WIN32 definesUlrich Sibiller2020-01-064-82/+0
| * Image.c: code simplification/scopeUlrich Sibiller2020-01-061-4/+2
| * Screen.c: code simplification/scopeUlrich Sibiller2020-01-061-266/+185
| * Screen.c: fix handling of NX_SHADOW atomUlrich Sibiller2020-01-061-10/+3
| * Screen.c: drop variableUlrich Sibiller2020-01-061-7/+3
| * Window.c: code simplifications/scopeUlrich Sibiller2020-01-061-11/+5
| * Window.c: fix commentUlrich Sibiller2020-01-061-2/+2