aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update X.h and Xproto.h because of GenericEventupgrade-libX11Ulrich Sibiller2016-08-242-15/+53
* set USE_XCB define to 0 to prevent compiler complaintsUlrich Sibiller2016-08-241-1/+2
* Remove CRAY supportUlrich Sibiller2016-08-245-323/+1
* adapt include files to libX11 1.3.4Ulrich Sibiller2016-08-247-48/+54
* update makekeys.c to libX11 1.3.4 (+ fix)Ulrich Sibiller2016-08-241-11/+7
* update lcUniConv subdir to libX11 1.3.4Ulrich Sibiller2016-08-2432-34/+12506
* update src files *[ch] to libX11 1.3.4Ulrich Sibiller2016-08-24242-2582/+2681
* add XLOCALELIBDIRUlrich Sibiller2016-08-242-1/+3
* improve header guardsUlrich Sibiller2016-08-243-4/+7
* update all files with NX relevant changes to libX11 1.3.4Ulrich Sibiller2016-08-2415-709/+1750
* fix wrong include in XlibInt.cUlrich Sibiller2016-08-241-1/+1
* nxagent.1 man page: Some layout fixes for string options with well-defined ex...Mike Gabriel2016-07-281-0/+5
* hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnect...Mike Gabriel2016-07-281-3/+2
* nxagent.1 man page: Add explanation about the new reconnectchecks nx/nx option.Mike Gabriel2016-07-281-0/+26
* hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass i...Mike Gabriel2016-07-281-1/+1
* Merge branch 'Ionic-feature/reconnect-checks' into 3.6.xMike Gabriel2016-07-286-52/+373
|\
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentChe...Mihai Moldovan2016-07-281-0/+1
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentIni...Mihai Moldovan2016-07-281-0/+1
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: split up nxagentCheckForPixmapF...Mihai Moldovan2016-07-281-5/+9
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-23/+105
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-24/+118
| * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-1/+42
| * {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}...Mihai Moldovan2016-07-285-2/+100
|/
* Merge branch 'uli42-3.6.x' into 3.6.xMike Gabriel2016-07-271-0/+7
|\
| * Fix wrong includeUlrich Sibiller2016-07-261-0/+7
|/
* release 3.5.99.03.5.99.0Mike Gabriel2016-07-062-10/+6615
* README.md: Add build howto for openSUSE based RPMs.Mike Gabriel2016-07-061-0/+29
* README.md: Status update of listed 3.6.x features.Mike Gabriel2016-07-061-14/+12
* make-changelog.sh: Ship simple script for updating the upstream ChangeLog fil...Mike Gabriel2016-07-061-0/+2
* Merge branch 'sunweaver-pr/update-license-files' into 3.6.xMike Gabriel2016-07-061324-4695/+6391
|\
| * VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-06926-1560/+0
| * Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-06407-3123/+6368
| * LICENSE files: Update copyright holders, FSF address and various other minor ...Mike Gabriel2016-07-062-12/+23
|/
* nxproxy.1 man page: Another rendering flaw fixed.Mike Gabriel2016-07-061-2/+2
* debian/*.doc-base: Add .doc-base files for bin:packages containing documentat...Mike Gabriel2016-07-063-0/+21
* Xserver/dix/events.c: Drop unused i variable from TryClientEvents.Ulrich Sibiller2016-07-061-1/+0
* nxproxy.1 man page: Fix a typo + a rendering error. Detected by lintian.Mike Gabriel2016-07-061-4/+3
* debian/rules: Enable -fPIE / -pie hardening support for nxagent and nxproxy.Mike Gabriel2016-07-051-2/+2
* Merge pull request #180 from uli42/pr/remove_need_events_repliesUlrich Sibiller2016-07-05240-340/+0
|\
| * remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-05240-340/+0
|/
* bin/nxauth: Remove deprecated wrapper script "nxauth".Mike Gabriel2016-07-051-29/+0
* debian/nxagent.docs: whitespace onlyMike Gabriel2016-07-051-1/+1
* README.keystrokes: Move from base folder to doc/nxagent/.Mike Gabriel2016-07-053-1/+2
* nx-libs.spec: Adapt RPM packaging to doc files having been moved around.Mike Gabriel2016-07-051-3/+3
* debian/libxcomp3.docs: Install libxcomp3 documentation files into bin:package.Mike Gabriel2016-07-051-0/+2
* debian/nxproxy.docs: Fix FTBFS due to missing documentation files (moved out ...Mike Gabriel2016-07-051-3/+1
* documentation: Move README-VALGRIND out of doc/_attic_/ folder to doc/nxproxy/.Mike Gabriel2016-07-051-0/+0
* Merge branch 'sunweaver-pr/no-more-type-casting-in-writetoclient' into 3.6.xMike Gabriel2016-07-0574-323/+325
|\
| * Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-0571-317/+317
| * Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2016-07-053-6/+8
|/