]> Pileus Git - ~andy/gtk/history - gtk/gtkthemingengine.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkthemingengine.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-18 Benjamin Ottestylecontext: Deprecate direction property
2012-12-06 Benjamin Ottestylecontext: Deprecate gtk_style_context_get_font()
2012-11-30 Benjamin OtteAPI: Deprecate functions to register custom CSS properties
2012-05-17 Cosimo Cecchithemingengine: add missing deprecation annotation
2012-04-13 Matthias ClasenFix malformed doc comments
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-02-27 Javier JardónChange FSF Address
2012-02-14 Cosimo Cecchithemingengine: move _gtk_theming_engine_set_context...
2012-01-09 Benjamin Ottecss: Handle custom properties in a custom object
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-21 Benjamin Ottethemingengine: Use the default way of indicating privates
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-09 Cosimo Cecchithemingengine: add gtk_theming_engine_render_icon()
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-29 Paolo BorelliAdd padding to the themingengine class.
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-13 Carlos GarnachoAdd headers/docs changes for gtk_theming_engine_get_font()
2010-12-09 Benjamin OtteRevert "docs: Reinstate pixbufs section in GDK docs"
2010-12-09 Benjamin Ottedocs: Reinstate pixbufs section in GDK docs
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkThemingEngine: Fix parameters for gtk_theming_engine...
2010-12-04 Carlos GarnachoBlock direct #including in style headers
2010-12-04 Carlos GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_lookup_color()
2010-12-04 Carlos GarnachoGtkThemingEngine: Do not use possible reserved word.
2010-12-04 Carlos GarnachoGtkStyleProperties: Use GParamSpec for properties regis...
2010-12-04 Carlos GarnachoGtkThemingEngine: Document missing class vmethods.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_icon_pixbuf()
2010-12-04 Carlos GarnachoAdd gtk_render_activity()
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 GarnachoGtkThemingEngine: Do not return a const GtkThemingEngin...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add progress arg to gtk_theming_engin...
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: Add gtk_theming_engine_get_junction_s...
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 GarnachoGtkThemingEngine: Add methods to retrieve widget style...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_get_screen().
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.