]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Fixed focus handling on embedded windows.
[~andy/gtk] / gtk / gtkwidget.c
2011-01-06 Tristan Van BerkomFixed focus handling on embedded windows.
2011-01-06 Tristan Van BerkomMoved location of unsetting parent window inside gtk_wi...
2011-01-06 Tristan Van BerkomFixed issues with "hierarchy-changed" signal.
2011-01-06 Tristan Van BerkomAdded docs to gtk_widget_set_parent_window.
2011-01-06 Tristan Van BerkomAllow GtkWindow to be parented if gtk_widget_set_parent...
2011-01-04 Matthias ClasenMove docs for gtkmain inline
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Carlos GarnachoCompress all ::style-updated prior to ::realize
2010-12-24 Matthias ClasenRemove sealed members from GtkSettings
2010-12-23 Matthias ClasenSome small doc corrections
2010-12-22 Matthias ClasenAdd a default handler for drag_failed
2010-12-22 Matthias ClasenAvoid invariant checking spew in gnome-shell
2010-12-21 Carlos GarnachoEnsure widgets get a GtkStyle with its backing GtkStyle...
2010-12-20 Javier Jardóndocs: unmap signal will always be emitted when a widget...
2010-12-20 Havoc PenningtonAlways emit unmap when a widget is unmapped
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
next