]> Pileus Git - ~andy/gtk/history - gtk/gtkstyleproperties.c
Change FSF Address
[~andy/gtk] / gtk / gtkstyleproperties.c
2012-02-27 Javier JardónChange FSF Address
2012-02-02 Benjamin Ottestyleproperties: Add a warning
2012-02-02 Benjamin Ottecss: Allow bypassing the compute_value() stage
2012-01-11 Benjamin Ottestyleproperty: Make query function take a vfunc
2012-01-11 Benjamin Ottestyleproperties: Remove color set function
2012-01-09 Benjamin Ottestyle: Remove GtkStylePropertyContext again
2012-01-09 Benjamin Ottestyleproperty: Remove context arg from _gtk_style_conte...
2012-01-09 Benjamin Ottestyleproperties: Don't validate values anymore
2012-01-09 Benjamin Ottestyleproperty: Move pspec to GtkCssStyleProperty
2012-01-09 Benjamin Ottecss: Feed sections to CSS lookup code
2012-01-09 Benjamin Ottecss: Handle custom properties in a custom object
2012-01-09 Benjamin Ottestyleproperties: Implement unsetting directly
2012-01-09 Benjamin Ottecss: Move a bunch of functions
2012-01-09 Benjamin Ottestyleproperty: Add gtk_style_property_assign()
2012-01-09 Benjamin Ottestyleproperties: Use _gtk_style_property_get_value_type()
2012-01-09 Benjamin Ottestyleproperty: unconstify
2012-01-09 Benjamin Ottestyleproperty: Remove unuse args from register()
2012-01-09 Benjamin Ottestyleproperty: Get rid of _gtk_style_property_is_shorth...
2012-01-09 Benjamin Ottestyleproperty: Add _gtk_style_property_query()
2012-01-09 Benjamin Ottestyleproperties: Add _gtk_style_properties_peek_property()
2012-01-09 Benjamin Ottestyleproperty: Pass initial value explicitly
2012-01-09 Benjamin Ottecss: Redo StyleProvider interface
2012-01-09 Benjamin Ottestyleproperties: Add a hacky function to redirect color...
2011-12-22 Benjamin Ottestyleproperties: Move private struct declaration into...
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-17 Alexander LarssonAdd initial cut at win32 theme support for CSS
2011-11-17 Alexander Larssonmake _gtk_style_property_resolve copy the result to...
2011-11-17 Alexander LarssonRemove _gtk_style_properties_peek_property
2011-11-17 Alexander LarssonAdd GtkStylePropertyContext and use it in when getting...
2011-10-15 Javier JardónUse G_VALUE_INIT
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-19 Benjamin Ottestyleproperties: Add an unset vfunc to style properties
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/