summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Set image->windowing_data to NULL, unref the image. (Late merge fromTor Lillqvist2002-09-301-0/+4
* Remove a duplicate definition of gdk_set_sm_client_id().Owen Taylor2002-09-301-1/+0
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-307-46/+40
* Make drawing to the root window work. (#89492)Matthias Clasen2002-09-271-0/+2
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-279-1430/+1489
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-259-95/+432
* Add gdk_screen_make_display_name(), which returns a display name that canOwen Taylor2002-09-254-0/+41
* Patch from Eric Warmenhoven, #94123Owen Taylor2002-09-252-3/+85
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-2529-155/+158
* Look up the visual as well as the colormap, since callingOwen Taylor2002-09-241-3/+8
* disable/enable preedit/status in GtkIMContextXIM (#59076)Hidetoshi Tajima2002-09-241-0/+2
* Replace leftover gdkx_visual_get_for_screen () byMatthias Clasen2002-09-241-1/+1
* Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new ()Matthias Clasen2002-09-241-1/+2
* Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, VitalyOwen Taylor2002-09-242-7/+8
* Merge from gtk-2-0:Tor Lillqvist2002-09-241-4/+4
* Add a missing ; to make things compile.Matthias Clasen2002-09-241-1/+1
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-241-0/+1
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checkingOwen Taylor2002-09-243-2/+14
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-248-84/+128
* Change the window parameter forOwen Taylor2002-09-245-19/+20
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-235-2/+26
* Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes,Owen Taylor2002-09-226-17/+84
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-212-2/+4
* 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-1911-389/+31
* Fix usage of compat GTK_TYPE_ macros without including gtkobject.h.Owen Taylor2002-09-192-1/+11
* fixed my latest change.Sven Neumann2002-09-141-1/+1
* use the most significant bits of the GdkColor components (#89703).Sven Neumann2002-09-131-21/+21
* 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
* Patch from Eric Warmonhoven to get linux-fb compiling with multiheadOwen Taylor2002-09-1019-114/+345
* Take focus mode into account when tracking FocusIn/Out events, so we don'tOwen Taylor2002-09-101-4/+16
* Fri Sep 6 15:59:54 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkd...Owen Taylor2002-09-061-1/+0
* Only set gc->colormap if it isn't already set. (Alex Larsson, #90632)Owen Taylor2002-09-061-3/+9
* 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-244-47/+16
* Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477).Tor Lillqvist2002-08-241-2/+10
* Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fixTor Lillqvist2002-08-211-4/+4
* initialize gtk_selection_atoms only once at the 1st call. set length ofHidetoshi Tajima2002-08-141-2/+2
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-124-11/+14
* Mention in the docs that @pixmap_return and @mask_return can be %NULL.Owen Taylor2002-08-111-4/+8
* Minor documentation fixesSoren Sandmann2002-08-101-3/+4
* Changes to support depth 8 StaticColor visuals. (#81631)Matthias Clasen2002-08-091-3/+9