aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sunweaver-pr/debian-packaging-updates' into 3.6.xMike Gabriel2016-07-0135-561/+171
|\
| * debian/*.dirs: Don't create directories in the Debian package. All handled we...Mike Gabriel2016-07-012-5/+0
| * roll-tarball.sh: Move out of debian/ folder into project's base folder.Mike Gabriel2016-07-011-1/+1
| * debian/libxcompext3.symbols: Add symbols file for libXcompext3.Mike Gabriel2016-07-011-0/+103
| * nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c: Fix typo (grammer -> gramm...Mike Gabriel2016-07-011-3/+3
| * debian/rules: Use buildflags.mk from dpkg-dev. Enable bindnow hardening flag.Mike Gabriel2016-07-011-4/+3
| * debian/control: Versioned B-D: dpkg-dev (>= 1.16.1.1).Mike Gabriel2016-07-011-0/+1
| * debian/control: Remove all Pre-Depends: fields from all bin:pkgs.Mike Gabriel2016-07-011-24/+0
| * debian/control: Bump Standards: to 3.9.8. (Various changes were needed).Mike Gabriel2016-07-011-1/+1
| * debian/{control,compat}: Bump to DH compat level 9.Mike Gabriel2016-07-012-2/+2
| * debian/control: Use my DD address in Uploaders: field.Mike Gabriel2016-07-011-1/+1
| * debian/changelog: Suppress warnings from lintian about -0 revision in version...Mike Gabriel2016-07-011-1/+1
| * debian/control: Drop various not-used-anymore libNX_* related packages. Add B...Mike Gabriel2016-07-011-506/+54
| * roll-tarball.sh: Don't ship doc/X11-symbols/ in the lite (proxy-only) tarball...Mike Gabriel2016-07-011-0/+1
| * debian/rules: Don't attempt at removing $(CURDIR)/.preserve/. Not needed anym...Mike Gabriel2016-07-011-1/+0
| * debian/*: Drop non-multi-arch support (i.e. Debian squeeze, Ubuntu 10.04 and ...Mike Gabriel2016-07-0121-12/+0
| * debian/*: Drop not-use-anymore CODE-REDUCTION_* files.Mike Gabriel2016-07-016-0/+0
|/
* Merge branch 'sunweaver-pr/define-default-source-not-bsd+svid-source' into 3.6.xMike Gabriel2016-07-012-2/+2
|\
| * build flags: Use -D_DEFAULT_SOURCE instead of deprecated -D_BSD_SOURCE and -D...Mike Gabriel2016-07-012-2/+2
| * nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent.Mike Gabriel2016-06-3016-1310/+0
| * OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ...Mike Gabriel2016-06-3013-85/+62
* | Merge branch 'sunweaver-pr/drop-really-old-X10-API-code' into 3.6.xMike Gabriel2016-07-0116-1310/+0
|\ \
| * | nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent.Mike Gabriel2016-07-0116-1310/+0
|/ /
* | Merge branch 'sunweaver-pr/properly-apply-optflags-at-buildtime' into 3.6.xMike Gabriel2016-07-0113-85/+62
|\ \ | |/ |/|
| * OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ...Mike Gabriel2016-07-0113-85/+62
|/
* debian/libnx-x11-6.symbols: Update symbols (added: _XEatDataWords@Base 3.5.99...Mike Gabriel2016-06-301-0/+2
* Merge branch 'sunweaver-pr/drop-embedded-imake-and-makedepend' into 3.6.xMike Gabriel2016-06-3028-8306/+12
|\
| * nx-X11/Makefile: Drop build support for World.Win32 and World.OS2. Not our ta...Mike Gabriel2016-06-301-49/+0
| * nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedep...Mike Gabriel2016-06-3028-8257/+12
|/
* Merge branch 'sunweaver-pr/backport-xgetrequest-and-xeatdatawords' into 3.6.xMike Gabriel2016-06-302-29/+75
|\
| * Port _XEatDataWordsUlrich Sibiller2016-06-302-0/+28
| * Backport of _XGetRequest()Ulrich Sibiller2016-06-302-29/+47
* | Merge branch 'sunweaver-pr/drop-x2goagent' into 3.6.xMike Gabriel2016-06-2921-245/+46
|\|
| * Makefile,debian/*,nx-libs.spec,<misc>: Drop references to X2Go Project, esp. ...Mike Gabriel2016-06-2921-245/+46
|/
* Merge branch 'sunweaver-pr/libnx-xext-drop-unused-extensions' into 3.6.xMike Gabriel2016-06-2913-2965/+141
|\
| * libNX_Xext: Drop unused extensions: DPMS, XTestExt1, XSync, XSecurity.Mike Gabriel2016-06-2810-2949/+99
| * nx-X11/lib/Xext/Imakefile: Serialize parameters and make Imakefile changes mo...Mike Gabriel2016-06-281-10/+22
| * fix wrong bin:package for Xext proto headers: Move dpmsstr.h and securstr.h f...Mike Gabriel2016-06-284-4/+5
| * Fix linking order hack in nxagent.Mike Gabriel2016-06-281-10/+23
|/
* test scripts: Add run-nxagent test script.Mike Gabriel2016-06-271-0/+140
* Merge branch 'sunweaver-pr/hw-nxagent-drop-duplicate-Xserver-code_disable-Xse...Mihai Moldovan2016-06-2562-26144/+1064
|\
| * hw/nxagent: Drop code referring to the following removed Xserver extensions: ...Mike Gabriel2016-06-254-93/+0
| * hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the correspo...Mike Gabriel2016-06-252-3/+1
| * hw/nxagent/NXdixfonts.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-253-1463/+29
| * hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-253-3342/+38
| * hw/nxagent/NXproperty.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-253-326/+8
| * hw/nxagent/NXshm.c: Shrink file, drop duplicate code that can identically be ...Mike Gabriel2016-06-253-964/+16
| * hw/nxagent/NXxvdisp.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-253-2079/+10
| * hw/nxagent/NXevents.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-253-4549/+143
| * hw/nxagent/NXglyph.c: Shrink file, drop duplicate code that can identically b...Mike Gabriel2016-06-253-394/+10