summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Patch from Shivram U <shivaram.upadhyayula@wipro.com>Owen Taylor2002-10-041-3/+3
* Remove thisAnders Carlsson2002-10-041-8/+0
* make legal Cjacob berkman2002-10-041-3/+4
* Get the name right.Owen Taylor2002-10-042-3/+3
* Add a check for the Xrandr extension.Owen Taylor2002-10-045-1/+71
* implement maximize for linux-fbEric Warmenhoven2002-10-0312-82/+228
* Fix error in computing length and a memory leak. (Fixes #94072, reportedOwen Taylor2002-10-031-18/+37
* get XDisplay from window instead of display, as display has not beenKristian Rietveld2002-10-031-1/+1
* Restore the pre-Xft2 code to render text directly via RENDER,Owen Taylor2002-10-034-5/+106
* Add a 'type' parameter, make public.Owen Taylor2002-10-036-25/+75
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-028-90/+75
* Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work forOwen Taylor2002-10-023-5/+103
* 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