]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtkwidget.c
2011-12-19 Benjamin Ottewidget: Unset widget on accessibles
2011-12-17 Rui Matoswidget: Flip the sensitive flag even if the state doesn...
2011-12-16 Benjamin Ottewidget: Don't change sensitive state with insensitve...
2011-12-14 Rui Matoswidget: Synthesize crossing only if sensitivity changed...
2011-12-13 Alexander LarssonFix set_focus_child handling during focus changes
2011-12-07 Rui Matoswidget: Unset window-unfocused in gtk_widget_unparent()
2011-12-05 Benjamin Ottewidget: Update Pango context on state change
2011-11-21 Matthias ClasenDrop uses of @returns syntax
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-18 Murray CummingFix tiny docs typo.
2011-11-16 Benjamin Ottewidget: Add _gtk_widget_peek_accessible()
2011-11-08 Benjamin Ottewidget: Don't use deprecated symbols
2011-11-08 Benjamin Ottewidget: Deprecate gtk_widget_get_pointer ()
2011-11-08 Rui Matosgtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state...
2011-11-02 Matthias ClasenMove deprecated gtkwidget style api to gtkstyle
2011-10-25 Matthias ClasenFix more test breakage
2011-10-25 Benjamin Ottea11y: Hack around infinite loops in parent setting
2011-10-23 Michael Natterergtk: move _gtk_modules_has_mixed_deps() to gtkmodlespri...
2011-09-27 Michael NattererBug 659602 - Provide an abstraction for the platform...
2011-09-26 Matthias ClasenDocumentation fixes
2011-08-30 Matthias ClasenDisable underallocation warnings in non-debug builds
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-11 Jürg Billeterwidget: Add transfer annotation for gtk_widget_set_window
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-24 Matthias ClasenUpdate gtk_widget_get_accessible() docs
2011-07-18 Benjamin Ottewidget: Reset the accessible role when a new accessible...
2011-07-18 Benjamin OtteAPI: Add gtk_widget_class_set_accessible_role()
2011-07-14 Matthias ClasenRevert "Add a getter for the accessible type of a widge...
2011-07-14 Matthias ClasenAdd a getter for the accessible type of a widget class
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Benjamin Ottewidget: Use g_type_add_class_private()
2011-07-05 Benjamin OtteAPI: Add gtk_widget_class_set_accessible_type()
2011-07-05 Benjamin Ottewidget: Add a GtkWidgetClassPrivate
2011-06-17 Matthias ClasenRemove unused includes
2011-06-13 Benjamin Ottedocs: Add Since tag to GtkWidget::draw
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-06 Javier Jardóngtkcontainer: Move private functions to private header
2011-06-04 Benjamin Ottewidget: Update the font at the right place
2011-06-02 Benjamin OtteAPI: Change semantics of gtk_container_get_child_path()
2011-06-02 Benjamin OtteAPI: Add gtk_widget_path_append_for_widget()
2011-05-31 Javier Jardónall: avoid boxed structs copying where possible (and 2)
2011-05-09 John StowersAdd missing gtk_widget_override_* annotations
2011-05-06 Matthias ClasenAdd gtk_container_child_notify
2011-05-01 Matthias ClasenGtkWidget: avoid an unused variable warning
2011-04-28 Benjamin Ottewidget: Allow underallocation for scrollables
2011-04-28 Benjamin Ottewidget: Update underallocation warning
2011-04-28 Benjamin Ottewidget: Warn when allocation for gtk_widget_size_alloca...
2011-04-26 Benjamin Ottewidget: Add hack to make label mnemonics work again
2011-04-19 Benjamin Ottedocs: Strictify the docs for gtk_cairo_should_draw_window()
2011-04-19 Benjamin Ottewidget: Make gtk_widget_get_aux_info() private
2011-04-18 David Kingwidget: add Since tags for margin accessors
2011-04-16 Benjamin Ottedocs: Fix wrong description for query-tooltip
2011-04-12 Matthias ClasenGtkWidgetPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-30 Benjamin Ottewidget: Propagate the right states to the widget when...
2011-03-30 Benjamin Ottewidget: Get rid of parent_sensitive flag
2011-03-30 Matthias ClasenMake GtkWidget::halign RTL-save
2011-03-27 Benjamin Ottewidget: Only reemit style-set signal after gtk_widget_g...
2011-03-27 Benjamin Ottewidget: Don't invalidate style context in its invalidat...
2011-03-27 Benjamin Ottewidget: Update path unconditionally in gtk_widget_reset...
2011-03-27 Benjamin Ottewidget: Don't duplicate style context updates
2011-03-27 Benjamin Ottewidget: Call the non-deprecated function
2011-03-26 Benjamin Ottewidget: Emit initial style-set signal in the same situa...
2011-03-26 Benjamin Ottewidget: Create the widget's style lazily
2011-03-26 Benjamin Ottewidget: Don't call gtk_style_attach() and gtk_style_det...
2011-03-26 Benjamin Ottedocs: Make clear that gtk_widget_set_style() does not...
2011-03-26 Benjamin Ottewidget: Use a priv variable
2011-03-26 Benjamin Ottewidget: Widgets always have a style, so no need to...
2011-03-26 Benjamin Ottewidget: Reshuffle code for style context getter
2011-03-26 Benjamin Ottewidget: Don't create the style context if not necessary
2011-03-26 Benjamin OtteRevert "Ensure GtkWidget::style-updated is emitted...
2011-03-26 Benjamin Ottegtk: Reset children styles when changing name
2011-03-25 Tristan Van BerkomCache heights-for-range-of-widths instead of height...
2011-03-25 Tristan Van BerkomReduce memory consumption of the size request cache.
2011-03-25 Tristan Van BerkomAdded GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
2011-03-25 Carlos GarnachoEnsure GtkWidget::style-updated is emitted before first...
2011-03-18 Benjamin Ottegtk: Make region argument to gtk_widget_queue_draw_regi...
2011-03-17 Benjamin Ottewidget: Don't override state data when recursing to...
2011-03-17 Benjamin Ottewidget: Fix typo in docs
2011-03-17 Benjamin Ottewidget: Queue a resize when setting widget to insensitive.
2011-03-16 Cosimo Cecchiwidget: reset widget style after applying style classes...
2011-03-15 Alexander LarssonMerge branch 'broadway'
2011-03-11 Benjamin Ottegtk: Queue a resize after state changes
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-03 John (J5) Palmieri[gi] add missing annotations for signals that emit...
2011-03-03 Matthias ClasenAdd GtkBuilder custom attributes for style classes
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Tristan Van BerkomRemoved unused EXPOSE_EVENT enumeration from the GtkWid...
2011-02-23 Tristan Van BerkomRemove mention of GtkWidget::expose-event from docs...
2011-02-23 Murray CummingMinor documentation improvements
2011-02-17 Matthias ClasenCheck if the accessible is actually an AtkAction
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-09 Matthias ClasenDon't export GtkModifierStyle symbols
2011-02-08 Matthias ClasenUpdate the context direction when emitting ::direction...
2011-02-07 Matthias ClasenFix problems with state propagation
2011-02-07 Tristan Van BerkomOptimize queue_resize_on_widget()
2011-02-06 Carlos GarnachoGtkStyleContext is meant to have a GdkScreen
next