]> Pileus Git - ~andy/gtk/history - gtk/gtkstylecontext.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkstylecontext.c
2013-03-15 Benjamin Ottestylecontext: Do invalidation on first resize container master
2013-03-12 Benjamin Ottestylecontext: If we force invalidate, invalidate all...
2013-02-18 Owen W. TaylorAdd gdk_frame_clock_begin/end_updating()
2013-02-14 Owen W. TaylorSmall documentation fixes for frame synchronization
2013-02-14 Owen W. TaylorAdd gtk_widget_add_tick_callback(), remove GtkTimeline...
2013-02-14 Owen W. TaylorAdd an UPDATE phase and GdkFrameClockTarget, use for...
2013-01-07 Benjamin Ottestylecontext: Make font hack not crash
2012-12-18 Benjamin Ottestylecontext: Deprecate direction property
2012-12-18 Benjamin Ottestylecontext: Use state flags for direction
2012-12-17 Benjamin Ottestylecontext: Fix gtk_style_context_set_background()
2012-12-06 Benjamin Ottestylecontext: Deprecate gtk_style_context_get_font()
2012-12-06 Benjamin Ottestylecontext: Always recompute font
2012-11-30 Benjamin Ottestylecontext: Remove unused private functions
2012-11-30 Benjamin Ottestylecontext: Expose a function to get at the current...
2012-11-30 Benjamin Ottestylecontext: Pass a bitmask to the changed values
2012-11-25 Benjamin Ottedeprecations: Move files into deprecated/ dir
2012-11-25 Benjamin Ottesymboliccolor: Deprecate
2012-11-25 Benjamin Ottestyleprovider: Change function prototype
2012-11-25 Benjamin Ottesymboliccolor: Implement using GtkCssValue
2012-11-18 Benjamin Ottestylecontext: Split out a function
2012-11-14 Benjamin Ottestylecontext: Add a flag to force style_updated() emission
2012-11-09 Alexander LarssonExit early in gtk_style_context_update_cache codepaths
2012-11-08 Benjamin Ottestylecontext: Fix a memleak
2012-11-08 Benjamin Ottestylecontext: Remove unused function
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-10-31 Benjamin Ottestylecontext: Don't use bg image in gtk_style_context_s...
2012-10-02 Benjamin Ottegradient: Add a private header file
2012-10-01 Benjamin Ottestylecontext: Actually use superset matcher
2012-09-28 Benjamin Ottecss: Huge refactoring to avoid computing wrong values
2012-09-28 Benjamin Ottesymboliccolor: Change prototype of _gtk_symbolic_color_...
2012-09-28 Benjamin Ottestylecontext: Rebuild cached styles with correct classe...
2012-09-17 Benjamin Ottestylecontext: Always create animations
2012-09-17 Benjamin Ottestylecontext: Only create transitions conditionally
2012-09-17 Benjamin Ottestylecontext: Refactor the way animations are started...
2012-09-17 Benjamin Ottestylecontext: Clear animations for values kept in cache
2012-09-17 Benjamin Ottestylecontext: Remove leftover debugging
2012-09-17 Benjamin Ottecsscomputedvalues: Handle starting animations differently
2012-09-17 Benjamin Ottecsscomputedvalues: Get rid of animated values
2012-09-17 Benjamin Ottecss: Add animation support
2012-09-17 Benjamin Ottestylecontext: Provide a function for getting the style...
2012-09-13 Cosimo Cecchistylecontext: fix a StyleData refleak
2012-08-28 Benjamin Ottecss: Make color lookup handle dependencies
2012-08-28 Benjamin Ottestylecontext: Update computed values when dependencies...
2012-08-28 Benjamin Ottestylecontext: Refactor some code
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'
next