summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecation cleanupManish Singh2002-10-019-125/+149
* declare parent_class staticjacob berkman2002-10-018-2/+32
* Fixed alphabetical order (bug #91258).Stanislav Brabec2002-10-017-2/+26
* Add gtk_menu_focus() so we do not waste time trying to focus a menu item.Padraig O'Briain2002-10-017-0/+43
* Set image->windowing_data to NULL, unref the image. (Late merge fromTor Lillqvist2002-09-307-0/+40
* Make the reference to the mnemonic widget weak. (#93334, Murray Cumming)Owen Taylor2002-09-307-2/+51
* Remove a duplicate definition of gdk_set_sm_client_id().Owen Taylor2002-09-307-1/+30
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-3013-46/+100
* Initialize ->parsed field. (#94536, patch from Sebastian Ritau. MaybeOwen Taylor2002-09-307-0/+37
* Add gtk_window_set_icon_from_file(),Owen Taylor2002-09-308-1/+133
* Add construct-only property "tag_table" and make use of it inDaniel Elstner2002-09-307-26/+128
* Completed ISO-8859-2 characters support (#93421), fixed cacute, umacron,Stanislav Brabec2002-09-307-20/+154
* ===== Released 2.1.0 ======GTK_2_1_0Owen Taylor2002-09-3067-36539/+52791
* Disable tooltips for menu items with submenus .. they still don't reallyOwen Taylor2002-09-307-2/+45
* Clear initial_pos_set even if it only causes a move, not a resize as well.Owen Taylor2002-09-307-0/+44
* add deprecation compile flagsManish Singh2002-09-2923-68/+130
* use #defines instead of enum for GtkFundamentalType compat, to preventManish Singh2002-09-297-21/+57
* Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32,Tor Lillqvist2002-09-297-5/+81
* Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, VitalySoeren Sandmann2002-09-2820-53/+125
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-285-4/+9
* Make drawing to the root window work. (#89492)Matthias Clasen2002-09-277-0/+32
* (#91249, Thomas Leonard)Owen Taylor2002-09-277-4/+68
* Patch from J. Ali Harlow to avoid generating gtk.immodules whenOwen Taylor2002-09-277-3/+57
* Free the context if we cannot allocate the HeaderBuf.Federico Mena Quintero2002-09-272-0/+6
* Fix the update region notification to handle top-to-bottom andFederico Mena Quintero2002-09-272-2/+9
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-2715-1430/+1603
* Fix some signed/unsigned warnings. (#85863, David L. Cooper II)Owen Taylor2002-09-277-5/+35
* ri Sep 27 16:23:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-09-277-25/+93
* Handle the case where the first page isn't visible. (#90336, bug trackedOwen Taylor2002-09-277-5/+51
* Change accelerator from C_ut to Cu_t. (#82747, Paolo Maggi)Owen Taylor2002-09-277-1/+31
* 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