aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/mi
Commit message (Expand)AuthorAgeFilesLines
* mi/miexpose.c: add missing free()Ulrich Sibiller2019-06-221-0/+3
* mi/miinitext.c: fix memleaks: remove (double) glx initializationUlrich Sibiller2019-06-191-4/+1
* miwindow.c: add hint to Red Hat Bugzilla + fixUlrich Sibiller2019-06-121-0/+1
* mi: Hush an almost certainly bogus warningUlrich Sibiller2019-06-121-1/+1
* Remove the Must_have_memory hack.Ulrich Sibiller2019-06-122-12/+6
* NXmiexpose.c: drop file altogetherUlrich Sibiller2019-06-112-13/+2
* NXmiexpose.c: use upstream version of miPaintWindows()Ulrich Sibiller2019-06-111-4/+2
* NXmiexpose.c: use upstream miHandleExposures()Ulrich Sibiller2019-06-111-2/+0
* Die XTESTEXT1, die!Ulrich Sibiller2019-05-101-6/+0
* misc: fix more regressions and whitespace weirdness introduced in 913fcf1a744...Mihai Moldovan2018-07-072-0/+7
* Fix some memory leaks.Mario Trangoni2018-07-032-2/+6
* nx-X11/programs/Xserver/{include/globals.h,mi/miinitext.c}: remove DPSEXT lef...Mihai Moldovan2018-02-271-3/+0
* Remove unused X11R4 DDX compatibility function miClipNotify.Mihai Moldovan2018-02-272-84/+0
* Lift mi to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-272-2/+2
* Lift mi to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-277-69/+39
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-10/+6
* Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually...Mihai Moldovan2017-12-161-1/+1
* Support building with legacy (pre-7.1.0) Xext proto versions.Mihai Moldovan2017-12-161-0/+4
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-193-4/+0
* Regression fix for added libXfont2 API support:Mike Gabriel2017-04-101-2/+0
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-106-13/+19
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-102-1/+14
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-107-22/+16
* Move the code for resetting the DPMS mode in response to input events, from W...Fredrik Höglund2017-03-171-0/+14
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-0316-146/+146
* Xserver/mi/miscrinit.c: Use new shmint.h for making ShmRegisterFbFuncs() avai...Mike Gabriel2017-03-031-2/+1
* nx-X11/programs/Xserver/mi/{Imakefile,mibank.{c,h}}: backport ffaae7c0c69a51a...Mihai Moldovan2017-03-033-2697/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-081-1/+1
* drop platform support: unifdef QNX.Mike Gabriel2017-02-082-5/+1
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-042-110/+4
* Imake: drop DoLoadableServer, MakeDllModules and IHaveModulesUlrich Sibiller2016-11-021-4/+0
* Disinfect mi/ of mfb.Adam Jackson2016-10-301-2/+17
* rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-191-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-0660-110/+0
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-061-11/+16
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-055-5/+0
* Replace INITARGS with voidTomas Carnecky2016-07-051-31/+31
* Xserver: Post-REGION-macros-to-inline-funcs clean-up.Mike Gabriel2016-07-053-19/+0
* Xserver/mi/mizerarc.c: Initialize oddPtrs as NULL before using it (in miZeroP...Mike Gabriel2016-07-051-1/+1
* Xserver/mi/miarc.c: Initialize dashRemaining with 0 before using it.Mike Gabriel2016-07-051-1/+1
* nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.Mike Gabriel2016-07-022-3/+3
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-023-9/+9
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-0214-37/+37
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-0217-86/+86
* remove shm code from libNX_XextUlrich Sibiller2016-07-012-2/+2
* hw/nxagent/NXmiexpose.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-252-6/+18
* Xserver/mi/Imakefile: Serialize parameters and make Imakefile changes more tr...Mike Gabriel2016-06-251-31/+98
* hw/nxagent/NXmiwindow.c: Drop complete file.Mike Gabriel2016-06-251-1/+19
* Call pScreen->ConstrainCursorHarder from the position update pathMike Gabriel2016-06-211-0/+5
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-214-12/+12