summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwindow-win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-1/+1
* Merge from stable:Tor Lillqvist2003-12-141-7/+26
* Implement gdk_window_set_icon_list() for Win32, with support for big andTim Evans2003-12-141-94/+295
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-0/+18
* Don't use the return value from SendMessage(WM_SETICON). That is the oldTor Lillqvist2003-12-071-2/+2
* updated added all the new testsHans Breuer2003-11-151-0/+59
* If the window is maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)Tor Lillqvist2003-11-151-1/+4
* Remove special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,Tor Lillqvist2003-09-141-10/+0
* Print also the root coordinates for events that have such. PrintTor Lillqvist2003-08-081-10/+23
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-071-87/+63
* now it works as intended ;-)Hans Breuer2003-08-061-2/+59
* set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435Hans Breuer2003-08-051-8/+114
* Fix gdk/win32 window geometry handling again. The window position in aTor Lillqvist2003-08-021-97/+158
* Fix for #108007, #112402, #117042: There was confusion in gdk/win32 atTor Lillqvist2003-07-291-200/+161
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-261-72/+82
* WindowFromPoint() wants screen coordinates (#115422, Tim Evans).Tor Lillqvist2003-07-011-2/+2
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-301-7/+7
* Merge from stable:Tor Lillqvist2003-01-191-1/+13
* Merge from stable:Tor Lillqvist2003-01-121-5/+26
* Move the code that sets the window style and extended window style, andTor Lillqvist2002-12-211-92/+129
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data,Tor Lillqvist2002-12-111-2/+0
* Merge from stable:Tor Lillqvist2002-12-091-104/+121
* Merge from stable:Tor Lillqvist2002-11-241-1/+1
* Add missing entries, needed by gtk.Tor Lillqvist2002-11-161-2/+28
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-121-118/+62
* Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn'tTor Lillqvist2002-10-281-19/+31
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-39/+40
* Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet.Tor Lillqvist2002-09-041-1/+1
* Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingwTor Lillqvist2002-08-261-3/+3
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-1/+1
* Renames:Owen Taylor2002-06-201-2/+2
* [ merge from stable ]Tor Lillqvist2002-06-101-3/+23
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-1/+15
* Add a sanity g_return_if_fail() check for the depths for the window andOwen Taylor2002-05-141-0/+1
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-061-11/+6
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-281-6/+8
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-0/+2
* Implement the functions that until now just were non-functional stubs. ForTor Lillqvist2002-02-261-8/+2
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-161/+124
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-101-1/+1
* Fixes contributed by Archaeopteryx Software: This is a first small part ofTor Lillqvist2002-01-111-48/+77
* Apply the same fixes and improvements as to the gtk-1-3-win32-productionTor Lillqvist2002-01-101-5/+4
* Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.Tor Lillqvist2002-01-011-2/+1
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-50/+50
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-291-8/+4
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-5/+5
* Always set window->parent (except or the root window itself); if theOwen Taylor2001-10-241-10/+18