]> Pileus Git - ~andy/gtk/history - gtk/gtkthemingengine.c
Make GtkToolItemGroup use GtkStyleContext
[~andy/gtk] / gtk / gtkthemingengine.c
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.