| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve handling of the small icon of the window class. (#152620, Kazuki | Tor Lillqvist | 2006-10-28 | 1 | -13/+25 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and | Tor Lillqvist | 2006-09-10 | 1 | -50/+0 |
* | gdk/win32/gdkevents-win32.c Use wide-char API for message and window | Tor Lillqvist | 2006-09-03 | 1 | -37/+37 |
* | No GDK_WINDOW_DISPLAY in the Win32 backend. | Tor Lillqvist | 2006-09-02 | 1 | -1/+1 |
* | Add a function to beep on a window. For X11, implement this with XkbBell. | Matthias Clasen | 2006-08-30 | 1 | -0/+6 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-30 | 1 | -12/+9 |
* | New function. Factor out code from gdk_window_shape_combine_mask(). | Tor Lillqvist | 2006-02-20 | 1 | -19/+107 |
* | gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> Call | John Ehresman | 2006-02-09 | 1 | -2/+18 |
* | Let gdk_window_set_decorations() take precedence over anything derived | John Ehresman | 2006-02-09 | 1 | -96/+134 |
* | Make identical to the X11 implementation. (#322264, John Ehresman) | Tor Lillqvist | 2006-01-02 | 1 | -20/+0 |
* | Implement the conditional use of FlashWindowEx() properly for MSVC | Tor Lillqvist | 2005-11-28 | 1 | -37/+38 |
* | Once again rework Win32 window decoration code. Doesn't break #104514. The | Tor Lillqvist | 2005-11-27 | 1 | -52/+87 |
* | Revert to the correct semantics. (#322516) | Tor Lillqvist | 2005-11-27 | 1 | -7/+4 |
* | Remove unnecessary includes. | Tor Lillqvist | 2005-11-09 | 1 | -52/+71 |
* | gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the type | Tor Lillqvist | 2005-11-09 | 1 | -0/+15 |
* | Remove code that has been permanently ifdeffed out for two years. | Tor Lillqvist | 2005-11-08 | 1 | -79/+0 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace | Tor Lillqvist | 2005-11-02 | 1 | -85/+66 |
* | Set the shaped flag here, too. (#316871) | Tor Lillqvist | 2005-09-26 | 1 | -1/+6 |
* | fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has | Hans Breuer | 2005-09-18 | 1 | -3/+31 |
* | Handle pixmap == NULL when checking for a colormap. (Allin Cottrell). | Owen Taylor | 2005-08-15 | 1 | -1/+1 |
* | gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap) | Owen Taylor | 2005-08-12 | 1 | -0/+6 |
* | Implement using FlashWindowEx(). (#309423) | Tor Lillqvist | 2005-08-01 | 1 | -1/+15 |
* | Use wide-char API when available. (#311079, Peter Zelezny) | Tor Lillqvist | 2005-07-21 | 1 | -10/+13 |
* | updated <io.h> for open() use G_PI instead of M_PI | Hans Breuer | 2005-07-03 | 1 | -0/+13 |
* | gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support | Tor Lillqvist | 2005-06-04 | 1 | -217/+3 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -0/+26 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 1 | -0/+2 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -45/+87 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -63/+99 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 1 | -21/+30 |
* | Big window fix for Win32. Big windows are still emulated within 16-bit | Ivan, Wong Yat Cheung | 2005-03-11 | 1 | -26/+3 |
* | Add pointer warping to GDK. (#160437) | Matthias Clasen | 2005-01-18 | 1 | -0/+9 |
* | Set current cursor also when changing the cursor of a window that is the | Tor Lillqvist | 2005-01-09 | 1 | -4/+25 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -2/+2 |
* | Implement these on win32, currently only for button 1. Fixes the resize | Robert Ă–gren | 2004-10-30 | 1 | -2/+66 |
* | Remove bogus code that tried to do what the X11 backend does in its | Tor Lillqvist | 2004-09-15 | 1 | -8/+0 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 1 | -11/+18 |
* | Don't show TEMP windows in the Task Manager. Implement by calling | Tor Lillqvist | 2004-08-22 | 1 | -5/+17 |
* | autogenerate gtk.def, cleanup | Hans Breuer | 2004-08-09 | 1 | -24/+0 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 1 | -35/+79 |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 1 | -0/+10 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -7/+12 |
* | Changes to support do-not-focus-on-map hint in conjunction with | Elijah Newren | 2004-05-06 | 1 | -0/+17 |
* | don't modify the passed in GdkSegment(s) in place, we may get them again | Hans Breuer | 2004-05-02 | 1 | -5/+10 |
* | Make this a total no-op when the new or old parent is destroyed. (#134230, | Owen Taylor | 2004-03-13 | 1 | -20/+20 |
* | Set also the pointer button bits. (#136636, Dave Neary) | Tor Lillqvist | 2004-03-10 | 1 | -2/+23 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add missing entries, thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 1 | -0/+14 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -2/+2 |
* | use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work | Hans Breuer | 2004-01-04 | 1 | -2/+2 |