aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.113.5.99.11Mike Gabriel2017-12-155-23/+755
* Merge branch 'sunweaver-pr/more-X-memory-macro-fixes' into 3.6.xMike Gabriel2017-12-155-124/+117
|\
| * 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
|/
* nx-libs.spec: actually use a weak dependency for xkeyboard-config.Mihai Moldovan2017-12-151-0/+10
* nx-libs.spec: add back erroneously dropped xkeyboard-config dependency.Mihai Moldovan2017-12-151-0/+4
* Merge branch 'sunweaver-pr/fix-compiler-warnings' into 3.6.xMihai Moldovan2017-12-148-28/+40
|\
| * Xserver/GL/glx/glxcmds.c: Cast small-int values through intptr_t when passed ...Mike Gabriel2017-12-141-1/+1
| * 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
|\