summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* docs: GtkWidget's "state-flags-changed" is a signal not a propertyJavier Jardón2012-02-151-1/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-1/+1
* Introduce gtk_window_get/set_attached_to()Andrea Cimitan2012-01-121-1/+31
* Rename 'window-unfocused' to 'backdrop'Rui Matos2012-01-091-2/+2
* widget: Set parent style contextBenjamin Otte2012-01-091-0/+8
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-4/+2
* widget: Print a g_warning() when a cairo_t is invalidBenjamin Otte2011-12-231-0/+13
* widget: Set style flags on the style context when the flags are setRui Matos2011-12-191-0/+2
* widget: Always propagate state flags to all childrenRui Matos2011-12-191-13/+3
* Introduce gtkaccelmapprivate.hMatthias Clasen2011-12-191-1/+1
* widget: Set widget in accessible's constructorBenjamin Otte2011-12-191-1/+3
* widget: Unref accessibleBenjamin Otte2011-12-191-1/+4
* widget: Unset self from accessibleBenjamin Otte2011-12-191-4/+7
* widget: Unset widget on accessiblesBenjamin Otte2011-12-191-0/+5
* widget: Flip the sensitive flag even if the state doesn't changeRui Matos2011-12-171-8/+4
* 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