summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Don't change sensitive state with insensitve parentBenjamin Otte2011-12-161-15/+20
* widget: Synthesize crossing only if sensitivity changed while propagating stateRui Matos2011-12-141-2/+3
* Fix set_focus_child handling during focus changesAlexander Larsson2011-12-141-3/+8
* widget: Unset window-unfocused in gtk_widget_unparent()Rui Matos2011-12-071-0/+3
* widget: Update Pango context on state changeBenjamin Otte2011-12-051-0/+10
* Drop uses of @returns syntaxMatthias Clasen2011-11-211-2/+4
* Fix tiny docs typo.Murray Cumming2011-11-181-1/+1
* widget: Add _gtk_widget_peek_accessible()Benjamin Otte2011-11-161-0/+19
* widget: Don't use deprecated symbolsBenjamin Otte2011-11-081-1/+5
* widget: Deprecate gtk_widget_get_pointer ()Benjamin Otte2011-11-081-0/+2
* gtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state flagRui Matos2011-11-081-5/+6
* Move deprecated gtkwidget style api to gtkstyleMatthias Clasen2011-11-021-748/+13
* Fix more test breakageMatthias Clasen2011-10-251-1/+7
* a11y: Hack around infinite loops in parent settingBenjamin Otte2011-10-251-7/+15
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* Bug 659602 - Provide an abstraction for the platform's use of modifier keysMichael Natterer2011-09-271-0/+28
* Documentation fixesMatthias Clasen2011-09-251-18/+21
* Disable underallocation warnings in non-debug buildsMatthias Clasen2011-08-301-8/+13
* widget: Add transfer annotation for gtk_widget_set_windowJürg Billeter2011-08-111-1/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-0/+42
* Update gtk_widget_get_accessible() docsMatthias Clasen2011-07-231-6/+5
* widget: Reset the accessible role when a new accessible type is setBenjamin Otte2011-07-181-1/+4
* API: Add gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-2/+43
* Revert "Add a getter for the accessible type of a widget class"Matthias Clasen2011-07-141-23/+0
* Add a getter for the accessible type of a widget classMatthias Clasen2011-07-131-0/+23
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-1/+3
* widget: Use g_type_add_class_private()Benjamin Otte2011-07-051-7/+3
* API: Add gtk_widget_class_set_accessible_type()Benjamin Otte2011-07-051-7/+47
* widget: Add a GtkWidgetClassPrivateBenjamin Otte2011-07-051-1/+21
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* docs: Add Since tag to GtkWidget::drawBenjamin Otte2011-06-131-0/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-061-0/+1
* widget: Update the font at the right placeBenjamin Otte2011-06-041-2/+2
* API: Change semantics of gtk_container_get_child_path()Benjamin Otte2011-06-021-2/+2
* API: Add gtk_widget_path_append_for_widget()Benjamin Otte2011-06-021-21/+49
* all: avoid boxed structs copying where possible (and 2)Javier Jardón2011-05-311-7/+3
* Add missing gtk_widget_override_* annotationsJohn Stowers2011-05-091-5/+5
* Add gtk_container_child_notifyMatthias Clasen2011-05-061-26/+6
* GtkWidget: avoid an unused variable warningMatthias Clasen2011-05-011-3/+3
* widget: Allow underallocation for scrollablesBenjamin Otte2011-04-281-1/+2
* widget: Update underallocation warningBenjamin Otte2011-04-281-1/+2
* widget: Warn when allocation for gtk_widget_size_allocate() is too smallBenjamin Otte2011-04-281-2/+8
* widget: Add hack to make label mnemonics work againBenjamin Otte2011-04-261-0/+16
* docs: Strictify the docs for gtk_cairo_should_draw_window()Benjamin Otte2011-04-191-1/+2
* widget: Make gtk_widget_get_aux_info() privateBenjamin Otte2011-04-191-14/+16
* widget: add Since tags for margin accessorsDavid King2011-04-181-1/+17
* docs: Fix wrong description for query-tooltipBenjamin Otte2011-04-161-2/+2
* GtkWidgetPrivate: Improve struct packingMatthias Clasen2011-04-121-15/+13
* widget: Propagate the right states to the widget when setting the parentBenjamin Otte2011-03-301-5/+11