summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reset the animation iter on unrealize as well as unmap. (#94336)Owen Taylor2002-09-278-16/+75
* - use gtk_settings_get_for_screen () instead of gtk_settings_get_defaultHidetoshi Tajima2002-09-267-132/+262
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-2518-100/+1065
* Add gdk_screen_make_display_name(), which returns a display name that canOwen Taylor2002-09-2510-0/+89
* Patch from Eric Warmenhoven, #94123Owen Taylor2002-09-258-3/+145
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-2535-155/+254
* check if last_selected is valid before doing a strcmp on it, which mayManish Singh2002-09-257-1/+38
* preserve ordering from gtk_tree_selection_foreach when returning filenamesManish Singh2002-09-258-6/+66
* Make a GObject (#75970, James Henstridge)Owen Taylor2002-09-248-1/+110
* Look up the visual as well as the colormap, since callingOwen Taylor2002-09-247-3/+62
* disable/enable preedit/status in GtkIMContextXIM (#59076)Hidetoshi Tajima2002-09-2410-3/+211
* Replace leftover gdkx_visual_get_for_screen () byMatthias Clasen2002-09-247-1/+19
* Add a missing ; to make things compile.Matthias Clasen2002-09-247-1/+13
* Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new ()Matthias Clasen2002-09-247-1/+38
* Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, VitalyOwen Taylor2002-09-2410-17/+79
* Merge from gtk-2-0:Tor Lillqvist2002-09-247-4/+52
* Add a missing ; to make things compile.Matthias Clasen2002-09-247-1/+25
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-2414-79/+597
* Doc twiddleOwen Taylor2002-09-241-1/+0
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checkingOwen Taylor2002-09-249-2/+50
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-2414-84/+224
* Fixed bug #93072 by Juan Manuel García Molina <juanma_gm@wanadoo.es>.German Poo Caaman~o2002-09-242-69/+43
* Remove the check for editable. (Reported by Brent Fox)Owen Taylor2002-09-247-68/+100
* Honor GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.)Owen Taylor2002-09-247-4/+35
* Change the window parameter forOwen Taylor2002-09-2411-19/+68
* Fix up a bit to look for the loaders in the right place. (#93011, DennisOwen Taylor2002-09-247-3/+39
* Fixes to GtkIMContextSimple compose table for us-intl keyboards (Red HatOwen Taylor2002-09-247-1/+41
* Chain up so that entry->activates_default is honored. (#93865, PieterOwen Taylor2002-09-247-0/+39
* cpp macros aren't ``;'' terminatedJacob Berkman2002-09-247-1/+31
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-2312-31/+101
* Add missing bug # referenceOwen Taylor2002-09-236-6/+6
* Restore back to the default format instead of an empty format.Owen Taylor2002-09-239-12/+71
* Allow accel_path == NULL. (#84241, James Henstridge.)Owen Taylor2002-09-237-2/+34
* i Add gtk_notebook_get_n_pages (#73229, Havoc Pennington)Owen Taylor2002-09-238-4/+113
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-235-9/+9
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-2312-63/+234
* Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov)Owen Taylor2002-09-234-6/+6
* Fix incorrect usage of gdk_get_default_root_window ()). (#92767)Owen Taylor2002-09-237-1/+42
* Patch from Joshua N Pritikin to fix problem where signal connection wasn'tOwen Taylor2002-09-237-3/+38
* Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes,Owen Taylor2002-09-2212-23/+138
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-2125-127/+316
* Copy from X11 backend. The old version mishandled consecutive newlines.Tor Lillqvist2002-09-218-7/+52
* Set the IM context client window to NULL, not to the window that is aboutOwen Taylor2002-09-207-1/+37
* Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-09-207-1/+37
* On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found,Tor Lillqvist2002-09-197-0/+60
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-1917-389/+205
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-1910-20/+25
* Fix usage of compat GTK_TYPE_ macros without including gtkobject.h.Owen Taylor2002-09-199-13/+79
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-1710-20/+27
* Stockify color picker icon. (#89880)Matthias Clasen2002-09-1611-44/+60