]> Pileus Git - ~andy/gtk/history - gtk/gtkstylecontext.c
css: Pass relevant properties to css lookup code
[~andy/gtk] / gtk / gtkstylecontext.c
2012-08-28 Benjamin Ottecss: Pass relevant properties to css lookup code
2012-08-28 Benjamin Ottestylecontext: Compute correct changes
2012-08-28 Benjamin Ottestylecontext: Split out a function for simplicity
2012-08-28 Benjamin Ottestylecontext: Pass the changes in the parent to validat...
2012-06-13 Cosimo Cecchistylecontext: pass down the requested change type to...
2012-05-26 Matthias ClasenClarify the gtk_style_context_add_provider docs
2012-05-08 Benjamin Ottestylecontext: Make queue_invalidate() always work
2012-05-02 Benjamin Ottestylecontext: Disallow adding/removing GtkSettings...
2012-05-02 Benjamin Ottedebug: Add GTK_DEBUG=no-css-cache
2012-05-01 Benjamin Ottecssmatcher: Handle case of empty widget path
2012-04-17 Benjamin Ottecontainer: Redo style validation handling
2012-04-17 Benjamin Ottestylecontext: Avoid style_context_save() calls
2012-04-17 Benjamin Ottestylecontext: Pull all the animation code together
2012-04-17 Benjamin Ottestylecontext: Shuffle around code
2012-04-17 Benjamin Ottestylecontext: Add style_info_set_data()
2012-04-17 Benjamin Ottestylecontext: Make StyleInfo keep the next pointer
2012-04-17 Benjamin Ottestylecontext: Make StyleData refcounted
2012-04-17 Benjamin Ottestylecontext: Add public API to stop animations
2012-04-17 Benjamin Ottestylecontext: Add an animating framework
2012-04-17 Benjamin Ottestylecontext: Don't queue a resize when none is needed
2012-04-17 Benjamin Ottestylecontext: Listen to the new changed signal
2012-04-17 Benjamin Ottestylecontext: Pass time to style_context_validate()
2012-04-17 Benjamin Ottestylecontext: Compute if things changed before invalidating
2012-04-17 Benjamin Ottewidget: Don't cache widget paths all the time
2012-04-17 Benjamin Ottestylecontext: Remove theming_engine cache variable
2012-04-17 Benjamin Ottestylecontext: Split out a function
2012-04-17 Benjamin Ottesymboliccolor: Treat it as a CssValue
2012-04-17 Benjamin Ottesymboliccolor: Pass the current color to the resolve...
2012-04-17 Benjamin Ottecss: Remove old animation code
2012-04-17 Benjamin Ottecssvalue: Add a custom value for repeats
2012-04-17 Benjamin Ottestylecontext: Don't queue_resize() all the time
2012-04-17 Benjamin Ottecss: Remove _gtk_css_computed_values_get_value_by_name()
2012-04-17 Benjamin Ottestylecontext: Convert _gtk_style_context_peek_property()
2012-04-17 Benjamin Ottestylecontext: Keep the main style data around until...
2012-04-17 Benjamin Ottestylecontext: Keep per-styleinfo data
2012-04-17 Benjamin Ottestylecontext: Make style_data_lookup() not take a state...
2012-04-17 Benjamin Ottecssvalue: Add a custom RGBA value
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_query() take...
2012-04-17 Benjamin Ottestylecontext: Don't clear cache when only state changes
2012-04-17 Benjamin Ottestylecontext: Really queue style changes
2012-04-17 Benjamin Ottestylecontext: Optimize the common case of "style didn...
2012-04-17 Benjamin Ottestylecontext: On failure, exit the loop, don't try...
2012-04-17 Benjamin Ottestylecontext: Invalidate when setting classes/state...
2012-04-17 Benjamin Ottestylecontext: Use _gtk_style_context_queue_invalidate...
2012-04-17 Benjamin Ottestylecontext: Introduce _gtk_style_context_queue_invali...
2012-04-17 Benjamin Ottestylecontext: Keep track of children
2012-04-17 Benjamin Ottewidget: Don't set widget path on style context
2012-04-17 Benjamin Ottestylecontext: Notify widget directly of changes
2012-04-17 Benjamin Ottestylecontext: Add setter for widget
2012-04-17 Benjamin Ottecss: Make the style provider take a matcher as an input...
2012-04-17 Benjamin Ottestyleprovider: Add a custom object for a list of style...
2012-04-17 Benjamin Ottestylecontext: Stop querying style providers for icon...
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-03-16 Benjamin Ottestylecontext: Get rid of unused parameter
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Alexander LarssonUse GtkCssValue in symbolic color resolving
2012-03-08 Alexander Larssoncss: Use GtkCssValues instead of GValue in the css...
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2012-02-27 Paolo BorelliAdd a deprecation mark to draw_insertion_cursor
2012-02-14 Cosimo Cecchithemingengine: move _gtk_theming_engine_set_context...
2012-02-02 Benjamin Ottecss: Convert border-radius to GtkCssNumber
2012-02-02 Benjamin Ottethemingengine: Add a private function to query lengths
2012-01-12 Benjamin Ottestylecontext: Don't unref animation description
2012-01-11 Benjamin OtteAPI: Add gtk_style_context_get_section()
2012-01-11 Benjamin Ottecss: Introduce GtkCssComputedValues
2012-01-11 Benjamin Ottestylecontext: Simplify even more code
2012-01-11 Benjamin Ottestylecontext: Use our own color resolve function
2012-01-11 Benjamin Ottestylecontext: Simplify function
2012-01-11 Benjamin Ottestyleproperties: Remove color set function
2012-01-09 Matthias ClasenFix doc markup
2012-01-09 Benjamin OtteSet border-width to 0 in compute function
2012-01-09 Benjamin Ottestylecontext: NMake safe to call into during lookup
2012-01-09 Benjamin Ottestylecontext: Add _gtk_style_context_peek_property()
2012-01-09 Benjamin Ottestyle: Remove GtkStylePropertyContext again
2012-01-09 Benjamin Ottestylecontext: Export _gtk_style_context_resolve_color()
2012-01-09 Benjamin Ottecss: Pass the real context to the CSS lookup
2012-01-09 Benjamin Ottecss: Pass the parent context to _gtk_css_lookup_resolve()
2012-01-09 Benjamin OtteAPI: Add GtkStyleContext::parent
2012-01-09 Benjamin Ottecss: Redo StyleProvider interface
2012-01-09 Benjamin Ottestylecontext: Separate properties by states
2012-01-09 Benjamin Ottestylecontext: Pass state to style data lookup function
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-12-05 Cosimo Cecchistylecontext: always add the ARROW style class when...
2011-12-01 Paolo BorelliIntroduce gtk_render_insertion_cursor
2011-11-25 Alexander LarssonMake computed value of border-width 0 if border-style...
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-17 Alexander LarssonAdd GtkStylePropertyContext and use it in when getting...
2011-11-02 Matthias ClasenMove gtk_draw_insertion_cursor out of gtkstyle.[hc]
2011-09-27 Cosimo Cecchistylecontext: add style classes for top/bottom/right...
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Matthias ClasenCorrect the documentation of gtk_render_arrow() x,y...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-09 Cosimo Cecchicombobox: add a "combobox-entry" style class for combob...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Benjamin Ottestylecontext: #include <math.h> when using math functions
next