| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 12 | -30/+44 |
* | travis.yml: Add cppcheck - A tool for static C/C++ code analysis. | Mario Trangoni | 2018-07-03 | 2 | -2/+31 |
* | Merge branch 'uli42-pr/fix_xfont2' into 3.6.x | Mike Gabriel | 2018-07-03 | 1 | -4/+5 |
|\ |
|
| * | Makefile: pass down Xfont2 define for Imake | Ulrich Sibiller | 2018-07-03 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'uli42-gh-sunweaver/pr/xserver-xkb-cleanup' into 3.6.x | Mike Gabriel | 2018-07-03 | 27 | -2599/+207 |
|\ |
|
| * | debian/nxagent.*: Drop conffile /etc/nxagent/nxagent.keyboard. Not shipped up... | Mike Gabriel | 2018-07-03 | 4 | -1/+9 |
| * | nx-libs.spec: Drop reference to obsolete nxagent.keyboard file. | Mike Gabriel | 2018-07-03 | 1 | -1/+0 |
| * | etc/nxagent.keyboard: Drop file. Not required anymore. | Mike Gabriel | 2018-07-03 | 2 | -2/+0 |
| * | Xserver/xkb: Remove XkbCF DDX configuration code. | Mike Gabriel | 2018-07-03 | 2 | -1343/+2 |
| * | Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b. | Mike Gabriel | 2018-07-03 | 17 | -1079/+189 |
| * | Xserver/xkb: Remove -xkbmap argument. | Daniel Stone | 2018-07-03 | 3 | -76/+0 |
| * | hw/nxagent/Keyboard.c: Drop support for loading XKB config from file. | Mike Gabriel | 2018-07-03 | 1 | -97/+7 |
|/ |
|
* | Merge branch 'uli42-pr/more_debug' into 3.6.x | Mike Gabriel | 2018-07-03 | 1 | -0/+29 |
|\ |
|
| * | Atoms.c: more debugging output | Ulrich Sibiller | 2018-07-03 | 1 | -0/+29 |
|/ |
|
* | Merge branch 'uli42-pr/misc' into 3.6.x | Mike Gabriel | 2018-07-03 | 6 | -72/+64 |
|\ |
|
| * | dixfonts.c: use calloc for LFclosurePtr | Mike Gabriel | 2018-07-03 | 1 | -1/+1 |
| * | dix/dixfonts.c: free() can handle NULL | Mike Gabriel | 2018-07-03 | 1 | -8/+6 |
| * | NXdixfonts.c: free() can handle NULL | Ulrich Sibiller | 2018-07-03 | 1 | -13/+10 |
| * | NXdixfonts.c: use calloc for LFclosurePtr | Ulrich Sibiller | 2018-07-03 | 1 | -1/+1 |
| * | xkb/xkb.c: init all reply structs | Ulrich Sibiller | 2018-07-03 | 1 | -26/+19 |
| * | os/io.c: fix unitialised bytes | Ulrich Sibiller | 2018-07-03 | 1 | -1/+6 |
| * | ProcGetPointerMapping uses rep.nElts before it is initialized | Ulrich Sibiller | 2018-07-03 | 1 | -3/+6 |
| * | Fix some valgrind findings | Ulrich Sibiller | 2018-07-03 | 2 | -15/+11 |
| * | Some small Keyboard.c improvements | Ulrich Sibiller | 2018-07-03 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'sunweaver-pr/idletime-counter' into 3.6.x | Mike Gabriel | 2018-07-03 | 3 | -15/+163 |
|\ |
|
| * | Don't reset the lastDeviceEventTime when doing DPMS actions | Mike Gabriel | 2018-07-03 | 1 | -13/+4 |
| * | Do not reset lastDeviceEventTime when we do dixSaveScreens | Richard Hughes | 2018-07-03 | 1 | -2/+0 |
| * | Backport IDLETIME system counter to nx-X11 Xserver. | Mike Gabriel | 2018-07-03 | 1 | -0/+159 |
|/ |
|
* | nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably wa... | Mihai Moldovan | 2018-06-17 | 1 | -1/+1 |
* | nx-libs.spec: disable parallel builds, was pure luck that it worked before. | Mihai Moldovan | 2018-06-17 | 1 | -1/+1 |
* | debian/rules: more Jessie unbreaking, also for dh_auto_{build,install}. | Mihai Moldovan | 2018-06-17 | 1 | -2/+4 |
* | debian/rules: unbreak Jessie: dh_auto_clean doesn't gracefully discard unknow... | Mihai Moldovan | 2018-06-16 | 1 | -1/+1 |
* | Merge branch 'uli42-pr/fix_missing_include' into 3.6.x | Mike Gabriel | 2018-06-06 | 1 | -0/+1 |
|\ |
|
| * | Clipboard.c: add missing include | Ulrich Sibiller | 2018-06-05 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'uli42-pr/xinerama_without_wm' into 3.6.x | Mike Gabriel | 2018-05-24 | 1 | -0/+12 |
|\ |
|
| * | Update Xinerama on XMapEvent | Ulrich Sibiller | 2018-05-24 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'uli42-pr/cleanup_window_hints' into 3.6.x | Mike Gabriel | 2018-05-24 | 7 | -175/+203 |
|\ |
|
| * | whitespace fixes | Ulrich Sibiller | 2018-05-24 | 3 | -4/+4 |
| * | Screen.c: simplify setting of window name/class | Ulrich Sibiller | 2018-05-24 | 1 | -16/+11 |
| * | Events.c: catch intermediate window position changes | Ulrich Sibiller | 2018-05-24 | 1 | -5/+35 |
| * | nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig | Ulrich Sibiller | 2018-05-24 | 5 | -12/+11 |
| * | Screen.c/Events.c: fix some comments | Ulrich Sibiller | 2018-05-24 | 3 | -5/+3 |
| * | nxagent: use XAllocSizeHints() instead of XSizeHints struct | Ulrich Sibiller | 2018-05-24 | 3 | -97/+130 |
| * | Screen.c/Events.c: add some FIXMEs | Ulrich Sibiller | 2018-05-24 | 2 | -0/+4 |
| * | Screen.c: replace XSetWMNormalHints code block by already existing function | Ulrich Sibiller | 2018-05-24 | 3 | -38/+7 |
|/ |
|
* | debian/rules: Typo fix in dh_auto_build --no-parallel option. | Mike Gabriel | 2018-05-24 | 1 | -1/+1 |
* | debian/rules: Highly enforce --no-parallel mode while Xserver is still on ima... | Mike Gabriel | 2018-05-24 | 1 | -3/+3 |
* | Merge branch 'uli42-pr/codespell' into 3.6.x | Mike Gabriel | 2018-05-24 | 50 | -93/+92 |
|\ |
|
| * | config/cf: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 7 | -8/+8 |
| * | nxproxy: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 2 | -5/+5 |