summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-1/+7
* Handle NO_WINDOW widgets with windows that are children of widget->window.Owen Taylor2002-03-031-23/+38
* Switch style of stamp file usage.Owen Taylor2002-03-021-1/+13
* Allow focus-change events to be sent to unrealized widgets; they aren'tOwen Taylor2002-02-271-3/+6
* Don't to focus insensitive widgets. (#68203)Owen Taylor2002-02-261-0/+3
* lower case the key_val. (gtk_accel_group_connect_by_path) : ditto.Jody Goldberg2002-02-231-12/+2
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-2/+2
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-6/+2
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-181-0/+2
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-161-1/+1
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-1/+12
* Implement Control-F1 as toggle-tooltips-mode.Owen Taylor2002-02-131-2/+5
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-9/+12
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-6/+7
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-11/+31
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-10/+10
* General property notification cleanup.Matthias Clasen2002-01-281-1/+4
* Remove excessive g_return_if_fail() calls. (#57615)Matthias Clasen2002-01-231-40/+10
* link to new X11 section in a lot of places when mentioning the windowHavoc Pennington2002-01-191-4/+5
* Mark children as composite. (#66360)Matthias Clasen2002-01-171-0/+6
* Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,Owen Taylor2002-01-171-2/+2
* Documentation additions.Matthias Clasen2002-01-141-2/+2
* actually iterate through the list rather than infinitely loopjacob berkman2002-01-111-0/+1
* Rename to reset_rc_styles_recurse(). (#68084)Matthias Clasen2002-01-101-17/+14
* don't cast a possible NULL pointer.Tim Janik2002-01-091-2/+2
* Fix leak of result of gtk_container_get_children().Owen Taylor2002-01-081-0/+2
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-12/+12
* Documentation additions.Matthias Clasen2002-01-051-0/+43
* Fix a comment.Matthias Clasen2002-01-041-1/+1
* tiny docs changeHavoc Pennington2002-01-041-1/+1
* Remove optimization that was causing problems because we calledOwen Taylor2001-12-271-12/+1
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-34/+34
* Markup fixes.Matthias Clasen2001-12-131-13/+13
* Typo fixes Typo fix. (#66746)Matthias Clasen2001-12-121-8/+7
* Doc markup fix.Matthias Clasen2001-12-081-1/+1
* gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-1/+1
* close comment.Sven Neumann2001-12-051-0/+1
* Deprecate. (#65851)Matthias Clasen2001-12-051-111/+168
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-0/+21
* reflect Pango API changeHans Breuer2001-11-231-2/+4
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-73/+49
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-57/+58
* Move notification of "has_default" to here, so it is safe to callOwen Taylor2001-11-171-16/+8
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-5/+20
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-108/+271
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-94/+130
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-021-3/+3
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-2/+2
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-3/+3
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-0/+161