aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-06105-741/+1597
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-053-4/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-052-4/+4
* man pages: Greatly improve man pages nxagent.1 and nxproxy.1.Mike Gabriel2016-07-051-21/+976
* X2Go remnants: Drop x2goagent.1 man page. Shipped in X2Go Server sources nowa...Mike Gabriel2016-07-051-35/+0
* NoMachine documentation files: Move to doc/_attic_/ folder.Mike Gabriel2016-07-051-6359/+0
* LICENSE files: Have a main LICENSE file and one for nxcomp in the project's b...Mike Gabriel2016-07-051-26/+0
* Drop multiple COPYING files contaning the GPL-2 license text.Mike Gabriel2016-07-051-339/+0
* Replace INITARGS with voidTomas Carnecky2016-07-051-1/+1
* hw/nxagent/Exrensions.c: Post-RandR 1.5 update fix. Properly set rrProvider h...Mike Gabriel2016-07-051-3/+3
* hw/nxagent/Args.c: Fix fprintf placeholder (%u -> %lu).Mike Gabriel2016-07-051-2/+2
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-29/+27
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-027-10/+10
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-0226-106/+106
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-0226-185/+185
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-022-12/+12
* finally drop libNX_XextUlrich Sibiller2016-07-011-1/+1
* remove XShape code from libNX_XextUlrich Sibiller2016-07-011-1/+1
* hw/nxagent: Drop code referring to the following removed Xserver extensions: ...Mike Gabriel2016-06-254-93/+0
* hw/nxagent/NXdixfonts.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-1395/+5
* hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-3339/+5
* hw/nxagent/NXproperty.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-324/+1
* hw/nxagent/NXshm.c: Shrink file, drop duplicate code that can identically be ...Mike Gabriel2016-06-251-962/+3
* hw/nxagent/NXxvdisp.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-251-2078/+2
* hw/nxagent/NXevents.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-251-4547/+132
* hw/nxagent/NXglyph.c: Shrink file, drop duplicate code that can identically b...Mike Gabriel2016-06-251-394/+1
* hw/nxagent/NXglyphcurs.c: Shrink file, drop duplicate code that can identical...Mike Gabriel2016-06-251-68/+1
* hw/nxagent/NXrender.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-251-2188/+38
* hw/nxagent/NX{glyphstr,picturestr}.h: Don't ship the complete header files in...Mike Gabriel2016-06-259-836/+122
* NXrenderint.h: Move into subfolder X11/include/ and rename to Xrender_nxagent...Mike Gabriel2016-06-252-2/+2
* hw/nxagent/NXresource.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-642/+2
* hw/nxagent/NXwindow.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-3023/+7
* hw/nxagent/NXglxext.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-251-380/+1
* hw/nxagent/NXpicture.c: Shrink file, drop duplicate code that can identically...Mike Gabriel2016-06-251-1690/+41
* hw/nxagent/NXmiexpose.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-243/+1
* hw/nxagent/Pixmaps.h: Make RESTYPE well-defined by adding resource.h to inclu...Mike Gabriel2016-06-251-0/+1
* hw/nxagent/NXmiglyph.c: Shrink file, drop code that can be identically found ...Mike Gabriel2016-06-251-85/+1
* hw/nxagent/NXmitrap.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-117/+2
* hw/nxagent/NXmiwindow.c: Drop complete file.Mike Gabriel2016-06-252-1211/+0
* hw/nxagent/NXdamage.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-251-1894/+38
* NXcomposite.h: Move fake header file NXcomposite.h to hw/nxagent/X11/include/...Mike Gabriel2016-06-253-74/+107
* Xserver/hw/nxagent: Drop NXcompositeext.h, it is a duplicate of nx-X11/includ...Mike Gabriel2016-06-252-64/+0
* hw/nxagent/NXextension.c: Shrink file, drop duplicate code that is indentical...Mike Gabriel2016-06-251-323/+1
* Screen.c: fix RRGetInfo callUlrich Sibiller2016-06-251-1/+1
* Xinerama: undef debug/test flagsUlrich Sibiller2016-06-251-4/+4
* Backport RANDR proto version 1.5 to nx-X11's Xserver.Mike Gabriel2016-06-213-7/+116
* Move matrix operations from X server to pixman 0.13.2. Required code de-dupli...Mike Gabriel2016-06-211-6/+3
* [render] Split out filter finding from filter setting. Required code de-dupli...Mike Gabriel2016-06-211-2/+4
* Move matrix operations from X server to pixman 0.13.2, handle RandR transform...Mike Gabriel2016-06-212-68/+18
* [render] Split out filter finding from filter setting.Mike Gabriel2016-06-211-1/+6