summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* widget: Get rid of parent_sensitive flagBenjamin Otte2011-03-301-26/+6
* Make GtkWidget::halign RTL-saveMatthias Clasen2011-03-301-10/+26
* widget: Only reemit style-set signal after gtk_widget_get_style()Benjamin Otte2011-03-271-1/+4
* widget: Don't invalidate style context in its invalidate callbackBenjamin Otte2011-03-271-2/+0
* widget: Update path unconditionally in gtk_widget_reset_style()Benjamin Otte2011-03-271-6/+1
* widget: Don't duplicate style context updatesBenjamin Otte2011-03-271-13/+0
* widget: Call the non-deprecated functionBenjamin Otte2011-03-271-1/+1
* widget: Emit initial style-set signal in the same situations as GTK2Benjamin Otte2011-03-271-1/+4
* widget: Create the widget's style lazilyBenjamin Otte2011-03-271-10/+14
* widget: Don't call gtk_style_attach() and gtk_style_detach() anymoreBenjamin Otte2011-03-271-8/+0
* docs: Make clear that gtk_widget_set_style() does not do anythingBenjamin Otte2011-03-271-5/+2
* widget: Use a priv variableBenjamin Otte2011-03-271-3/+7
* widget: Widgets always have a style, so no need to check for NULLBenjamin Otte2011-03-271-4/+2
* widget: Reshuffle code for style context getterBenjamin Otte2011-03-271-15/+14
* widget: Don't create the style context if not necessaryBenjamin Otte2011-03-271-3/+3