aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/nxagent/NXresource.c: remove caching of drawables and graphics contexts. T...Mike Gabriel2016-06-211-20/+0
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-2116-130/+134
* nxagent/hw/NXextension.c: Allow CloseDownProc to be NULL. Required code de-du...Mike Gabriel2016-06-211-2/+3
* hw/nxagent/Handlers.c: Regression fix since 6051dec. Close unclosed '#ifdef T...Mike Gabriel2016-06-211-0/+1
* hw/nxagent/Options.h: Grammar fix in comment.Mike Gabriel2016-06-211-1/+1
* Properly enable/disable Xinerama support in nxagent via cmdline options provi...Mike Gabriel2016-06-214-33/+48
* {nx-X11/programs/Xserver/hw/nxagent/{{Args,Handlers,Image,Options}.c,Options....Mihai Moldovan2016-06-215-24/+83
* nxagentReversePointerMap: Don't assume Xevent.xbutton.button is always greate...Mike Gabriel2016-06-212-3/+3