aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * lib/X11/Xrm.c: Compiler warning fix: logical-not-parenthesesMike Gabriel2017-12-141-1/+1
| | * glx: warning fixesMike Gabriel2017-12-141-1/+1
| | * Xserver/GL/glx/glxfb.c: Fix compiler warning: pointer-sign.Mike Gabriel2017-12-141-1/+1
| | * 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
| | * Xserver/Xi/chgfctl.c: Fix compiler warning: misleading-indentation.Mike Gabriel2017-12-141-3/+3
| |/
| * debian/rules: Neither overzealously remove nx-X11/Makefile.Mike Gabriel2017-12-141-1/+0
| * debian/rules: Don't remove our main Makefile.Mike Gabriel2017-12-141-1/+0
| * debian/rules: Fix override_dh_clean target for older Debian/Ubuntu versions.Mike Gabriel2017-12-141-44/+64
| * Add missing/renamed patches. (Ouch!).Mike Gabriel2017-12-142-0/+56
| * nx-libs.spec: Add missing BuildRequires and fix paths to files.Mike DePaulo2017-12-141-2/+8
| * debian/control: Set Section: to "libs" for libnx-x11-6.Mike Gabriel2017-12-141-0/+1
| * debian/control: All Priority: extras packages are required to be changed to P...Mike Gabriel2017-12-141-1/+1
| * Merge branch 'uli42-pr/improve_keyboard_light' into 3.6.xMike Gabriel2017-12-144-113/+181
| |\
| | * 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
| |/
| * debian/*: Adopt from official Debian package where appropriate.Mike Gabriel2017-12-1322-4030/+1921
| * Merge branch 'uli42-pr/pre-rrxinerama-fallback' into 3.6.xMike Gabriel2017-12-132-21/+100
| |\
| | * 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
| |/
| * nx-X11/programs/Xserver/os/xprintf.c: completely drop NX-related changes.Mihai Moldovan2017-12-131-9/+0
| * nxcomp/src/Log.cpp: only create a new queue entry if we actually intend to wr...Mihai Moldovan2017-12-111-3/+3
| * Merge branch 'uli42-pr/fix_shadow_warning' into 3.6.xMike Gabriel2017-12-114-2/+11
| |\
| | * Silence warning: "ar: 'u' modifier ignored since 'D' is the default"Ulrich Sibiller2017-12-113-0/+9
| | * nxcomp: fix shadow warningUlrich Sibiller2017-12-111-2/+2
| |/
| * Merge branch 'uli42-pr/simplify_xtrans' into 3.6.xMike Gabriel2017-12-111-44/+0
| |\
| | * Xtranssock.c: simplify code in SocketWritevUlrich Sibiller2017-12-111-44/+0
| |/
| * Merge branch 'sunweaver-pr/drop-NoMachines-own-Xvasprintf-implementation' int...Mike Gabriel2017-12-111-50/+1
| |\
| | * Xserver/os/xprintf.c: Drop NoMachine's own implementation of Xvasprintf(). Us...Mike Gabriel2017-12-111-50/+1
| |/
| * nx-X11/programs/Xserver/os/xprintf.c: remove doubly-defined Xscnprintf functi...Mihai Moldovan2017-12-111-22/+2
| * Merge branch 'Ionic-feature/backport-asprintf' into 3.6.xMike Gabriel2017-12-104-50/+330
| |\
| | * os/xprintf: add Xvscnprintf and XscnprintfDaniel Kurtz2017-12-102-0/+56
| | * Typo in xserver Xvasprintf()Colin Harrison2017-12-101-2/+2
| | * Add asprintf() implementation for platforms without itAlan Coopersmith2017-12-104-48/+272
| |/
| * Merge branch 'uli42-pr/fix_memleaks' into 3.6.xMihai Moldovan2017-12-095-26/+57
| |\
| | * nxcomp: use new macro SAFE_FREE(ptr)Ulrich Sibiller2017-12-094-39/+33