summaryrefslogtreecommitdiff
path: root/hw/xwin/winwin32rootless.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07hw/xwin: xcbify code for converting X11 icon to Win32 iconJon Turney1-0/+1
2016-03-09hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSEJon Turney1-65/+0
2016-02-29xwin: Fix format warnings when ./configured --enable-debug --enable-windowswmJon Turney1-4/+4
2014-03-22hw/xwin: Remove an unneeded includeColin Harrison1-1/+0
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison1-4/+3
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY1-22/+22
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-3/+3
2012-11-27hw/xwin: Fix function name in log messageJon TURNEY1-1/+1
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-732/+695
2012-01-07hw/xwin: Fix possible null ptr deref in winMWExtWMRestackFrame()Ryan Pavlik1-1/+1
2012-01-07hw/xwin: Remove an empty #if 0/#endifRyan Pavlik1-2/+0
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY1-10/+10
2010-10-19Cygwin/X: Drop several unneeded includes of winprefs.hJon TURNEY1-1/+0
2010-10-19Cygwin/X: Remove execute permission from source filesJon TURNEY1-0/+0
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp1-22/+0
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-2/+2
2010-04-21Restore some unused win32 debug code accidentally removed with unifdefKeith Packard1-0/+7
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-7/+0
2009-07-29Xming: Use GetClassLongPtr() instead of superseded GetClassLong()Colin Harrison1-3/+3
2009-02-12Cygwin/X: Place prototype for winSelectIcons() in a header fileJon TURNEY1-3/+0
2009-01-07Cygwin/X: Tidy up an unused #defineJon TURNEY1-2/+0
2008-12-18Xming, Cygwin/X: Tidy up warnings, headers and unused variables (#11132)Colin Harrison1-1/+7
2008-02-29dix: Modify callers of property and selection API to use new interfaces.Eamon Walsh1-2/+2
2007-10-10xace: move the property deletion hook inside the DeleteProperty function.Eamon Walsh1-1/+1
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2004-12-05redone ddraw.h to be able to mix it with w32api style COM header files.Alexander Gottwald1-9/+22
2004-12-02Adjust the width of the rootless backbuffer to match 32 bit alignmentAlexander Gottwald1-4/+17
2004-11-22Fixes for building multiwindow and internalwm on mingwAlexander Gottwald1-5/+6
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-1/+2
2004-11-04Add InternalWM mode.Kensuke Matsuzaki1-11/+37
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-0/+1035