summaryrefslogtreecommitdiff
path: root/hw/xwin/winscrinit.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-2/+2
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY1-3/+0
2015-03-23hw/xwin: Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-09xwin: Remove native GDI engine (v2)Adam Jackson1-139/+0
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY1-1/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winFinishScreenInitFB()Jon TURNEY1-4/+0
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-10-16hw/xwin: Fix using index as a formal parameter in winscrinit.c shadows index()Jon TURNEY1-3/+3
2012-07-16hw/xwin: Tidy up some pointless output which is always emittedJon TURNEY1-2/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-9/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-565/+517
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY1-0/+4
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY1-0/+18
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY1-3/+4
2011-01-19Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY1-4/+0
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY1-12/+0
2011-01-19Cygwin/X: Rather than storing calculated physical display sizes, calculate th...Jon TURNEY1-4/+0
2011-01-19Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY1-5/+1
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-7/+0
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-8/+0
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp1-4/+0
2010-09-13rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.Jamey Sharp1-2/+0
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-3/+3
2010-04-23Xwin: Simplify screen option processingJon TURNEY1-1/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY1-1/+1
2009-11-09Cygwin/X: Setup screen layout in Xinerama modeJon TURNEY1-0/+10
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston1-2/+4
2009-06-29Cygwin/X: Fix multiwindow extwm mode to build againJon TURNEY1-16/+0
2008-12-17Cygwin/X: update for changes to shadow framebufferJon TURNEY1-5/+27
2008-12-16Cygwin/X: build machinery fixesJon TURNEY1-1/+0
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-8/+0
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-2/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-3/+0
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-7/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-05wrap fInternalWM with XWIN_MULTIWINDOWEXTWMAlexander Gottwald1-1/+4
2005-07-05External windowmanagers could connect in multiwindow mode which lead toAlexander Gottwald1-1/+2
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-02-12win.hAlexander Gottwald1-3/+3
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+2
2004-11-06Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWMAlexander Gottwald1-14/+22
2004-11-04Add InternalWM mode.Kensuke Matsuzaki1-2/+3
2004-10-08Allow rootless implementations to override frame reordering. This is usedTorrey Lyons1-0/+1
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons1-0/+16
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-123/+135
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1