summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Bug 553917 – Typo in gdkwindow-win32.cCody Russell2008-09-261-1/+1
* Check if the window's state has GDK_WINDOW_STATE_MAXIMIZED set beforeCody Russell2008-08-282-17/+45
* Return FALSE from reparent implementations to avoid #548993. Patch by EdMatthias Clasen2008-08-281-1/+1
* Remove the checks to see if the window is modally blocked. This doesn'tCody Russell2008-08-221-4/+0
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-048-31/+39
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-7/+7
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-22/+22
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-5/+5
* Don't bother looking up EnumDisplayMonitors and GetMonitorInfoATor Lillqvist2008-08-031-71/+59
* Bug 544510 – SetTimer callback signatures has the wrong typeCody Russell2008-07-241-5/+5
* Bug 153567 – Repaint glitches in widgetsCody Russell2008-07-211-3/+28
* Bug 541964 – [Win32] Setting modal hint to current value might confuseCody Russell2008-07-071-0/+3
* Need to initialise private->impl here, too.Tor Lillqvist2008-07-071-0/+1
* Bug 540861 - invalid UTF-8 in input device nameTor Lillqvist2008-07-031-9/+21
* Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoringCody Russell2008-07-023-37/+155
* Bug 541249 – [Win32] Fix some internal static methodsCody Russell2008-07-021-26/+26
* Bug 541162 – [Win32] Update for the new GdkWindowImpl stuffCody Russell2008-07-024-272/+163
* Bug 539164 – Windows' System Menu blocks main loopCody Russell2008-07-011-4/+14
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2227-27/+27
* Initialize hwnd to NULL. This fixes OpenClipboard() failure and, accordingCody Russell2008-06-151-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
* Bug 533108 - leak of GDI region in function 'handle_wm_paint'Tor Lillqvist2008-05-301-0/+2
* define __GDK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-1/+0
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-3/+8
* Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection.Tor Lillqvist2008-05-231-19/+9
* Don't do anything if style doesn't change. Improve debugging output.Tor Lillqvist2008-05-231-14/+23
* Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32Tor Lillqvist2008-05-131-1/+1
* Bug 532059 - Leak in win32 clipboard manipulationTor Lillqvist2008-05-121-2/+4
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-2/+2
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+11
* Bug 524151 - Dragging of 0-byte files results in an empty filename onTor Lillqvist2008-03-241-8/+13
* Check window state for GDK_WINDOW_STATE_ICONIFIED before doing ShowWindowCody Russell2008-03-231-2/+9
* Drop the support for the MSH_MOUSEWHEEL message that MSDN says is usedTor Lillqvist2008-03-141-56/+1
* Bug 520286 - Non-deletable window has no minimize / maximize buttonsTor Lillqvist2008-03-103-23/+94
* gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of aCody Russell2008-02-072-18/+24
* Also check that the window is not mapped.Cody Russell2008-02-061-1/+1
* Check if the window is a temp window, otherwise things get wonky when youCody Russell2008-02-061-1/+5
* Walk down the stack until we get to a window that is mapped. OtherwiseCody Russell2008-02-051-1/+15
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cCody Russell2008-02-055-20/+146
* Refactored some of the window hiding/showing code from WM_ACTIVATE toCody Russell2008-01-311-47/+59
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-152-8/+8
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-145-24/+25
* gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.cTor Lillqvist2008-01-105-35/+84
* Properly ref/unref windows and parents. (#506769)Cody Russell2008-01-101-0/+4
* Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.Cody Russell2007-12-231-4/+7
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-181-0/+1
* Remove all .cvsignore files.Michael Natterer2007-12-132-11/+0
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-132-0/+43
* Use the monitor the window currently is on, not always the primaryTor Lillqvist2007-11-251-5/+20