summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPITor Lillqvist2009-04-061-1/+1
* Bug 575700 - Crash when moving a GtkWindowTor Lillqvist2009-03-171-10/+10
* Bug 573067 - Intra-app dnd of text behavior on Windows is wrongTor Lillqvist2009-03-113-9/+113
* Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on theTor Lillqvist2009-03-111-123/+132
* Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void operand forTor Lillqvist2009-03-111-3/+5
* Bug 574794 - Can not resize shaped windows on WindowsTor Lillqvist2009-03-111-0/+6
* Bug 571873 - Compile error with gdk/win32/gdkselection-win32.cTor Lillqvist2009-02-151-4/+2
* Add potentially missing #defines for XBUTTON1, etc. Fixes the build thatCody Russell2009-02-091-0/+19
* Bug 559408 - Transparency lost when images are copied between GTK+ and theTor Lillqvist2009-01-306-586/+685
* Rename static local functions and variables to not have any unnecessary _Tor Lillqvist2009-01-211-61/+69
* Bug 523554 - Copy from GIMP to Word brokenTor Lillqvist2009-01-111-1/+1
* Bug 566628 - gdk_display_close always asserts on win32Tor Lillqvist2009-01-051-1/+1
* Bug 557212 - Problem with which window gains focus and is visibleTor Lillqvist2008-11-031-6/+6
* Bug 558278 - Crash when calling a callback set byTor Lillqvist2008-11-011-18/+37
* Bug 557266 - Window Management ProblemTor Lillqvist2008-10-211-15/+24
* On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debuggingTor Lillqvist2008-10-171-22/+28
* Bug 132501 - Make utility window translate to tool window in win32Tor Lillqvist2008-10-054-48/+360
* Implement trivially on Windows. Not sure if something more complex isTor Lillqvist2008-10-011-0/+6
* 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