summaryrefslogtreecommitdiff
path: root/miext
Commit message (Expand)AuthorAgeFilesLines
* Fix more include paths; add dix-config.h to XKB code.Daniel Stone2005-07-031-3/+0
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-0351-19/+223
* Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2005-07-024-0/+8
* Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2005-07-013-3/+3
* Adding initial build system.Daniel Stone2005-07-015-0/+50
* Bug #2469: More accurate damage reports. (Jonathan Lennox)Adam Jackson2005-06-091-36/+58
* rewrite the rootless compositing code (1) compiles which is already a hugeZack Rusin2005-05-181-191/+238
* Fix includes right throughout the Xserver tree:Daniel Stone2005-04-209-9/+9
* Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-03-221-1/+5
* Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-03-161-3/+7
* Fix crash with more than one screen reported by John Davidorff Pell.Torrey Lyons2004-12-091-2/+25
* Encoding of numerous files changed to UTF-8Markus Kuhn2004-12-0439-40/+40
* //freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standaloneRoland Mainz2004-12-021-1/+3
* //freedesktop.org/bugzilla/show_bug.cgi?id=1204): Fix X11 test suiteRoland Mainz2004-11-231-2/+2
* Windows does not have ffs() implementation. added oneAlexander Gottwald2004-11-221-1/+1
* Fix rootless Cygwin crash due to acceleration code illegally modifying aTorrey Lyons2004-10-251-6/+37
* Allow rootless implementations to override frame reordering. This is usedTorrey Lyons2004-10-082-2/+26
* Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons2004-09-184-12/+107
* First set of documentation updates.Kevin E Martin2004-09-031-8/+4
* Workaround for servers using rootless layer with damage (Bug #1168, TorreyXORG-6_7_99_904Kevin E Martin2004-09-021-0/+8
* Bug #1101: Fix PaintWindow in the pixmap case when the window's origin isEric Anholt2004-08-271-25/+23
* Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessaryEric Anholt2004-08-262-1/+6
* Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).Kevin E Martin2004-08-182-173/+26
* Clip destination instead of source. Should be the same, but it looks nicerKeith Packard2004-08-151-52/+59
* Remove debugging code which did a full tree walk on every window operationKeith Packard2004-08-151-5/+4
* Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard2004-08-151-1/+15
* Redraw window borders when switching window pixmaps aroundKeith Packard2004-08-153-14/+49
* Fix offsets again. Really, it works this time. Promise.Keith Packard2004-08-141-11/+12
* Fix offsets, do whole region at once by using GC clippingKeith Packard2004-08-141-15/+35
* Fix clip list computation and setting to ignore clip changes to "real"Keith Packard2004-08-143-70/+109
* Wrap CopyWindow in cw, which fixes scrolling in many apps.Eric Anholt2004-08-142-0/+44
* Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32Keith Packard2004-08-143-27/+41
* Apply a kludge to initialize the composite wrapper before DamageSetup. IfEric Anholt2004-08-121-0/+13
* Fix various cw issues, including a couple reported by deronj:Eric Anholt2004-08-124-48/+41
* Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chanceKristian Høgsberg2004-08-121-0/+13
* Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard2004-08-121-2/+2
* Add COMPOSITE change to fbCopyWindow (not needed yet)Keith Packard2004-08-112-30/+56
* Fix minor timestamp lossage in mieq.Keith Packard2004-08-071-9/+8
* Clean up cw initialization, make sure wrappers re-wrap on exit.Keith Packard2004-08-071-19/+11
* Fix missing ';' in cw.c and unwrap the render wrapper properly.Eric Anholt2004-08-063-5/+24
* - Add a new Render function, CopyPicture, which will update a picture withEric Anholt2004-08-053-114/+116
* - Always validate the backing GC in cwValidateGC, not just when the clipEric Anholt2004-08-041-20/+18
* programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb2004-08-034-9/+9
* Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt2004-08-034-209/+274
* Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soAdam Jackson2004-08-034-1/+21
* Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt2004-07-314-0/+1718
* Integrate latest damage bits, including the addition of Composite code.Eric Anholt2004-07-311-13/+81
* Add generic rootless layer documentation missed from last commit.Torrey Lyons2004-07-301-0/+403
* Merge many XDarwin improvements:Torrey Lyons2004-07-304-71/+131
* Use LibraryTargetName when not building a loadable serverKevin E Martin2004-07-291-1/+1