| Commit message (Expand) | Author | Age | Files | Lines |
* | randr: free crtc->outputs on destroy | Giuseppe Bilotta | 2017-12-07 | 1 | -0/+1 |
* | randr: always realloc crtcs and outputs | Giuseppe Bilotta | 2017-12-07 | 2 | -12/+6 |
* | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 1 | -4/+1 |
* | xinerama: Swap the response in RRXineramaWriteMonitor | Michal Srb | 2017-04-03 | 1 | -0/+7 |
* | misc nx-X11/programs/Xserver/randr/: switch to using xreallocarray, since it ... | Mihai Moldovan | 2017-03-03 | 6 | -60/+0 |
* | misc nx-X11/programs/Xserver/{composite,dix,randr}/: switch to using realloca... | Mihai Moldovan | 2017-03-03 | 5 | -43/+0 |
* | Fix "uninitialised byte(s)" complaints from valgrind | Ulrich Sibiller | 2017-03-02 | 4 | -8/+12 |
* | Naming change: Security*Access -> Dix*Access | Mike Gabriel | 2017-03-01 | 8 | -22/+18 |
* | Xserver/randr: Regression fix introduced by c2b1f48. Re-introduce RegisterRes... | Mike Gabriel | 2017-02-04 | 5 | -0/+25 |
* | remove unused registry.h | Ulrich Sibiller | 2016-11-02 | 1 | -64/+0 |
* | randrproto: It was discovered that nx-libs shipped two different version of r... | Mike Gabriel | 2016-10-01 | 4 | -1371/+3 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 1 | -2/+0 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 6 | -94/+142 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 1 | -2/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 10 | -44/+44 |
* | Set event sequence number in WriteEventsToClient instead of at callers. | Jamey Sharp | 2016-07-05 | 4 | -12/+0 |
* | Use internal temp variable for swap macros. Make swaps/swapl type safe (intro... | Mike Gabriel | 2016-07-04 | 11 | -538/+409 |
* | nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead. | Mike Gabriel | 2016-07-02 | 4 | -10/+10 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 5 | -9/+9 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 11 | -40/+40 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 12 | -90/+90 |
* | Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea... | Mike Gabriel | 2016-07-02 | 2 | -10/+0 |
* | Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | Backport RANDR proto version 1.5 to nx-X11's Xserver. | Mike Gabriel | 2016-06-21 | 20 | -944/+6432 |
* | randr extension: Convert to Xorg coding style. | Mike Gabriel | 2016-06-21 | 16 | -3699/+3511 |
* | Drop trailing whitespaces (randr extension) | Mike Gabriel | 2016-06-21 | 14 | -220/+220 |
* | randr: Remove mirandr | Adam Jackson | 2016-06-21 | 2 | -158/+2 |
* | Xserver/randr/Imakefile: Serialize parameters and make Imakefile changes more... | Mike Gabriel | 2016-06-21 | 1 | -2/+28 |
* | noRRXineramaExtension: Make Boolean configurable via new cmdline switch (+|-r... | Mike Gabriel | 2016-06-21 | 1 | -0/+2 |
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -1/+3 |
* | rrmode.c: add debug output | Ulrich Sibiller | 2015-12-30 | 1 | -2/+25 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 3 | -8/+8 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 7 | -26/+26 |
* | use xfree instead of free for xalloced data | Ulrich Sibiller | 2015-09-26 | 2 | -3/+3 |
* | Backport: xserver: Avoid sending uninitialized padding data over the network | Peter Åstrand | 2015-07-02 | 1 | -1/+2 |
* | Backport: Make RANDR 'set' timestamps follow client specified time. Bug 21987. | Keith Packard | 2015-06-07 | 2 | -13/+2 |
* | Backport: randr: Clean up compiler warnings about unused and shadowing variables | Keith Packard | 2015-06-07 | 3 | -21/+5 |
* | Backport: randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch | Aaron Plattner | 2015-06-07 | 1 | -1/+1 |
* | Backport: ProcRRGetScreenInfo: swap configTimestamp as well | Alan Coopersmith | 2015-06-07 | 1 | -0/+1 |
* | Backport: RRModeCreate: plug memory leak of newModes if AddResource fails | Alan Coopersmith | 2015-06-07 | 1 | -2/+4 |
* | Backport: randr: fix server crash in RRGetScreenInfo | Julien Cristau | 2015-06-07 | 1 | -2/+3 |
* | Backport: randr: check for virtual size limits before set crtc | Tiago Vignatti | 2015-06-07 | 1 | -0/+12 |
* | Backport: Free randr crtc and output pointer arrays | Keith Packard | 2015-06-07 | 1 | -0/+2 |
* | Backport: Drop a reference to user mode after create | Keith Packard | 2015-06-07 | 1 | -1/+2 |
* | Backport: Bug 51375: Xorg doesn't set status for RRGetOutputInfo | Jaroslav Šmíd | 2015-06-07 | 1 | -0/+1 |
* | library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 1 | -2/+2 |
* | nx-X11/**: Drop non-imake Makefile* files. | Mike Gabriel | 2015-03-04 | 2 | -726/+0 |
* | randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101] | Alan Coopersmith | 2015-02-14 | 1 | -0/+3 |
* | drop .original files from the current code base | Mike Gabriel | 2015-02-02 | 21 | -8027/+0 |
* | Imported nx-X11-3.5.0-2.tar.gznx-X11/3.5.0-2nx-X11 | Reinhard Tartler | 2011-10-10 | 41 | -1159/+16274 |