summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Lots of trivial doc fixes.Matthias Clasen2002-10-112-5/+8
* Documentation improvements.Matthias Clasen2002-10-107-42/+44
* Deprecation cleanupManish Singh2002-10-109-81/+82
* Deprecation cleanupManish Singh2002-10-109-140/+126
* Deprecation cleanupManish Singh2002-10-1011-373/+387
* Privately export _gtk_scrolled_window_get_scrollbar_spacing().Owen Taylor2002-10-103-24/+53
* Deprecation cleanupManish Singh2002-10-1013-153/+158
* Deprecation cleanupManish Singh2002-10-0910-121/+127
* Deprecation cleanupManish Singh2002-10-0910-293/+324
* Deprecation cleanupManish Singh2002-10-0912-447/+454
* Add GO_FORWARD and GO_BACK with both left and right arrows depending onOwen Taylor2002-10-091-49/+77
* Added support for hungarian characters (addition to bug #91258). Only viaStanislav Brabec2002-10-091-0/+6
* Deprecation cleanupManish Singh2002-10-0912-275/+321
* Deprecation cleanupManish Singh2002-10-089-102/+112
* restore gtkobject.h #include so we don't break backwards compat.Manish Singh2002-10-081-0/+3
* Free the private data. (#84903, Matthias Clasen)Owen Taylor2002-10-071-1/+17
* Allow the slider to be set all the way to the edge, and if that happens,Owen Taylor2002-10-073-6/+15
* Use a pixbuf to set the drag icon, combine code to create drag iconsOwen Taylor2002-10-071-74/+92
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-71/+201
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-075-12/+17
* Deprecation cleanupManish Singh2002-10-0712-84/+98
* Clean up the handling of clearing transient state settings, fixing bugOwen Taylor2002-10-071-13/+13
* Deprecation cleanupManish Singh2002-10-078-141/+148
* deprecation cleanupManish Singh2002-10-079-164/+178
* deprecation cleanupManish Singh2002-10-0510-203/+218
* Use $(top_builddir) instead of here-undefined $$topdir. (Problem reportedOwen Taylor2002-10-051-1/+1
* at Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-10-051-2/+1
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-054-10/+14
* Deprecation cleanupManish Singh2002-10-0514-287/+304
* Deprecation cleanupManish Singh2002-10-0412-161/+156
* Deprecation cleanupManish Singh2002-10-0412-130/+122
* Improve checks on public entry points, including, among other thingsOwen Taylor2002-10-042-26/+46
* remove unused codepath.Soeren Sandmann2002-10-042-13/+3
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-3/+3
* Deprecation cleanupManish Singh2002-10-0415-154/+168
* implement maximize for linux-fbEric Warmenhoven2002-10-031-12/+134
* Fix error in computing length and a memory leak. (Fixes #94072, reportedOwen Taylor2002-10-031-2/+1
* Add a 'type' parameter, make public.Owen Taylor2002-10-0318-236/+260
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-025-44/+43
* Privately export: _gtk_settings_set_property_value_from_rc()Owen Taylor2002-10-023-44/+146
* Deprecation cleanupManish Singh2002-10-013-125/+125
* declare parent_class staticjacob berkman2002-10-012-2/+2
* Fixed alphabetical order (bug #91258).Stanislav Brabec2002-10-011-2/+2
* Add gtk_menu_focus() so we do not waste time trying to focus a menu item.Padraig O'Briain2002-10-011-0/+13
* Make the reference to the mnemonic widget weak. (#93334, Murray Cumming)Owen Taylor2002-09-301-2/+15
* Initialize ->parsed field. (#94536, patch from Sebastian Ritau. MaybeOwen Taylor2002-09-301-0/+1
* Add gtk_window_set_icon_from_file(),Owen Taylor2002-09-302-1/+97
* Add construct-only property "tag_table" and make use of it inDaniel Elstner2002-09-301-26/+98
* Completed ISO-8859-2 characters support (#93421), fixed cacute, umacron,Stanislav Brabec2002-09-301-20/+118
* Disable tooltips for menu items with submenus .. they still don't reallyOwen Taylor2002-09-301-2/+3