summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* New file, dummy implementations.Tor Lillqvist2007-11-252-0/+56
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-222-2/+5
* Add a block around the WM_ACTIVATE case to avoid declaring variables inTor Lillqvist2007-10-191-5/+3
* gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconifyCody Russell2007-10-183-10/+136
* Committing changes to the source bdf font file that I forgot to commitCody Russell2007-08-171-1949/+2044
* Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors toCody Russell2007-08-151-9/+13
* Cosmetic changes.Tor Lillqvist2007-07-241-8/+3
* gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when aCody Russell2007-07-123-14/+58
* Implement. Just return FALSE for now. What should this function actuallyTor Lillqvist2007-07-031-0/+10
* Revert my attempted overly simple fix for #445284, as it causes aTor Lillqvist2007-06-251-0/+6
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-151-8/+16
* Use g_win32_get_windows_version() instead of _winver so that this compilesTor Lillqvist2007-06-141-2/+6
* Don't revert the mouse cursor to the built-in one when the user holds theCody Russell2007-06-101-6/+0
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-012-0/+11
* Subtract the multi-monitor offset from x and y before setting up theTor Lillqvist2007-05-301-0/+3
* Fix initialization of last cursorCody Russell2007-05-291-1/+1
* Fix context iterations for handle_configure_event()Cody Russell2007-05-131-3/+2
* Clear correct areaCody Russell2007-04-301-4/+146
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-0/+30
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-1/+1
* Use native Win32 cursors where it makes senseCody Russell2007-04-262-78/+84
* Win32 drop shadow goodnessCody Russell2007-04-251-14/+41
* Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.Tor Lillqvist2007-03-151-0/+11
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-092-6/+3
* Add comment clarifying that "icon name" here is not related to theTor Lillqvist2007-02-261-0/+7
* Remove. (gdk_device_get_type): Drop class init function. The X11 versionTor Lillqvist2007-02-193-86/+35
* Fix Win32 resize events and flickeringCody Russell2007-02-151-133/+1