]> Pileus Git - ~andy/gtk/history - gtk/gtkstyleproperties.c
gdk/x11: Add gdk_x11_device_manager_lookup()
[~andy/gtk] / gtk / gtkstyleproperties.c
2011-06-13 Benjamin Ottestyleproperty: Make default_value() take a state
2011-06-09 Cosimo Cecchistyleproperty: turn border-image into a shorthand property
2011-06-02 Benjamin Ottestyleproperty: Move resolving code
2011-06-02 Benjamin OtteRevert "API: Add API to set style properties to be...
2011-06-02 Benjamin Ottestyleproperty: Add flags
2011-06-02 Benjamin Ottestyleproperties: Rename enum value
2011-06-02 Benjamin Ottestyleproperty: Move default value setting to styleprope...
2011-06-02 Benjamin Ottestyleproperties: use property, not pspec as key
2011-06-02 Benjamin Ottecss: Add all border-radius properties
2011-06-02 Benjamin Ottestyleproperty: Allow passing in a parse func and a...
2011-06-02 Benjamin Ottecss: Rename struct variable
2011-05-30 Carlos Garnachogtkstyleproperties: zero GValue out before using G_VALU...
2011-05-27 Benjamin Ottestyleproperties: Remove unused priv variables
2011-05-21 Benjamin Ottestyle: Add support for shorthand properties
2011-05-21 Benjamin Ottestylepropertis: Use set_by_property() in set_valist()
2011-05-21 Benjamin Ottestyleproperties: Add _gtk_style_properties_set_property...
2011-05-21 Benjamin Ottestyleproperties: Use peek_property() in get_valist()
2011-05-21 Benjamin Ottestyleproperties: Validate values when setting them
2011-05-21 Benjamin Ottestyleproperties: Remove needless check
2011-05-21 Benjamin Ottestyleproperties: Use peek_property in get_property
2011-05-21 Benjamin Ottestyleproperties: Adapt _gtk_style_properties_peek_prope...
2011-05-21 Benjamin Ottestyleproperties: Move the style property handling code
2011-05-21 Benjamin Ottestyleproperties: Put gtk_style_property_lookup() in...
2011-05-21 Benjamin Ottestyleproperties: Class ref no longer necessary
2011-05-21 Benjamin Ottestyleproperties: Init the default properties when they...
2011-05-21 Benjamin Ottestyleproperties: constify gtk_style_property_lookup()
2011-05-21 Benjamin Ottestyleproperties: Rename the storage struct for style...
2011-05-20 Cosimo Cecchistyleproperties: resolve properties of type GTK_TYPE_SHADOW
2011-05-20 Cosimo Cecchistyleproperties: add a "text-shadow" style property
2011-05-18 Benjamin Ottecss: Refactor code to do property lookups earlier
2011-05-18 Benjamin Ottestyleproperties: Speed up by not optimizing
2011-05-18 Benjamin Ottestyleproperties: Speed up style_property_lookup()
2011-05-18 Benjamin Ottestyleproperties: Use the pspec as the hash table key
2011-05-18 Benjamin Ottestyleproperties: Mark "color" and "font" as inherit
2011-05-18 Benjamin OtteAPI: Add API to set style properties to be inherit
2011-03-23 Cosimo CecchiRevert "styleproperties: don't force replacing the...
2011-03-17 Cosimo Cecchistyleproperties: don't force replacing the font description
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Javier JardónUse faster new G_VALUE_COLLECT_INIT variant instead...
2011-01-31 Carlos GarnachoAdd the gtk-key-bindings CSS parser property.
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Matthias ClasenMake GtkBorder style properties have a non-NULL default
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-17 Carlos GarnachoMake selectors with no explicit state from higher prior...
2010-12-21 Matthias ClasenSet a default value for rgba style properties
2010-12-20 Carlos GarnachoGtkStyleProperties: Assign default value for the 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 GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoGtkStyleProperties: Refactor color/gradient resolution
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenAdd GtkStyleProperties to the docs
2010-12-04 Carlos GarnachoGtkStyleProperties: Use GParamSpec for properties regis...
2010-12-04 Carlos GarnachoHandle looping transition animations.
2010-12-04 Carlos GarnachoGtkStyleProperties: Handle GdkColor types.
2010-12-04 Carlos GarnachoUse the correct cairo-gobject.h include path.
2010-12-04 Carlos GarnachoGtkStyleProperties: Merge font descriptions on merge()
2010-12-04 Carlos Garnachos/GtkStyleSet/GtkStyleProperties/