aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add pkg-config support to nxcomp, nxcompext and nxcompshadUlrich Sibiller2015-07-129-27/+86
* debian/changelog: sync with master/3.5.0.x branch.Mihai Moldovan2015-07-041-2/+77
* Merge branch 'uli42-pr/backported_fixes' into arctica-3.6.xMihai Moldovan2015-07-0338-45/+164
|\
| * Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-0232-5/+131
| * Backport: Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard2015-06-072-13/+2
| * Backport: randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard2015-06-073-21/+5
| * Backport: randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner2015-06-071-1/+1
| * Backport: ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith2015-06-071-0/+1
| * Backport: RRModeCreate: plug memory leak of newModes if AddResource failsAlan Coopersmith2015-06-071-2/+4
| * Backport: randr: fix server crash in RRGetScreenInfoJulien Cristau2015-06-071-2/+3
| * Backport: randr: check for virtual size limits before set crtcTiago Vignatti2015-06-071-0/+12
| * Backport: Free randr crtc and output pointer arraysKeith Packard2015-06-071-0/+2
| * Backport: Drop a reference to user mode after createKeith Packard2015-06-071-1/+2
| * Backport: Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd2015-06-071-0/+1
* | Merge branch 'sunweaver-pr/no-autotools-cruft' into arctica-3.6.xMihai Moldovan2015-06-2931-1091/+0
|\ \
| * | library clean-up: No autotools cruft in nx-libs.Mike Gabriel2015-06-2631-1091/+0
* | | debian/changelog: sync with master/3.5.0.x branch.Mihai Moldovan2015-06-291-0/+31
* | | Correct nxproxy manpage also: --help -> -helpMike DePaulo2015-06-281-1/+1
* | | Correct manpages: --help -> -helpMike DePaulo2015-06-282-2/+2
* | | doc/examples/run-nxproxy2nxproxy-test: Create NX_COOKIE dynamically using the...Mike Gabriel2015-06-251-3/+4
* | | Merge branch 'sunweaver-pr/roll-tarball-fixes' into arctica-3.6.xMihai Moldovan2015-06-232-64/+356
|\| |
| * | COPYING: Replace content with GPL-2 license text, because that is the overall...Mike Gabriel2015-06-231-56/+339
| * | debian/roll-tarball.sh: Auto-generate ChangeLog from Git history.Mike Gabriel2015-06-231-0/+1
| * | debian/roll-tarball.sh: Rename README.md to README.NX-Development before movi...Mike Gabriel2015-06-231-0/+3
| * | debian/roll-tarball.sh: Prevent several files/folders from ending up in nx-li...Mike Gabriel2015-06-231-4/+9
| * | debian/roll-tarball.sh: Support tarring up the HEAD of the current branch.Mike Gabriel2015-06-231-2/+2
| * | debian/roll-tarball.sh: Allow patch files names having a dash next to the fou...Mike Gabriel2015-06-231-2/+2
|/ /
* | Merge branch 'pr/anti-aliasing-rgba-crash' into 3.6.xMike Gabriel2015-06-231-3/+3
|\ \
| * | Fix alpha premultiplication in XRenderParseColor.Emanuele Giaquinta2015-06-231-3/+3
|/ /
* | Merge branch 'sunweaver-pr/libXx86FOO-cleanup' into arctica-3.6.xMihai Moldovan2015-06-2318-4987/+3
|\ \
| * | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs.Mike Gabriel2015-06-2218-4987/+3
|/ /
* | Merge branch 'sunweaver-pr/libxf86rush-cleanup' into arctica-3.6.xMihai Moldovan2015-06-2212-792/+0
|\ \
| * | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ...Mike Gabriel2015-06-2112-792/+0
|/ /
* | Merge branch 'sunweaver-pr/hw-driver-cleanup' into arctica-3.6.xMihai Moldovan2015-06-2116-2932/+14
|\ \
| * | nx-X11/config/cf: Drop build-logic for all hardware drivers.Mike Gabriel2015-06-214-434/+0
| * | nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf.Mike Gabriel2015-06-2113-2409/+14
| * | nx-X11/config/cf/Imakefile: Don't list non-present-anymore imake configuratio...Mike Gabriel2015-06-201-89/+0
|/ /
* | libgl clean-up, fix-up commitMike Gabriel2015-06-201-1/+1
* | README.md: typo fixMike DePaulo2015-06-201-1/+1
* | Merge pull request #52 from woglinde/3.6.xMike Gabriel2015-06-2010-1027/+0
|\ \
| * | remove libxkbui, looks like it is not used anywhereHenning Heinold2015-06-2010-1027/+0
|/ /
* | debian/control: Add Breaks:/Replaces: for qvd-libxcomp3 and qvd-nxproxy.Mike Gabriel2015-06-191-2/+6
* | Merge branch 'sunweaver-pr/libglx-cleanup' into arctica-3.6.xMihai Moldovan2015-06-1673-4168/+59
|\ \
| * | imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX build...Mike Gabriel2015-06-1619-589/+29
| * | Drop unused / untested Xserver GLX extension support / build logic.Mike Gabriel2015-06-1613-208/+5
| * | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree.Mike Gabriel2015-06-1666-3371/+25
|/ /
* | nxcomp/Loop.cpp: tiny whitespace fix. No functional change.Mihai Moldovan2015-06-161-1/+1
* | Merge pull request #28 from theqvd/3.6.xMike Gabriel2015-06-161-1/+37
|\ \ | |/ |/|