summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+8
* We can calculate the width and height of the bounding rectangle only afterTor Lillqvist2003-07-041-4/+16
* WindowFromPoint() wants screen coordinates (#115422, Tim Evans).Tor Lillqvist2003-07-011-2/+2
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-309-127/+167
* Fix for #111028, thanks to J. Ali Harlow, who writes: I found that theTor Lillqvist2003-06-288-65/+67
* When emulating X11's automatic grab on button down, pass owner_events asTor Lillqvist2003-06-221-11/+12
* Fix typo.Tor Lillqvist2003-06-061-1/+1
* Set graphics_exposures and subwindow_mode, too, even if they aren'tTor Lillqvist2003-06-061-1/+3
* Handle global filters.Tor Lillqvist2003-06-051-0/+17
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-3/+3
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-20/+8
* Fix for #110165 (thanks to Arnaud Charlet):Tor Lillqvist2003-05-061-14/+33
* Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and yTor Lillqvist2003-03-151-31/+34
* On WM_MOUSEMOVE, the test whether we have actually moved (and thusTor Lillqvist2003-03-131-12/+15
* if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as itTor Lillqvist2003-03-132-13/+31
* Don't try to compensate for LineTo() not drawing the end pixel. It causesTor Lillqvist2003-03-091-6/+2
* Bug #107664 continued:Matthias Clasen2003-03-082-12/+3
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-4/+4
* Merge from stable:Tor Lillqvist2003-02-011-0/+27
* Merge from stable:Tor Lillqvist2003-01-192-3/+18
* Merge from stable:Tor Lillqvist2003-01-121-5/+26
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-054-96/+19
* Move the code that sets the window style and extended window style, andTor Lillqvist2002-12-211-92/+129
* Minor cosmetics.Tor Lillqvist2002-12-173-3/+21
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-153-13/+13
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data,Tor Lillqvist2002-12-114-41/+46
* Merge from stable:Tor Lillqvist2002-12-095-145/+217
* Fix gdkenumtypes.h hackEric Warmenhoven2002-12-061-1/+1
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-252-1/+12
* Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only availableTor Lillqvist2002-11-251-0/+4
* Merge from stable:Tor Lillqvist2002-11-244-601/+515
* Add missing entries, needed by gtk.Tor Lillqvist2002-11-169-34/+61
* Reflect recent renamings and removals of functions.Tor Lillqvist2002-11-167-293/+699
* Try a different hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-141-4/+2
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-1218-1380/+1375
* Add in a awful hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-081-0/+11
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-0/+5
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-0/+7
* Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn'tTor Lillqvist2002-10-281-19/+31
* Fix doc comment.Matthias Clasen2002-10-251-44/+0
* Remove redundant doc comments.Matthias Clasen2002-10-234-116/+0
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-8/+10
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-39/+40
* gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks.Bill Haneman2002-10-071-4/+4
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-7/+6
* Set image->windowing_data to NULL, unref the image. (Late merge fromTor Lillqvist2002-09-301-0/+4
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-2/+2
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-271-1394/+0
* Add gdk_screen_make_display_name(), which returns a display name that canOwen Taylor2002-09-251-0/+6