]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-12-04 Carlos GarnachoAdd generic providers per-screen.
2010-12-04 Carlos GarnachoGtkStyleContext: invalidate context when setting the...
2010-12-04 Carlos GarnachoGtkWidget: Set style context's screen before the widget...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[add|remove...
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_reset_style().
2010-12-04 Carlos GarnachoGtkWidget: Add the style-updated signal
2010-12-04 Carlos GarnachoGtkStyle: Protect against padding being NULL
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_invalidate().
2010-12-04 Carlos GarnachoGtkStyleSet: Fix typo
2010-12-04 Carlos GarnachoGtkThemingEngine: use background-image in render_backgr...
2010-12-04 Carlos GarnachoGtkStyleSet: Register a "background-image" property.
2010-12-04 Carlos GarnachoGtkStyleSet: Handle GtkGradients as a replacement for...
2010-12-04 Carlos GarnachoGtkCssProvider: Add a parser for gradients.
2010-12-04 Carlos GarnachoAdd GtkGradient.
2010-12-04 Carlos GarnachoGtkStyleSet: Set an empty default_value if none is...
2010-12-04 Carlos GarnachoGtkCssProvider: strip whitespaces in symbolic color...
2010-12-04 Carlos GarnachoAllow linefeeds in property values.
2010-12-04 Carlos GarnachoAdd a boxed type for cairo_pattern_t.
2010-12-04 Carlos GarnachoGtkSettings: implement GtkStyleProvider
2010-12-04 Carlos GarnachoGtkStyle: Fill in x/ythickness and font_desc from the...
2010-12-04 Carlos GarnachoGtkStyleSet: Register "margin" property.
2010-12-04 Carlos GarnachoAdd basic parser for GtkBorder properties.
2010-12-04 Carlos GarnachoGtkStyle: Allow GTK_ARROW_NONE.
2010-12-04 Carlos GarnachoGtkNotebook: invert tab drawing order so region flags...
2010-12-04 Carlos GarnachoGet rid of GdkPangoRenderer code in GtkThemingEngine.
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 GarnachoGtkCssProvider: Add gtk_css_provider_load_from_path()
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkButton: Notify on active state when (un)depressed
2010-12-04 Carlos GarnachoGtkThemingEngine: Animate checkboxes activation.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add progress arg to gtk_theming_engin...
2010-12-04 Carlos GarnachoGtkWidget: Update GtkStyleContext animation regions...
2010-12-04 Carlos GarnachoGtkStyleContext: Add animation machinery.
2010-12-04 Carlos GarnachoGtkStyleContext: Declare gtk_style_context_list_classes...
2010-12-04 Carlos GarnachoGtkCssProvider: Parse properties of type GtkAnimationDe...
2010-12-04 Carlos GarnachoGtkStyleSet: Register the "transition" property.
2010-12-04 Carlos GarnachoAdd GtkAnimationDescription as a private boxed object.
2010-12-04 Carlos GarnachoAdd GtkTimeline as a private object.
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 GarnachoGtkStyle: set the active flag depending on shadow_type...
2010-12-04 Carlos GarnachoGtkCssProvider: Use class for tooltips.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse and match class info.
2010-12-04 Carlos GarnachoSet classes info in GtkWidgetPath.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_list_classes().
2010-12-04 Carlos GarnachoGtkWidgetPath: Add methods to include class info in...
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkStyleContext: Rename internal struct.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_register_prope...
2010-12-04 Carlos GarnachoGtkStyleSet: Fix compiler warning.
2010-12-04 Carlos GarnachoGtkStyleSet: Allow custom parsers on registered properties.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse correctly widget types with a...
2010-12-04 Carlos GarnachoCompare widget names as GQuarks in style matching.
2010-12-04 Carlos GarnachoGtkWidgetPath: Make API more consistent.
2010-12-04 Carlos GarnachoCompare region names as quarks in style matching.
2010-12-04 Carlos GarnachoGtkCssProvider: Set child combinators in default CSS.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse and compare widget names.
2010-12-04 Carlos GarnachoGtkCssProvider: Don't jump too eagerly to the next...
2010-12-04 Carlos GarnachoGtkCssProvider: Immediately bail out if GType couldn...
2010-12-04 Carlos GarnachoGtkCssProvider: Small optimization.
2010-12-04 Sven HerzbergGtkCssProvider: don't ignore custom attributes
2010-12-04 Sven HerzbergGtkWidgetPath: properly use const
2010-12-04 Carlos GarnachoGtkThemingEngine: Render correctly spinbutton buttons.
2010-12-04 Carlos GarnachoGtkStyle: set junction details in spinbutton buttons.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_junction_s...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_junction_...
2010-12-04 Carlos GarnachoAdd GtkJunctionSides flags.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_lookup_color().
2010-12-04 Carlos GarnachoGtkStyleSet: Register the "border" property.
2010-12-04 Carlos GarnachoGtkThemingEngine: fix typo in function declaration.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_direction().
2010-12-04 Carlos GarnachoGtkWidget: Set style context direction.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[gs]et_direction().
2010-12-04 Carlos GarnachoGtkWidget: Add the default CSS provider to all style...
2010-12-04 Carlos GarnachoGtkCssProvider: Add gtk_css_provider_get_default().
2010-12-04 Carlos GarnachoGtkStyle: Move gtk_render_* calls to default vmethod...
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 GarnachoGtkStyle: Optionally construct above a GtkStyleContext.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add code to render GtkFrame frame...
2010-12-04 Carlos GarnachoGtkThemingEngine: Obey active/selected when rendering...
2010-12-04 Carlos GarnachoGtkThemingEngine: Rip out focus rendering from old...
2010-12-04 Carlos GarnachoGtkThemingEngine: Rip out expander rendering from old...
2010-12-04 Carlos GarnachoGtkThemingEngine: Render frames and spinbutton boxes...
2010-12-04 Carlos GarnachoGtkThemingEngine: Improve background rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Improve pixel alignment in arrows.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add methods to retrieve widget style...
2010-12-04 Carlos GarnachoGtkStyleSet: Allow setting default value when registeri...
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 GarnachoGtkCssProvider: Allow '_' in the middle of symbolic...
2010-12-04 Carlos GarnachoGtkThemingEngine: Improve slider rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Cairo-ify frame rendering from GtkStyle.
2010-12-04 Carlos GarnachoGtkThemingEngine: Cairo-ify frame_gap rendering from...
2010-12-04 Carlos GarnachoGtkThemingEngine: Cairo-ify extension rendering from...
2010-12-04 Carlos GarnachoGtkThemingEngine: Make render_background use drawing...
2010-12-04 Carlos GarnachoGtkThemingEngine: Unify code to render lines.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add cairo-ified rendering primitives.
next