summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* GtkStyleProvider: Pass a GParamSpec in get_style_property().Carlos Garnacho2010-12-041-2/+3
* GtkStyleContext: Also use screen providers for widget style properties.Carlos Garnacho2010-12-041-3/+19
* Handle looping transition animations.Carlos Garnacho2010-12-041-5/+15
* GtkStyleContext: Resolve symbolic colors for widget style properties.Carlos Garnacho2010-12-041-4/+39
* Remove GTK_STATE_LAST.Carlos Garnacho2010-12-041-1/+1
* GtkStyleContext: Add gtk_style_context_set_background().Carlos Garnacho2010-12-041-0/+42
* GtkStyleContext: Fix check for GtkIconSize in render_icon_pixbuf().Carlos Garnacho2010-12-041-1/+1
* GtkStyleContext: restore widget state too in restore().Carlos Garnacho2010-12-041-4/+8
* GtkStyleContext: Add gtk_render_icon_pixbuf()Carlos Garnacho2010-12-041-0/+33
* GtkStyleContext: Fix merging of local and global providers.Carlos Garnacho2010-12-041-1/+1
* Document gtk_render_* functions.Carlos Garnacho2010-12-041-0/+204
* Add gtk_render_activity()Carlos Garnacho2010-12-041-0/+23
* s/GtkStyleSet/GtkStyleProperties/Carlos Garnacho2010-12-041-14/+14
* Use GdkRGBA all around in GtkStyleContext.Carlos Garnacho2010-12-041-1/+1
* GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions.Carlos Garnacho2010-12-041-12/+12
* GtkStyleContext: Add gtk_style_context_new().Carlos Garnacho2010-12-041-0/+23
* Change semantics of the methods to check whether an animation is running.Carlos Garnacho2010-12-041-46/+33
* GtkStyleContext: Actually store region ID when starting an animation.Carlos Garnacho2010-12-041-1/+3
* Add theming docsCarlos Garnacho2010-12-041-21/+651
* Remove GtkOrientation parameter from gtk_render_handle().Carlos Garnacho2010-12-041-3/+2
* GtkStyleContext: Cache style properties accross class/region changes.Carlos Garnacho2010-12-041-133/+262
* GtkContainer: Add method to get the GtkWidgetPath for a child.Carlos Garnacho2010-12-041-10/+11
* GtkStyleContext: Fix animation framework to work with the new draw() semantics.Carlos Garnacho2010-12-041-1/+8
* GtkStyleContext: Store animation region for a bunch of paint operations.Carlos Garnacho2010-12-041-0/+20
* GtkStyleContext: Invalidate whole window if no invalidation region is obtained.Carlos Garnacho2010-12-041-0/+4
* GtkStyleContext: Add gtk_style_context_reset_widgets()Carlos Garnacho2010-12-041-5/+5
* GtkStyleContext: invalidate context when setting the screenCarlos Garnacho2010-12-041-0/+2
* GtkStyleContext: Add gtk_style_context_[add|remove]_provider_for_screen()Carlos Garnacho2010-12-041-61/+172
* GtkStyleContext: Add gtk_style_context_invalidate().Carlos Garnacho2010-12-041-1/+46
* Replace GdkRegion and GdkRectangle with their cairo counterparts.Carlos Garnacho2010-12-041-11/+11
* Remove gtkalias from style context code.Carlos Garnacho2010-12-041-5/+0
* Plug a bunch of leaks.Carlos Garnacho2010-12-041-119/+138
* GtkStyleContext: Add animation machinery.Carlos Garnacho2010-12-041-9/+430
* Move all theming stack to use GtkStateFlags.Carlos Garnacho2010-12-041-7/+4
* GtkStyleContext: Return insertion position if not found when matching classes...Carlos Garnacho2010-12-041-16/+24
* Set classes info in GtkWidgetPath.Carlos Garnacho2010-12-041-3/+32
* GtkStyleContext: Add gtk_style_context_list_classes().Carlos Garnacho2010-12-041-0/+26
* s/child class/region/ everywhere.Carlos Garnacho2010-12-041-49/+45
* GtkStyleContext: Rename internal struct.Carlos Garnacho2010-12-041-85/+84
* GtkStyleContext: Add gtk_style_context_[gs]et_junction_sides().Carlos Garnacho2010-12-041-0/+31
* GtkStyleContext: Add gtk_style_context_lookup_color().Carlos Garnacho2010-12-041-0/+21
* GtkStyleContext: Add gtk_style_context_[gs]et_direction().Carlos Garnacho2010-12-041-1/+46
* GtkStyleContext: Add varargs functions for getting widget style properties.Carlos Garnacho2010-12-041-0/+72
* GtkStyleContext: Ensure style rebuilds after adding/removing classes.Carlos Garnacho2010-12-041-1/+35
* GtkStyleContext: ensure class lookup return the correct insertion position if...Carlos Garnacho2010-12-041-8/+14
* GtkStyleContext: Don crash on empty class sets.Carlos Garnacho2010-12-041-8/+18
* GtkStyleContext: Add gtk_style_context_save/restore().Carlos Garnacho2010-12-041-94/+220
* GtkStyleContext: Add gtk_style_context_[gs]et_screen()Carlos Garnacho2010-12-041-0/+99
* GtkStyleContext: Add priv pointer to object struct.Carlos Garnacho2010-12-041-40/+43
* GtkStyleContext: Add gtk_style_context_lookup_icon_set().Carlos Garnacho2010-12-041-0/+61