| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Regression fix for a93f64e4. The test executables bails out on test failure, ... | Mike Gabriel | 2018-11-14 | 1 | -10/+10 |
* | debian/patches: Rebase 2001_nx-X11_install-location.debian.patch. | Mike Gabriel | 2018-11-11 | 1 | -2/+2 |
* | Merge branch 'uli42-pr/fix_font_defines_once_more2' into 3.6.x | Mike Gabriel | 2018-11-11 | 3 | -54/+83 |
|\ |
|
| * | nx-X11/config/cf/nxcompile.def: Rephrase header comment slightly. | Mike Gabriel | 2018-11-11 | 1 | -1/+1 |
| * | imake: adapt output to automake output as seen in lib/src | Ulrich Sibiller | 2018-11-11 | 1 | -1/+1 |
| * | imake: also silence makedepend | Ulrich Sibiller | 2018-11-11 | 1 | -4/+9 |
| * | silence imake compilation | Ulrich Sibiller | 2018-11-11 | 2 | -1/+26 |
| * | Makefile: use test + && instead of if test/else/fi | Ulrich Sibiller | 2018-11-11 | 1 | -16/+16 |
| * | Makefile: use (more) RM macros | Ulrich Sibiller | 2018-11-10 | 1 | -6/+7 |
| * | Makefile: Rework handling auto-determined values for imake | Ulrich Sibiller | 2018-11-10 | 2 | -24/+27 |
| * | Makefile: drop intermediate NX version vars | Ulrich Sibiller | 2018-11-10 | 1 | -9/+4 |
|/ |
|
* | nx-libs.spec: newer versions of SLE* and OpenSuSE use xkbcomp-devel, while Re... | Mihai Moldovan | 2018-11-10 | 1 | -2/+9 |
* | Makefile: support systems without xkbcomp.pc. | Mihai Moldovan | 2018-11-10 | 1 | -1/+7 |
* | debian/contrl: Bump Standards-Version: to 4.2.1. No changes needed. | Mike Gabriel | 2018-11-09 | 1 | -1/+1 |
* | debian/control: Add to B-D: libxkbfile-dev. Required by xkbcomp.pc (pkg-config). | Mike Gabriel | 2018-11-09 | 1 | -0/+2 |
* | Merge branch 'uli42-pr/Xext-1.4.2' into 3.6.x | Mike Gabriel | 2018-11-09 | 21 | -264/+349 |
|\ |
|
| * | Lift Xext to xorg 1.4.2 | Ulrich Sibiller | 2018-11-09 | 21 | -264/+349 |
|/ |
|
* | Merge branch 'uli42-pr/xkb_1.3.0.0' into 3.6.x | Mike Gabriel | 2018-11-09 | 33 | -1075/+3116 |
|\ |
|
| * | adapt code-versions.txt | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | Convert existing Xprintf style calls to asprintf style | Ulrich Sibiller | 2018-11-09 | 2 | -21/+37 |
| * | xkb: Don't check for NULL before calling free | Ulrich Sibiller | 2018-11-09 | 1 | -4/+2 |
| * | xkb: Fix memory leak if opening file fails | Ulrich Sibiller | 2018-11-09 | 1 | -0/+2 |
| * | Make: Automatically determine xkb dir | Ulrich Sibiller | 2018-11-09 | 5 | -5/+25 |
| * | XKB: Fix size_syms calculation bug | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | Event.c: improve DEBUG output | Ulrich Sibiller | 2018-11-09 | 1 | -3/+15 |
| * | XKB: Remove unused DDX functions | Ulrich Sibiller | 2018-11-09 | 5 | -103/+5 |
| * | XKB: Fix logic error | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | XKB: Fix garbage initialization | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error. | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | XkbSendNames: fix use of uninitialised bytes valgrind error. | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | Keyboard.c: simplify even more: free stuff at one place | Ulrich Sibiller | 2018-11-09 | 1 | -16/+8 |
| * | Keyboard.c: fix keyboard=query logic | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | Keyboard.c: greatly simplify the code in nxagentKeyboardProc | Ulrich Sibiller | 2018-11-09 | 1 | -31/+13 |
| * | Keyboard.c: guard XkbFreeKeyboard calls | Ulrich Sibiller | 2018-11-09 | 1 | -5/+10 |
| * | Keyboard.c: simplify over-specific if | Ulrich Sibiller | 2018-11-09 | 1 | -2/+1 |
| * | Keyboard.c: simplify RLMVO string handling | Ulrich Sibiller | 2018-11-09 | 1 | -37/+9 |
| * | Keyboard.c: always ask for remote XKB | Ulrich Sibiller | 2018-11-09 | 1 | -12/+12 |
| * | Lift xkb to XORG-1.3.0.0 state | Ulrich Sibiller | 2018-11-09 | 2 | -3/+4 |
| * | XKB: provide XKB defines via Imakefile | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
| * | Keyboard.c: do not define own RLMVO defaults | Ulrich Sibiller | 2018-11-09 | 1 | -94/+5 |
| * | no more own XkbBaseDirectory handling | Ulrich Sibiller | 2018-11-09 | 2 | -361/+1 |
| * | Keyboard.c: remove unused defines | Ulrich Sibiller | 2018-11-09 | 1 | -6/+0 |
| * | Keyboard.c: remove unnecessary includes | Ulrich Sibiller | 2018-11-09 | 1 | -7/+0 |
| * | Keyboard.c: Remove (now) unused defines | Ulrich Sibiller | 2018-11-09 | 1 | -6/+0 |
| * | Lift xkb to XORG-1.2.0 state | Ulrich Sibiller | 2018-11-09 | 23 | -377/+2979 |
| * | Check nxagentXkbInfo.EventBase before use | Ulrich Sibiller | 2018-11-09 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'uli42-pr/Xi-1.2.0' into 3.6.x | Mike Gabriel | 2018-11-01 | 38 | -45/+25 |
|\ |
|
| * | Lift Xi to 1.3.0.0 (identical to 1.2.0) | Ulrich Sibiller | 2018-11-01 | 38 | -45/+25 |
|/ |
|
* | Merge branch 'uli42-pr/small_improvements' into 3.6.x | Mike Gabriel | 2018-10-27 | 1 | -436/+315 |
|\ |
|
| * | Window.c: use C99 designated initializers at some places | Ulrich Sibiller | 2018-10-27 | 1 | -37/+30 |