]> Pileus Git - ~andy/gtk/history - gtk/gtkstylecontext.c
GtkStyleContext: Fix animation framework to work with the new draw() semantics.
[~andy/gtk] / gtk / gtkstylecontext.c
2010-12-04 Carlos GarnachoGtkStyleContext: Fix animation framework to work with...
2010-12-04 Carlos GarnachoGtkStyleContext: Store animation region for a bunch...
2010-12-04 Carlos GarnachoGtkStyleContext: Invalidate whole window if no invalida...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_reset_widgets()
2010-12-04 Carlos GarnachoGtkStyleContext: invalidate context when setting the...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[add|remove...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_invalidate().
2010-12-04 Carlos GarnachoReplace GdkRegion and GdkRectangle with their cairo...
2010-12-04 Carlos GarnachoRemove gtkalias from style context code.
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkStyleContext: Add animation machinery.
2010-12-04 Carlos GarnachoMove all theming stack to use GtkStateFlags.
2010-12-04 Carlos GarnachoGtkStyleContext: Return insertion position if not found...
2010-12-04 Carlos GarnachoSet classes info in GtkWidgetPath.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_list_classes().
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkStyleContext: Rename internal struct.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_junction_...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_lookup_color().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_direction().
2010-12-04 Carlos GarnachoGtkStyleContext: Add varargs functions for getting...
2010-12-04 Carlos GarnachoGtkStyleContext: Ensure style rebuilds after adding...
2010-12-04 Carlos GarnachoGtkStyleContext: ensure class lookup return the correct...
2010-12-04 Carlos GarnachoGtkStyleContext: Don crash on empty class sets.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_save/restore().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_screen()
2010-12-04 Carlos GarnachoGtkStyleContext: Add priv pointer to object struct.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_lookup_icon_set().
2010-12-04 Carlos GarnachoGtkStyleContext: Add methods to get style property...
2010-12-04 Carlos GarnachoFix compile warning.
2010-12-04 Carlos GarnachoGtkStyleSet: Register GtkThemingEngine type.
2010-12-04 Carlos GarnachoGtkStyleContext: Fix compiler warning.
2010-12-04 Carlos GarnachoGtkStyleContext: fix typos in code.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_list_child_class...
2010-12-04 Carlos GarnachoAdd GtkWidgetPath parameter to gtk_style_provider_get_s...
2010-12-04 Carlos GarnachoGtkStyleContext: allow late set_path() calls.
2010-12-04 Carlos GarnachoGtkStyleContext: Fix compiler warning.
2010-12-04 Carlos GarnachoGtkStyleContext: Fix typo.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_handle().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_extension().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_frame_gap().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_slider().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_line().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_layout().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_focus().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_expander().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_frame().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_background().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_arrow().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_option().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_check().
2010-12-04 Carlos GarnachoGtkStyleContext: Add child style classes.
2010-12-04 Carlos GarnachoGtkStyleContext: Add style classes.
2010-12-04 Carlos GarnachoGtkStyleContext: Relate to a GtkThemingEngine.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_path()
2010-12-04 Carlos GarnachoGtkStyleContext: Add getters and setter for state.
2010-12-04 Carlos GarnachoGtkStyleContext: Fix typo.
2010-12-04 Carlos GarnachoGtkStyleContext: Add methods to query composed style.
2010-12-04 Carlos GarnachoAdd GtkStyleContext.