| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-12-14 | 1 | -7/+26 |
* | Implement gdk_window_set_icon_list() for Win32, with support for big and | Tim Evans | 2003-12-14 | 1 | -94/+295 |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 1 | -0/+18 |
* | Don't use the return value from SendMessage(WM_SETICON). That is the old | Tor Lillqvist | 2003-12-07 | 1 | -2/+2 |
* | updated added all the new tests | Hans Breuer | 2003-11-15 | 1 | -0/+59 |
* | If the window is maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman) | Tor Lillqvist | 2003-11-15 | 1 | -1/+4 |
* | Remove special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows, | Tor Lillqvist | 2003-09-14 | 1 | -10/+0 |
* | Print also the root coordinates for events that have such. Print | Tor Lillqvist | 2003-08-08 | 1 | -10/+23 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 1 | -87/+63 |
* | now it works as intended ;-) | Hans Breuer | 2003-08-06 | 1 | -2/+59 |
* | set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435 | Hans Breuer | 2003-08-05 | 1 | -8/+114 |
* | Fix gdk/win32 window geometry handling again. The window position in a | Tor Lillqvist | 2003-08-02 | 1 | -97/+158 |
* | Fix for #108007, #112402, #117042: There was confusion in gdk/win32 at | Tor Lillqvist | 2003-07-29 | 1 | -200/+161 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -72/+82 |
* | WindowFromPoint() wants screen coordinates (#115422, Tim Evans). | Tor Lillqvist | 2003-07-01 | 1 | -2/+2 |
* | New function, callback proc for EnumWindows(). | Tor Lillqvist | 2003-06-30 | 1 | -7/+7 |
* | Merge from stable: | Tor Lillqvist | 2003-01-19 | 1 | -1/+13 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 1 | -5/+26 |
* | Move the code that sets the window style and extended window style, and | Tor Lillqvist | 2002-12-21 | 1 | -92/+129 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 1 | -2/+0 |
* | Merge from stable: | Tor Lillqvist | 2002-12-09 | 1 | -104/+121 |
* | Merge from stable: | Tor Lillqvist | 2002-11-24 | 1 | -1/+1 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 1 | -2/+28 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -118/+62 |
* | Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't | Tor Lillqvist | 2002-10-28 | 1 | -19/+31 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -39/+40 |
* | Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet. | Tor Lillqvist | 2002-09-04 | 1 | -1/+1 |
* | Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw | Tor Lillqvist | 2002-08-26 | 1 | -3/+3 |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -1/+1 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -2/+2 |
* | [ merge from stable ] | Tor Lillqvist | 2002-06-10 | 1 | -3/+23 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -1/+15 |
* | Add a sanity g_return_if_fail() check for the depths for the window and | Owen Taylor | 2002-05-14 | 1 | -0/+1 |
* | Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as they | Tor Lillqvist | 2002-03-06 | 1 | -11/+6 |
* | Remove the event_mask, it is now in GdkWindowObject. | Tor Lillqvist | 2002-02-28 | 1 | -6/+8 |
* | ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-28 | 1 | -0/+2 |
* | Implement the functions that until now just were non-functional stubs. For | Tor Lillqvist | 2002-02-26 | 1 | -8/+2 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -161/+124 |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 1 | -1/+1 |
* | Fixes contributed by Archaeopteryx Software: This is a first small part of | Tor Lillqvist | 2002-01-11 | 1 | -48/+77 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -5/+4 |
* | Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. | Tor Lillqvist | 2002-01-01 | 1 | -2/+1 |
* | Include glib-object.h instead of gobject/gsignal.h | Owen Taylor | 2001-11-18 | 1 | -2/+3 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -50/+50 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -8/+4 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -5/+5 |
* | Always set window->parent (except or the root window itself); if the | Owen Taylor | 2001-10-24 | 1 | -10/+18 |