summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwindow-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-281-13/+25
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER andTor Lillqvist2006-09-101-50/+0
* gdk/win32/gdkevents-win32.c Use wide-char API for message and windowTor Lillqvist2006-09-031-37/+37
* No GDK_WINDOW_DISPLAY in the Win32 backend.Tor Lillqvist2006-09-021-1/+1
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+6
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-301-12/+9
* New function. Factor out code from gdk_window_shape_combine_mask().Tor Lillqvist2006-02-201-19/+107
* gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> CallJohn Ehresman2006-02-091-2/+18
* Let gdk_window_set_decorations() take precedence over anything derivedJohn Ehresman2006-02-091-96/+134
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-021-20/+0
* Implement the conditional use of FlashWindowEx() properly for MSVCTor Lillqvist2005-11-281-37/+38
* Once again rework Win32 window decoration code. Doesn't break #104514. TheTor Lillqvist2005-11-271-52/+87
* Revert to the correct semantics. (#322516)Tor Lillqvist2005-11-271-7/+4
* Remove unnecessary includes.Tor Lillqvist2005-11-091-52/+71
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the typeTor Lillqvist2005-11-091-0/+15
* Remove code that has been permanently ifdeffed out for two years.Tor Lillqvist2005-11-081-79/+0
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c WhitespaceTor Lillqvist2005-11-021-85/+66
* Set the shaped flag here, too. (#316871)Tor Lillqvist2005-09-261-1/+6
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-181-3/+31
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-121-0/+6
* Implement using FlashWindowEx(). (#309423)Tor Lillqvist2005-08-011-1/+15
* Use wide-char API when available. (#311079, Peter Zelezny)Tor Lillqvist2005-07-211-10/+13
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-0/+13
* gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c SupportTor Lillqvist2005-06-041-217/+3
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-0/+26
* Use cairo_set_device_offset().Owen Taylor2005-03-181-0/+2
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-45/+87
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-63/+99
* New debugging function. As GetKeyNameText() returns a localized key nameTor Lillqvist2005-03-151-21/+30
* Big window fix for Win32. Big windows are still emulated within 16-bitIvan, Wong Yat Cheung2005-03-111-26/+3
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-181-0/+9
* Set current cursor also when changing the cursor of a window that is theTor Lillqvist2005-01-091-4/+25
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-2/+2
* Implement these on win32, currently only for button 1. Fixes the resizeRobert Ă–gren2004-10-301-2/+66
* Remove bogus code that tried to do what the X11 backend does in itsTor Lillqvist2004-09-151-8/+0
* List the three theme gtkrc files separately, zip doesn't do anything ifTor Lillqvist2004-09-031-11/+18
* Don't show TEMP windows in the Task Manager. Implement by callingTor Lillqvist2004-08-221-5/+17
* autogenerate gtk.def, cleanupHans Breuer2004-08-091-24/+0
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-061-35/+79
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-0/+10
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-7/+12
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-0/+17
* don't modify the passed in GdkSegment(s) in place, we may get them againHans Breuer2004-05-021-5/+10
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-20/+20
* Set also the pointer button bits. (#136636, Dave Neary)Tor Lillqvist2004-03-101-2/+23
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-051-0/+14
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+2
* use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND workHans Breuer2004-01-041-2/+2