| Commit message (Expand) | Author | Age | Files | Lines |
* | Screen.c: Fix freeing of unsued modes | Ulrich Sibiller | 2015-12-30 | 1 | -9/+28 |
* | Screen.c: improve comments and DEBUG output | Ulrich Sibiller | 2015-12-30 | 1 | -24/+59 |
* | rrmode.c: add debug output | Ulrich Sibiller | 2015-12-30 | 1 | -2/+25 |
* | Reimplement xinerama via randr in nxagent (not libNX_Xinerama). (Fixes Arctic... | Ulrich Sibiller | 2015-12-30 | 5 | -71/+452 |
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's libXineram... | Mike Gabriel | 2015-12-30 | 19 | -662/+25 |
* | debian/rules: Don't strips symbols from not-build-anymore libNX_Xtst.so. | Mike Gabriel | 2015-12-29 | 1 | -1/+0 |
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared... | Mike Gabriel | 2015-12-29 | 22 | -1863/+76 |
* | Fix for too overall Xdamage and Xrandr client lib removal: Bring back the nx-... | Mike Gabriel | 2015-12-29 | 8 | -0/+505 |
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish betw... | Mike Gabriel | 2015-12-29 | 27 | -51/+51 |
* | nx-X11/lib/X11/Marcos.c: white-space cleanup (EOL blanks). | Mike Gabriel | 2015-12-29 | 1 | -4/+4 |
* | pointer typedef in Xdefs.h: also catch Xdefs.h include in include/misc.h, mak... | Mike Gabriel | 2015-12-28 | 2 | -6/+17 |
* | libray clean (Xfixes): Provide a fake libXfixes.h header from latest X.Org, t... | Mike Gabriel | 2015-12-28 | 4 | -3/+93 |
* | Xrandr_nxagent.h: When faking Xrandr.h, we better include our own Xfuncproto.h. | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
* | nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-aro... | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
* | library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes sh... | Mike Gabriel | 2015-12-28 | 21 | -1687/+22 |
* | library clean-up: Don't build libNX_Xcomposite anymore. Use system's libXcomp... | Mike Gabriel | 2015-12-28 | 15 | -643/+23 |
* | pointer typedef in Xdefs.h: Define pointer type for building against older Xl... | Mike Gabriel | 2015-12-28 | 1 | -2/+8 |
* | Merge branch 'sunweaver-pr/NX-include-path' into 3.6.x | Mike Gabriel | 2015-12-28 | 531 | -1666/+2203 |
|\ |
|
| * | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 531 | -1666/+2203 |
|/ |
|
* | Merge branch 'sunweaver-pr/dixfont-fix' into 3.6.x | Mike Gabriel | 2015-12-28 | 1 | -4/+7 |
|\ |
|
| * | On realloc failure, free font_path_string instead of leaking it | Mike Gabriel | 2015-12-28 | 1 | -4/+7 |
|/ |
|
* | Merge branch 'sunweaver-pr/change-pointer-into-void' into 3.6.x | Mike Gabriel | 2015-12-28 | 206 | -1384/+1395 |
|\ |
|
| * | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 206 | -1384/+1395 |
|/ |
|
* | Drop all references to printver.c. Not provided in source tree anymore. | Mike Gabriel | 2015-10-07 | 1 | -9/+0 |
* | Re-add -sync option back to nxagent to allow synchronous debugging of the nxa... | Mike Gabriel | 2015-10-06 | 3 | -0/+12 |
* | Xinerama symlinking: Create / remove folder containing Xinerama sylinks on in... | Mike Gabriel | 2015-09-28 | 2 | -1/+4 |
* | Xinerama symlinking: Attach Xinerama symlinking to nxagent bin:package (and n... | Mike Gabriel | 2015-09-28 | 4 | -9/+9 |
* | debian/changelog: Drop unnecessary "~build1" from version string | Mike Gabriel | 2015-09-28 | 1 | -1/+1 |
* | Merge pull request #64 from uli42/pr/add_pkgconfig | Mike Gabriel | 2015-09-28 | 3 | -0/+8 |
|\ |
|
| * | adapt pkgconfigdir in nxcompshad | Ulrich Sibiller | 2015-08-26 | 1 | -1/+1 |
| * | Fix "Makefile.in seems to ignore the --datarootdir setting" warning | Ulrich Sibiller | 2015-08-26 | 3 | -0/+6 |
| * | create pkgcnfig dir before copying anything | Ulrich Sibiller | 2015-08-26 | 3 | -1/+4 |
* | | Merge branch 'uli42-pr/backported_fixes' into 3.6.x | Mike Gabriel | 2015-09-28 | 2 | -3/+3 |
|\ \ |
|
| * | | debian/libnx-xinerama1.postinst.in: Enforce symlink creation for Xinerama sup... | Mike Gabriel | 2015-09-28 | 1 | -3/+3 |
| * | | Revert "debian/libnx-xinerama1.*: fix faulty logic when creating symlinks." | Mike Gabriel | 2015-09-28 | 1 | -3/+3 |
| * | | nx-libs.spec: add xkeyboard-config to nxagent's Requires. | Mihai Moldovan | 2015-09-28 | 2 | -0/+7 |
| * | | debian/control: add xkb-data to nxagent's Recommends. | Mihai Moldovan | 2015-09-28 | 2 | -1/+4 |
| * | | debian/roll-tarballs.sh: more quotes, more curly braces, replace cd with push... | Mihai Moldovan | 2015-09-28 | 1 | -8/+8 |
| * | | roll-tarball.sh: more quotes (follow-up for previous commit), drop debug code | Mike Gabriel | 2015-09-28 | 1 | -5/+3 |
| * | | roll-tarball.sh: Make sure symlinked files are included in tarballs. | Mike Gabriel | 2015-09-28 | 1 | -3/+15 |
| * | | nx-libs.spec: Install nxcomp{,ext,shad}.pc into the corresponding development... | Mike Gabriel | 2015-09-28 | 1 | -0/+3 |
| * | | debian/libxcomp{,ext,shad}-dev.install.in: Install nxcomp{,ext,shad}.pc file ... | Mike Gabriel | 2015-09-28 | 3 | -0/+3 |
| * | | nxcomp{,ext,shad}/Makefile.in: Create pkgconfigdir before putting files in it. | Mike Gabriel | 2015-09-28 | 3 | -0/+3 |
| * | | nxcomp{,shad,ext}: Remove nxcomp*.pc file on clean and distclean. | Mike Gabriel | 2015-09-28 | 3 | -3/+3 |
| * | | Makefile: Also remove nxversion.def on distclean. | Mike Gabriel | 2015-09-28 | 1 | -1/+1 |
| * | | Add pkg-config support to nxcomp, nxcompext and nxcompshad | Ulrich Sibiller | 2015-09-28 | 9 | -27/+86 |
| * | | debian/changelog: sync with master/3.5.0.x branch. | Mihai Moldovan | 2015-09-28 | 1 | -2/+77 |
| * | | debian/changelog: sync with master/3.5.0.x branch. | Mihai Moldovan | 2015-09-28 | 1 | -0/+31 |
| * | | Correct nxproxy manpage also: --help -> -help | Mike DePaulo | 2015-09-28 | 1 | -1/+1 |
| * | | Correct manpages: --help -> -help | Mike DePaulo | 2015-09-28 | 2 | -2/+2 |