]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Add invariant that a child is unmapped if parent is unmapped
[~andy/gtk] / gtk / gtkwidget.c
2010-12-20 Havoc PenningtonAdd invariant that a child is unmapped if parent is...
2010-12-20 Havoc PenningtonVerify GtkWidget invariants if G_ENABLE_DEBUG is defined
2010-12-18 Carlos GarnachoRemove dead Gtk[Rc]Style code
2010-12-18 Carlos GarnachoAdapt gtk_widget_set_name() docs to style context.
2010-12-18 Matthias ClasenHide GtkWindowGroup members
2010-12-17 Matthias ClasenFix a few parameter name mismatches
2010-12-17 Cosimo Cecchiwidgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET
2010-12-17 Carlos GarnachoRemove *_set_extension_events() and old API to query...
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Matthias ClasenRemove gtk_widget_reset_shapes
2010-12-15 Carlos GarnachoImprove docs for gtk_widget_reset_style().
2010-12-13 Carlos GarnachoFix coalescing of state animation areas for multiple...
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-07 Matthias ClasenSome doc additions
2010-12-07 Tristan Van BerkomAdded minimum size parameter to GtkWidgetClass->adjust_...
2010-12-05 Paolo BorelliRemove unused function modify_color_property
2010-12-05 Carlos GarnachoBug 636511 - New style override functions do not work...
2010-12-05 Matthias ClasenFix abi check after recent merges
2010-12-05 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoFix call to gtk_widget_override_cursor()
2010-12-04 Carlos GarnachoMake gtk_widget_override_cursor() take GdkRGBAs
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos Garcia CamposGtkWidget: add gtk_widget_render_icon_pixbuf()
2010-12-04 Carlos Garcia CamposGtkWidget: queue a resize when style context changed
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_override_cursor().
2010-12-04 Carlos GarnachoAdd GtkModifierStyle as a private object
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkWidget: unset NULL properties when overriding style.
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Carlos GarnachoInitialize all looping, active state transitions on...
2010-12-04 Carlos GarnachoLet gtk_widget_get_path() correct early calls during...
2010-12-04 Carlos GarnachoGtkWidget: Update pango context from style context...
2010-12-04 Carlos GarnachoGtkWidget: Ensure the style context always has an screen.
2010-12-04 Carlos GarnachoGtkWidget: Add new set of methods to override style...
2010-12-04 Carlos GarnachoGtkWidget: Trigger state change transitions on state...
2010-12-04 Carlos GarnachoImplement widget states as a set of flags
2010-12-04 Carlos GarnachoGtkWidget: Ensure name changes involve a style context...
2010-12-04 Carlos GarnachoAdd theming docs
2010-12-04 Carlos GarnachoGtkWidget: Store GtkStyleContext in private struct.
2010-12-04 Carlos GarnachoGtkContainer: Add method to get the GtkWidgetPath for...
2010-12-04 Carlos GarnachoGtkStyleContext: Fix animation framework to work with...
2010-12-04 Carlos GarnachoAdd generic providers per-screen.
2010-12-04 Carlos GarnachoGtkWidget: Set style context's screen before the widget...
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_reset_style().
2010-12-04 Carlos GarnachoGtkWidget: Add the style-updated signal
2010-12-04 Carlos GarnachoGtkSettings: implement GtkStyleProvider
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkWidget: Update GtkStyleContext animation regions...
2010-12-04 Carlos GarnachoSet classes info in GtkWidgetPath.
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkWidget: Set style context direction.
2010-12-04 Carlos GarnachoGtkWidget: Add the default CSS provider to all style...
2010-12-04 Carlos GarnachoGtkWidget: Create GtkStyle on top of GtkStyleContext.
2010-12-04 Carlos GarnachoGtkWidget: Construct style for partial widget hierarchies.
2010-12-04 Carlos GarnachoGtkWidget: Set screen info in GtkStyleContext.
2010-12-04 Carlos GarnachoGtkWidget: Do not reset GtkStyleContext per get_style_c...
2010-12-04 Carlos GarnachoGtkWidget: Hook up widget style property querying to...
2010-12-04 Carlos GarnachoGtkWidget: Generate GtkWidgetPath on set_parent.
2010-12-04 Carlos GarnachoFix compilation.
2010-12-04 Carlos GarnachoAdd region details in gtk_widget_get_path().
2010-12-04 Carlos GarnachoRefurbish GtkWidgetPath API.
2010-12-04 Carlos GarnachoGtkWidget: Create GtkCssProvider for user modifications.
2010-12-04 Carlos GarnachoGtkWidget: Add widget path to style context.
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_get_path().
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_get_style_context().
2010-12-02 Benjamin OtteAPI: Remove GdkNoExposeEvent
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-19 Michael Natterergtk: remove GtkWidget::size-request
2010-11-18 Tristan Van BerkomFixing hangs with GtkScrolledWindow
2010-11-17 Javier Jardóndocs: Move Height-for-width geometry management virtual...
2010-11-16 Javier Jardóndocs: Update URL of some documentation links
2010-11-14 Javier Jardóndocs: Update URL of some documentation links
2010-11-05 Murray CummingGtkWidget/GtkContainer: Slight fixes to geometry-manage...
2010-11-05 Murray CummingGtkWidget: Document the size-request signal deprecation.
2010-11-05 Javier Jardóndocs: Fix gtk-doc markup in GtkWidget docs
2010-11-04 Murray CummingGtkWidget/GtkContainer: Slight fixes to geometry-manage...
2010-11-04 Murray CummingGtkWidget: Document the size-request signal deprecation.
2010-11-03 Javier Jardóndocs: Fix gtk-doc markup in GtkWidget docs
2010-11-02 Matthias ClasenAvoid exporting an extra symbol
2010-11-01 Matthias ClasenAvoid exporting an extra symbol
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-30 Tristan Van BerkomFire a warning if there are any handlers connected...
2010-10-30 Matthias ClasenFix a typo
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-28 Tristan Van BerkomFire a warning if there are any handlers connected...
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Matthias ClasenFix a typo
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Matthias ClasenFix up docs
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Tristan Van BerkomFixed problems with combination of height-for-width...
2010-10-22 Matthias ClasenMake the docs build
2010-10-22 Tadej BorovšakAdd GtkScrollable interface
2010-10-21 Tristan Van BerkomEnhanced GtkWidget documentation with regards to height...
2010-10-21 Matthias ClasenProperly propagate expand flags
2010-10-20 Michael Natterergtk: clean up GtkWidget signals
2010-10-20 Emmanuele BassiSplit off gtkprivate.h
2010-10-19 Matthias ClasenRemove gtk_widget_hide_all()
2010-10-18 Benjamin Ottegtk: Add gtk_widget_queue_draw_region()
next