summaryrefslogtreecommitdiff
path: root/hw/xwin/winshadgdi.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-17hw/xwin: Improve performance of -compositewmJon Turney1-34/+14
2019-06-17hw/xwin: Avoid artefacts when resizing a windowJon Turney1-0/+24
2019-06-17hw/xwin: A simpleminded attempt at compositionJon Turney1-0/+65
2019-06-17hw/xwin: Push multiwindow wndproc WM_PAINT down into drawing engineJon Turney1-0/+57
2019-06-17hw/xwin: Align winBltExposedRegionsShadowGDI with winTopLevelWindowProc's WM_...Jon Turney1-5/+30
2017-08-22xwin: remove always true/set XWIN_MULTIWINDOW conditional/defineEmil Velikov1-14/+0
2017-08-22xwin: remove always true/set XWIN_CLIPBOARD conditional/defineEmil Velikov1-2/+0
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warnings in engine CloseScreen wrappersJon Turney1-1/+1
2016-12-12shadow: Macro cleanupAdam Jackson1-1/+1
2016-03-09hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney1-4/+2
2016-03-09hw/xwin: Remove unused FinishCreateWindowsWindow engine functionJon Turney1-4/+0
2016-03-09hw/xwin: Remove unused HotKeyAltTab engine functionJon Turney1-2/+0
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-4/+4
2014-11-12Drop trailing whitespacesPeter Hutterer1-5/+5
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison1-4/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-27hw/xwin: Use pre-computed extent of damage for creating GDI regionJon TURNEY1-10/+5
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-3/+3
2012-03-21Introduce a consistent coding styleKeith Packard1-862/+768
2012-01-07hw/xwin: Fix double-free in error path in winQueryRGBBitsAndMasks()Ryan Pavlik1-1/+0
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY1-1/+2
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY1-19/+2
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY1-25/+28
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY1-12/+0
2011-01-19Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY1-10/+28
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-10/+0
2010-10-19Cygwin/X: unifdef XFree86ServerJon TURNEY1-47/+0
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-3/+3
2008-12-17Cygwin/X: update for changes to shadow framebufferJon TURNEY1-1/+1
2006-08-24Apply patch in bug #7919, blit improvements inAlan Hourihane1-3/+4
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-02-12win.hAlexander Gottwald1-1/+1
2004-12-05redone ddraw.h to be able to mix it with w32api style COM header files.Alexander Gottwald1-4/+4
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-99/+239
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-2/+24
2003-11-14Initial revisionKaleb Keithley1-0/+1158