]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
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.
2010-12-04 Carlos GarnachoGtkThemingEngine: Cairo-ify handle rendering from GtkStyle.
2010-12-04 Carlos GarnachoGtkThemingEngine: Take option rendering from GtkStyle.
2010-12-04 Carlos GarnachoGtkThemingEngine: Take checkbox rendering from GtkStyle.
2010-12-04 Carlos GarnachoGtkStyleContext: Don crash on empty class sets.
2010-12-04 Carlos GarnachoGtkThemingEngine: Use GdkPangoRenderer when painting...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_save/restore().
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_screen().
2010-12-04 Carlos GarnachoGtkWidget: Set screen info in GtkStyleContext.
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 GarnachoGtkStyleSet: Add priv pointer to object struct.
2010-12-04 Carlos GarnachoGtkCssProvider: Add priv pointer to object struct.
2010-12-04 Carlos GarnachoFix include.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_lookup_icon_set().
2010-12-04 Carlos GarnachoGtkStyleProvider: Add gtk_style_provider_get_icon_facto...
2010-12-04 Carlos GarnachoGtkCssProvider: Allow symbolic colors when parsing...
2010-12-04 Carlos GarnachoGtkCssProvider: Parse color mappings.
2010-12-04 Carlos GarnachoGtkStyleSet: Optionally take GtkSymbolicColors.
2010-12-04 Carlos GarnachoGtkSymbolicColor: Add method to resolve to a GdkColor.
2010-12-04 Carlos GarnachoGtkStyleSet: Add API to map symbolic colors.
2010-12-04 Carlos GarnachoAdd GtkSymbolicColor.
2010-12-04 Carlos GarnachoGtkWidgetPath: Add to gtkalias.
2010-12-04 Carlos GarnachoGtkCssProvider: Plug memory leak.
2010-12-04 Carlos GarnachoGtkCssProvider: Fix compile warning.
2010-12-04 Carlos GarnachoGtkCssProvider: set scanner->input_name.
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 GarnachoGtkStyleContext: Add methods to get style property...
2010-12-04 Carlos GarnachoGtkCssProvider: Implement GtkStyleProvider->get_style_p...
2010-12-04 Carlos GarnachoGtkWidgetPath: Add methods to check topmost widget...
2010-12-04 Carlos GarnachoGtkStyleProvider: Add method to get widget style proper...
2010-12-04 Carlos GarnachoGtkCssProvider: refactor out selector matching.
2010-12-04 Carlos GarnachoGtkCssProvider: Ensure each scope has its parser config.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse boolean values.
2010-12-04 Carlos GarnachoGtkCssProvider: Make additions to parse_value() less...
2010-12-04 Carlos GarnachoFix compile warning.
2010-12-04 Carlos GarnachoGtkStyleSet: Register GtkThemingEngine type.
2010-12-04 Carlos GarnachoGtkWidget: Generate GtkWidgetPath on set_parent.
2010-12-04 Carlos GarnachoGtkStyleSet: Remove default value for registered proper...
2010-12-04 Carlos GarnachoFix compilation.
2010-12-04 Carlos GarnachoGtkNotebook: Set GtkChildClassFlags for tabs.
2010-12-04 Carlos GarnachoGtkCssProvider: Set default value if no state pseudo...
2010-12-04 Carlos GarnachoGtkStyleSet: Add gtk_style_set_set_default().
2010-12-04 Carlos GarnachoGtkStyleContext: Fix compiler warning.
2010-12-04 Carlos GarnachoGtkStyle: Use new render methods underneath.
2010-12-04 Carlos GarnachoAdd region details in gtk_widget_get_path().
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 GarnachoGtkCssProvider: Compare GtkWidgetPath regions with...
2010-12-04 Carlos GarnachoGtkCssProvider: fix parsing of consecutive pseudo-classes.
2010-12-04 Carlos GarnachoGtkCssProvider: move to next selector element on match...
2010-12-04 Carlos GarnachoGtkCssProvider: free selector path on parse_rule().
2010-12-04 Carlos GarnachoGtkCssProvider: Add named regions to selector path.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse named regions.
2010-12-04 Carlos GarnachoGtkWidgetPath: Add API for named regions.
2010-12-04 Carlos GarnachoRefurbish GtkWidgetPath API.
2010-12-04 Carlos GarnachoMove GtkChildClassFlags to gtkenums.h.
2010-12-04 Carlos GarnachoGtkCssProvider: Add support for child/descendant combin...
2010-12-04 Carlos GarnachoGtkCssProvider: Fix typo freeing SelectorElements.
2010-12-04 Carlos GarnachoGtkCssProvider: Allow empty selector.
2010-12-04 Carlos GarnachoGtkCssProvider: Allow '*' selectors.
2010-12-04 Carlos GarnachoGtkCssProvider: Add state parsing.
next