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