summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-252-3/+3
* Merge from gtk-2-0:Tor Lillqvist2002-09-241-4/+4
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checkingOwen Taylor2002-09-241-1/+5
* Change the window parameter forOwen Taylor2002-09-241-3/+3
* Copy from X11 backend. The old version mishandled consecutive newlines.Tor Lillqvist2002-09-211-4/+4
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-199-381/+31
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-22/+25
* Merge from gtk-1-3-win32-production and gtk-2-0:Tor Lillqvist2002-09-112-3/+3
* Use correct function name in warning messages.Tor Lillqvist2002-09-111-2/+2
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-13/+74
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-55/+128
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-16/+21
* Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet.Tor Lillqvist2002-09-041-1/+1
* Fix braino, actually do check each char, not just the first one, whenTor Lillqvist2002-09-041-1/+1
* On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLETor Lillqvist2002-08-311-0/+11
* Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingwTor Lillqvist2002-08-261-3/+3
* gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move theTor Lillqvist2002-08-241-17/+0
* Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477).Tor Lillqvist2002-08-241-2/+10
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-024-21/+11
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-013-13/+15
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-161-1/+2
* Renames:Owen Taylor2002-06-2016-39/+39
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-0/+3
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-184-18/+16
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-7/+7