summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdisplay-win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Fix some warningsAlexander Larsson2011-11-101-0/+3
* win32: Make flush/sync work like in XAlexander Larsson2011-11-101-1/+10
* Add G_ENABLE_DEBUG #ifdef check in gdkdisplay-win32.cChun-wei Fan2011-11-101-0/+3
* win32: resurect Windows clipboard selection notificationMarc-André Lureau2011-11-101-6/+180
* gdk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* win32: no more GdkNativeWindow and related changesHans Breuer2011-02-061-3/+0
* win32: gdk3 resurrectionHans Breuer2011-01-021-31/+181
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-261-2/+0
* API: remove GdkImageBenjamin Otte2010-08-101-1/+0
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-1/+1
|\
| * Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPITor Lillqvist2009-04-061-1/+1
* | CSW Win32 work in progress - builds but does not work yet.Cody Russell2009-04-021-1/+7
|/
* Bug 566628 - gdk_display_close always asserts on win32Tor Lillqvist2009-01-051-1/+1
* Don't bother looking up EnumDisplayMonitors and GetMonitorInfoATor Lillqvist2008-08-031-71/+59
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-131-1/+4
* As we don't support Win9x anyway, we can use ProcessIdToSessionId()Tor Lillqvist2008-06-111-29/+7
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-5/+5
* gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.cTor Lillqvist2008-01-101-30/+39
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+6
* New function, return TRUE. (gdk_display_supports_input_shapes): NewTor Lillqvist2006-02-201-0/+20
* Remove the clipboard viewer code. It didn't really do anything useful, andTor Lillqvist2005-10-141-121/+2
* Typo.Tor Lillqvist2005-09-081-1/+1
* Cache the display name. There is only one GdkDisplay on Win32, andTor Lillqvist2005-09-081-8/+20
* New debugging function, to log a clipboard format name symbolically.Tor Lillqvist2005-04-041-3/+1
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-5/+29
* Return the Terminal Services session number, window station name (alwaysTor Lillqvist2005-03-201-3/+71
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-19/+20
* updatedHans Breuer2004-10-291-0/+16
* List the three theme gtkrc files separately, zip doesn't do anything ifTor Lillqvist2004-09-031-17/+27
* Report whole of (primary) monitor, including any taskbars. Excluding theTor Lillqvist2004-08-221-29/+19
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-061-0/+135
* Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headersTor Lillqvist2004-03-131-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-051-0/+9
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-281-1/+1
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-1/+11
* Use <multimon.h> when compiling with MSVC and old headers. (#126933, JohnTor Lillqvist2003-12-081-0/+4
* Don't call CloseHandle() on the HMODULE returned from GetModuleHandle().Tor Lillqvist2003-09-021-2/+0
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-071-0/+137
* Add missing entries, needed by gtk.Tor Lillqvist2002-11-161-15/+8
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-191-5/+3
* Renames:Owen Taylor2002-06-201-1/+1
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-0/+3
* added gdkdisplay and gdkscreenHans Breuer2002-06-101-4/+7
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+80