| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | compext: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 4 | -6/+6 |
| * | manpage: fix spelling error as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
| * | hw/nxagent: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 21 | -51/+50 |
| * | nxcompshad: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 3 | -4/+4 |
| * | nxcomp: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 12 | -18/+18 |
|/ |
|
* | nx-libs.spec: we never used gpg-offline, drop it. | Mihai Moldovan | 2018-04-30 | 1 | -4/+0 |
* | debian/rules: Run dh_auto_clean with --no-parallel. | Mike Gabriel | 2018-04-25 | 1 | -1/+1 |
* | Makefile: Run BuildIncludes and clean target in nx-X11/ with -j1. | Mike Gabriel | 2018-04-25 | 1 | -2/+2 |
* | Revert "debian/rules: Avoid dh_auto_build. It adds -Oline since 11.2 which le... | Mike Gabriel | 2018-04-25 | 1 | -5/+1 |
* | Revert "debian/rules: Typo fix (NUMJOBS, not NUM_JOBS)." | Mike Gabriel | 2018-04-25 | 1 | -1/+1 |
* | Makefile: Enforce -j1 for BuildDependsOnly target. | Mike Gabriel | 2018-04-25 | 1 | -1/+1 |
* | debian/rules: Typo fix (NUMJOBS, not NUM_JOBS). | Mike Gabriel | 2018-04-25 | 1 | -1/+1 |
* | debian/rules: Drop override_dh_clean. Makefile (et al.) removal in nx-X11/ ha... | Mike Gabriel | 2018-04-25 | 1 | -65/+0 |
* | debian/rules: Avoid dh_auto_build. It adds -Oline since 11.2 which let's make... | Mike Gabriel | 2018-04-25 | 1 | -1/+5 |
* | Makefile targets: Rewriting and consolidating the target structure for nx-X11... | Mike Gabriel | 2018-04-25 | 2 | -90/+85 |
* | Makefile: Don't do a parallel clean-up of nx-X11. We have seen failures and d... | Mike Gabriel | 2018-04-20 | 1 | -1/+3 |
* | release 3.5.99.163.5.99.16 | Mike Gabriel | 2018-03-16 | 6 | -9/+84 |
* | Merge branch 'Ionic-feature/use-libtirpc' into 3.6.x | Mike Gabriel | 2018-03-15 | 6 | -19/+47 |
|\ |
|
| * | nx-libs.spec: stop needlessly exporting variables that we pass down directly ... | Mihai Moldovan | 2018-03-15 | 1 | -3/+3 |
| * | nx-libs.spec: force usage of libtirpc on Fedora > 27 and OpenSuSE Tumbleweed+... | Mihai Moldovan | 2018-03-15 | 1 | -3/+9 |
| * | nx-X11/config/cf/README: document new UseTIRPC macro. | Mihai Moldovan | 2018-03-15 | 1 | -0/+1 |
| * | nx-X11/programs/Xserver/{,os/}Imakefile: implement libtirpc forcing via UseTI... | Mihai Moldovan | 2018-03-15 | 2 | -1/+17 |
| * | nx-X11/config/cf/Imake.tmpl: implement new UseTIRPC macro, defaulting to NO. | Mihai Moldovan | 2018-03-15 | 1 | -0/+3 |
| * | nx-X11/programs/Xserver/Imakefile: move $(PIXMANLIB) to NXAGENTSYSLIBS, since... | Mihai Moldovan | 2018-03-15 | 1 | -2/+2 |
| * | nx-X11/programs/Xserver/Imakefile: use printf with no trailing newline instea... | Mihai Moldovan | 2018-03-15 | 1 | -1/+1 |