aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.173.5.99.17Mike Gabriel2018-11-206-305/+904
* Makefile: fix (dist)clean dependenciesUlrich Sibiller2018-11-141-2/+2
* Makefile: Assure that nx-X11's Makefiles are created after everything has bee...Mike Gabriel2018-11-141-0/+3
* Regression fix for a93f64e4. The test executables bails out on test failure, ...Mike Gabriel2018-11-141-10/+10
* debian/patches: Rebase 2001_nx-X11_install-location.debian.patch.Mike Gabriel2018-11-111-2/+2
* Merge branch 'uli42-pr/fix_font_defines_once_more2' into 3.6.xMike Gabriel2018-11-113-54/+83
|\
| * nx-X11/config/cf/nxcompile.def: Rephrase header comment slightly.Mike Gabriel2018-11-111-1/+1
| * imake: adapt output to automake output as seen in lib/srcUlrich Sibiller2018-11-111-1/+1
| * imake: also silence makedependUlrich Sibiller2018-11-111-4/+9
| * silence imake compilationUlrich Sibiller2018-11-112-1/+26
| * Makefile: use test + && instead of if test/else/fiUlrich Sibiller2018-11-111-16/+16
| * Makefile: use (more) RM macrosUlrich Sibiller2018-11-101-6/+7
| * Makefile: Rework handling auto-determined values for imakeUlrich Sibiller2018-11-102-24/+27
| * Makefile: drop intermediate NX version varsUlrich Sibiller2018-11-101-9/+4
|/
* nx-libs.spec: newer versions of SLE* and OpenSuSE use xkbcomp-devel, while Re...Mihai Moldovan2018-11-101-2/+9
* Makefile: support systems without xkbcomp.pc.Mihai Moldovan2018-11-101-1/+7
* debian/contrl: Bump Standards-Version: to 4.2.1. No changes needed.Mike Gabriel2018-11-091-1/+1
* debian/control: Add to B-D: libxkbfile-dev. Required by xkbcomp.pc (pkg-config).Mike Gabriel2018-11-091-0/+2
* Merge branch 'uli42-pr/Xext-1.4.2' into 3.6.xMike Gabriel2018-11-0921-264/+349
|\
| * Lift Xext to xorg 1.4.2Ulrich Sibiller2018-11-0921-264/+349
|/
* Merge branch 'uli42-pr/xkb_1.3.0.0' into 3.6.xMike Gabriel2018-11-0933-1075/+3116
|\
| * adapt code-versions.txtUlrich Sibiller2018-11-091-1/+1
| * Convert existing Xprintf style calls to asprintf styleUlrich Sibiller2018-11-092-21/+37
| * xkb: Don't check for NULL before calling freeUlrich Sibiller2018-11-091-4/+2
| * xkb: Fix memory leak if opening file failsUlrich Sibiller2018-11-091-0/+2
| * Make: Automatically determine xkb dirUlrich Sibiller2018-11-095-5/+25
| * XKB: Fix size_syms calculation bugUlrich Sibiller2018-11-091-1/+1
| * Event.c: improve DEBUG outputUlrich Sibiller2018-11-091-3/+15
| * XKB: Remove unused DDX functionsUlrich Sibiller2018-11-095-103/+5
| * XKB: Fix logic errorUlrich Sibiller2018-11-091-1/+1
| * XKB: Fix garbage initializationUlrich Sibiller2018-11-091-1/+1
| * ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
| * XkbSendNames: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
| * Keyboard.c: simplify even more: free stuff at one placeUlrich Sibiller2018-11-091-16/+8
| * Keyboard.c: fix keyboard=query logicUlrich Sibiller2018-11-091-1/+1
| * Keyboard.c: greatly simplify the code in nxagentKeyboardProcUlrich Sibiller2018-11-091-31/+13
| * Keyboard.c: guard XkbFreeKeyboard callsUlrich Sibiller2018-11-091-5/+10
| * Keyboard.c: simplify over-specific ifUlrich Sibiller2018-11-091-2/+1
| * Keyboard.c: simplify RLMVO string handlingUlrich Sibiller2018-11-091-37/+9
| * Keyboard.c: always ask for remote XKBUlrich Sibiller2018-11-091-12/+12
| * Lift xkb to XORG-1.3.0.0 stateUlrich Sibiller2018-11-092-3/+4
| * XKB: provide XKB defines via ImakefileUlrich Sibiller2018-11-091-1/+1
| * Keyboard.c: do not define own RLMVO defaultsUlrich Sibiller2018-11-091-94/+5
| * no more own XkbBaseDirectory handlingUlrich Sibiller2018-11-092-361/+1
| * Keyboard.c: remove unused definesUlrich Sibiller2018-11-091-6/+0
| * Keyboard.c: remove unnecessary includesUlrich Sibiller2018-11-091-7/+0
| * Keyboard.c: Remove (now) unused definesUlrich Sibiller2018-11-091-6/+0
| * Lift xkb to XORG-1.2.0 stateUlrich Sibiller2018-11-0923-377/+2979
| * Check nxagentXkbInfo.EventBase before useUlrich Sibiller2018-11-091-1/+7
|/
* Merge branch 'uli42-pr/Xi-1.2.0' into 3.6.xMike Gabriel2018-11-0138-45/+25
|\