]> Pileus Git - ~andy/gtk/history - gtk/gtkthemingengine.c
GtkStyleContext: Add gtk_render_icon_pixbuf()
[~andy/gtk] / gtk / gtkthemingengine.c
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_icon_pixbuf()
2010-12-04 Carlos GarnachoGtkThemingEngine: Fix compile warning.
2010-12-04 Carlos GarnachoAdd gtk_render_activity()
2010-12-04 Carlos GarnachoGtkThemingEngine: draw resize grip through render_handle().
2010-12-04 Carlos Garnachos/GtkStyleSet/GtkStyleProperties/
2010-12-04 Carlos GarnachoRely only on fg/bg colors.
2010-12-04 Carlos GarnachoGtkThemingEngine: Use ::name when registering style...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add ::name construct only property
2010-12-04 Carlos GarnachoGtkThemingEngine: render 0-radius frames with 3D-like...
2010-12-04 Carlos GarnachoGtkThemingEngine: Clear the background for .background...
2010-12-04 Carlos GarnachoGtkThemingEngine: Improve rendering of inset/outset...
2010-12-04 Carlos GarnachoDo not shade alpha values.
2010-12-04 Carlos GarnachoUse GdkRGBA all around in GtkStyleContext.
2010-12-04 Carlos GarnachoGtkStyleSet: Register the border-style and border-color...
2010-12-04 Carlos GarnachoGtkThemingEngine: Honor border-radius in render_backgro...
2010-12-04 Matthias ClasenMake loading of theming engines from modules work
2010-12-04 Carlos GarnachoChange semantics of the methods to check whether an...
2010-12-04 Carlos GarnachoAdd theming docs
2010-12-04 Carlos GarnachoRemove GtkOrientation parameter from gtk_render_handle().
2010-12-04 Carlos GarnachoGtkGradient: Handle symbolic gradients.
2010-12-04 Carlos GarnachoGtkThemingEngine: Do not return a const GtkThemingEngin...
2010-12-04 Carlos GarnachoGtkThemingEngine: Implement animations between gradient...
2010-12-04 Carlos GarnachoGtkThemingEngine: Use border-image to render borders...
2010-12-04 Carlos GarnachoGtkThemingEngine: use background-image in render_backgr...
2010-12-04 Carlos GarnachoGet rid of GdkPangoRenderer code in GtkThemingEngine.
2010-12-04 Carlos GarnachoRemove gtkalias from style context code.
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkThemingEngine: Animate checkboxes activation.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add progress arg to gtk_theming_engin...
2010-12-04 Carlos GarnachoGtkStyleContext: Add animation machinery.
2010-12-04 Carlos GarnachoMove all theming stack to use GtkStateFlags.
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_register_prope...
2010-12-04 Carlos GarnachoGtkThemingEngine: Render correctly spinbutton buttons.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_junction_s...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_direction().
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 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 GarnachoGtkThemingEngine: Use GdkPangoRenderer when painting...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_screen().
2010-12-04 Carlos GarnachoGtkStyleSet: Register GtkThemingEngine type.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render a handle area.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render an extension.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render frames with...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render sliders.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render lines.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render layouts.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render focus indicator.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render expanders.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render frames.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render backgrounds.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render arrows.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render radio buttons.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add vmethod to render checkboxes.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add accessors to style classes.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add module loading capabilities.
2010-12-04 Carlos GarnachoAdd GtkThemingEngine.