summaryrefslogtreecommitdiff
path: root/mi/miexpose.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-27/+5
2015-07-08mi: Remove questionable optimization from the rootless pathAdam Jackson1-3/+0
2015-06-29Fix border tile origin when background is ParentRelativePeter Harris1-4/+9
2015-04-21Convert mi & miext to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-09dix: Lower backStorage to a bit instead of a pointerAdam Jackson1-1/+1
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-47/+0
2014-10-09mi: Drop plane argument from miHandleExposuresAdam Jackson1-7/+1
2014-10-09mi: Deobfuscate miWindowExposuresAdam Jackson1-30/+11
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-12/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith1-6/+5
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-396/+363
2011-08-03composite: Inhibit window background paint with manual subwindow redirectionVille Syrjälä1-0/+4
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-4/+0
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-55/+55
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-2/+2
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-2/+3
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden1-2/+2
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-3/+3
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+5
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-8/+8
2010-05-02rootless: Add some sanity checking to miPaintWindowJeremy Huddleston1-0/+3
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston1-0/+21
2009-05-29XQuartz: Fix alpha to be 1 (screenshots bug, etc)Jeremy Huddleston1-5/+22
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-1/+1
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+2
2009-02-07mi: clip exposures to pGC->clientClip.Maarten Maathuis1-0/+4
2009-01-22Remove a bunch of useless casts.Adam Jackson1-5/+4
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-6/+6
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-3/+3
2008-10-03Remove a bunch of unused API from the mi export list.Adam Jackson1-2/+2
2008-08-18Fix the tile offset in miPaintWindow for ParentRelative windows.Fredrik Höglund1-2/+2
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-2/+0
2008-05-28mi: ansify.Peter Hutterer1-25/+8
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-2/+0
2008-03-01clean some "unused" warningsGeorge Sapountzis1-2/+0
2008-01-18dix: remove inputInfo.pointer reference in TryClientEvents.Peter Hutterer1-2/+2
2007-11-05mi: Remove usage of allocaDaniel Stone1-8/+8
2007-09-13Merge remote branch 'origin/master' into paint-windowEric Anholt1-44/+65
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-53/+7
2007-09-12Try again to fix drawable and tile offsets in miPaintWindowKeith Packard1-16/+29
2007-09-12miPaintWindow draw to window for background.Keith Packard1-42/+52
2007-09-12Rewrite miPaintWindow to draw to window pixmap.Keith Packard1-198/+48