| Commit message (Expand) | Author | Age | Files | Lines |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -3/+8 |
* | Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection. | Tor Lillqvist | 2008-05-23 | 1 | -19/+9 |
* | Don't do anything if style doesn't change. Improve debugging output. | Tor Lillqvist | 2008-05-23 | 1 | -14/+23 |
* | Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32 | Tor Lillqvist | 2008-05-13 | 1 | -1/+1 |
* | Bug 532059 - Leak in win32 clipboard manipulation | Tor Lillqvist | 2008-05-12 | 1 | -2/+4 |
* | gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.c | Michael Natterer | 2008-05-06 | 1 | -2/+2 |
* | Add private backend data to events, and handle it when copying/freeing | Richard Hult | 2008-05-06 | 1 | -0/+11 |
* | Bug 524151 - Dragging of 0-byte files results in an empty filename on | Tor Lillqvist | 2008-03-24 | 1 | -8/+13 |
* | Check window state for GDK_WINDOW_STATE_ICONIFIED before doing ShowWindow | Cody Russell | 2008-03-23 | 1 | -2/+9 |
* | Drop the support for the MSH_MOUSEWHEEL message that MSDN says is used | Tor Lillqvist | 2008-03-14 | 1 | -56/+1 |
* | Bug 520286 - Non-deletable window has no minimize / maximize buttons | Tor Lillqvist | 2008-03-10 | 3 | -23/+94 |
* | gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of a | Cody Russell | 2008-02-07 | 2 | -18/+24 |
* | Also check that the window is not mapped. | Cody Russell | 2008-02-06 | 1 | -1/+1 |
* | Check if the window is a temp window, otherwise things get wonky when you | Cody Russell | 2008-02-06 | 1 | -1/+5 |
* | Walk down the stack until we get to a window that is mapped. Otherwise | Cody Russell | 2008-02-05 | 1 | -1/+15 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Cody Russell | 2008-02-05 | 5 | -20/+146 |
* | Refactored some of the window hiding/showing code from WM_ACTIVATE to | Cody Russell | 2008-01-31 | 1 | -47/+59 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 2 | -8/+8 |
* | gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.h | Michael Natterer | 2008-01-14 | 5 | -24/+25 |
* | gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.c | Tor Lillqvist | 2008-01-10 | 5 | -35/+84 |
* | Properly ref/unref windows and parents. (#506769) | Cody Russell | 2008-01-10 | 1 | -0/+4 |
* | Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE. | Cody Russell | 2007-12-23 | 1 | -4/+7 |
* | Add a gtk-im-module GTK setting | Matthias Clasen | 2007-12-18 | 1 | -0/+1 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 2 | -11/+0 |
* | Implement GAppLaunchContext in gdk, providing startup notification. | Matthias Clasen | 2007-12-13 | 2 | -0/+43 |
* | Use the monitor the window currently is on, not always the primary | Tor Lillqvist | 2007-11-25 | 1 | -5/+20 |
* | New file, dummy implementations. | Tor Lillqvist | 2007-11-25 | 2 | -0/+56 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 2 | -2/+5 |
* | Add a block around the WM_ACTIVATE case to avoid declaring variables in | Tor Lillqvist | 2007-10-19 | 1 | -5/+3 |
* | gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify | Cody Russell | 2007-10-18 | 3 | -10/+136 |
* | Committing changes to the source bdf font file that I forgot to commit | Cody Russell | 2007-08-17 | 1 | -1949/+2044 |
* | Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors to | Cody Russell | 2007-08-15 | 1 | -9/+13 |
* | Cosmetic changes. | Tor Lillqvist | 2007-07-24 | 1 | -8/+3 |
* | gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when a | Cody Russell | 2007-07-12 | 3 | -14/+58 |
* | Implement. Just return FALSE for now. What should this function actually | Tor Lillqvist | 2007-07-03 | 1 | -0/+10 |
* | Revert my attempted overly simple fix for #445284, as it causes a | Tor Lillqvist | 2007-06-25 | 1 | -0/+6 |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 1 | -8/+16 |
* | Use g_win32_get_windows_version() instead of _winver so that this compiles | Tor Lillqvist | 2007-06-14 | 1 | -2/+6 |
* | Don't revert the mouse cursor to the built-in one when the user holds the | Cody Russell | 2007-06-10 | 1 | -6/+0 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 2 | -0/+11 |
* | Subtract the multi-monitor offset from x and y before setting up the | Tor Lillqvist | 2007-05-30 | 1 | -0/+3 |
* | Fix initialization of last cursor | Cody Russell | 2007-05-29 | 1 | -1/+1 |
* | Fix context iterations for handle_configure_event() | Cody Russell | 2007-05-13 | 1 | -3/+2 |
* | Clear correct area | Cody Russell | 2007-04-30 | 1 | -4/+146 |
* | Add functionality to set overall opacity of a top-level window. (#405316) | Tor Lillqvist | 2007-04-30 | 1 | -0/+30 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Use native Win32 cursors where it makes sense | Cody Russell | 2007-04-26 | 2 | -78/+84 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 1 | -14/+41 |
* | Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. | Tor Lillqvist | 2007-03-15 | 1 | -0/+11 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 2 | -6/+3 |