]> Pileus Git - ~andy/gtk/history - gtk
Move demos around
[~andy/gtk] / gtk /
2011-05-26 Matthias ClasenSimplify GtkLockButton
2011-05-25 Benjamin Ottemenuitem: Position submenus properly
2011-05-25 Benjamin Ottemenu: Realize window before positioning
2011-05-25 Benjamin Ottepaned: More fixes to keep windows in sync with widgets
2011-05-23 Kjell Ahlstedtbgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_AC...
2011-05-23 Benjamin Ottecssprovider: Don't convert widget style properties...
2011-05-23 Benjamin Ottecssprovider: Use right hash table when printing
2011-05-23 Benjamin Ottewindow: Only draw resize grip if its window exists
2011-05-23 Matthias ClasenRemove unused function attributes from symbol files
2011-05-22 Benjamin Ottecssparser: Fix typo where we used "uint" for a type
2011-05-22 Benjamin Ottestyle: Make margin a shorthand
2011-05-22 Benjamin Ottestyle: Make padding a shorthand
2011-05-22 Benjamin Otteshadow: Redo shadow implementation for rotations
2011-05-22 Benjamin Ottethemingeninge: Handle translations properly
2011-05-22 Benjamin Ottelabel: Account for y-translation when rotating
2011-05-22 Benjamin Ottestyle: Convert border-width to a shorthand
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 Ottecss: Rename gtkcssstrfuncs file to gtkstyleproperty
2011-05-21 Benjamin Ottestringfuncs: Remove _gtk_css_parse_url() from header
2011-05-21 Benjamin Ottecssprovider: Use _gtk_style_property_lookup()
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-21 Diego Celixgtk/gtkstatusbar: gtk_misc_set_alignment replacing
2011-05-21 Matthias ClasenAllow NULL permissions
2011-05-21 Benjamin Ottedocs: Add missing <row>
2011-05-20 Cosimo Cecchithemingengine: use the text-shadow property to render...
2011-05-20 Cosimo Cecchishadow: add a method to paint the shadow for a PangoLayout
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-20 Cosimo Cecchicss: add a parser for GTK_TYPE_SHADOW properties
2011-05-20 Cosimo Cecchishadow: add a GtkShadow private type
2011-05-19 Cosimo Cecchiassistant: pack the sidebar in a frame instead of an...
2011-05-19 Cosimo Cecchiassistant: remove an useless gtk_widget_reset_style...
2011-05-19 Benjamin Ottemenu: Only realize menu if it isn't realized yet
2011-05-18 Benjamin Ottemac keys: Add a missing semicolon
2011-05-18 Benjamin Ottekeys.css: Remove semicolons at end of rules
2011-05-18 Benjamin Ottecssprovider: When loading themes, don't pass in an...
2011-05-18 Benjamin Ottecssprovider: Don't propagate deprecation messages to...
2011-05-18 Benjamin Ottecss: Make property parsing functions take a css parser
2011-05-18 Benjamin Ottecss: Move binding set parsing to strfuncs
2011-05-18 Benjamin Ottecssstringfuncs: Read colors as symbolic colors always
2011-05-18 Benjamin Ottesymboliccolor: Allow props == NULL when resolving
2011-05-18 Benjamin Ottecssprovider: Cache if rulesets have inheritable style...
2011-05-18 Benjamin Ottecssprovider: Keep two hash tables per ruleset
2011-05-18 Benjamin Ottecssprovider: Add a new setter for rulesets
2011-05-18 Benjamin Ottecssprovider: Refactor handling of rulesets
2011-05-18 Benjamin Ottecssprovider: Refactor code to have a gtk_css_ruleset_ma...
2011-05-18 Benjamin Ottecssprovider: Rename "SelectorStyleInfo" to "Ruleset"
2011-05-18 Benjamin Ottecss: Implement inherit properties
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 Ottecss: Make _gtk_css_selector_matches() take a path length
2011-05-18 Benjamin Ottecssprovider: Simplify code
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-05-18 Benjamin Ottecssprovider: Speed up gtk_widget_style_get() property...
2011-05-18 Benjamin Ottecss: Don't query type for regions
2011-05-18 Benjamin Ottecss: Raised SYNTAX error when enum value can't be parsed
2011-05-18 Benjamin Ottecss: No more special code for regions
2011-05-18 Benjamin Ottecss: Rewrite selectors
2011-05-18 Benjamin Ottecssprovider: Remove a bunch of commented-out code
2011-05-18 Benjamin Ottecss: Rewrite the parser
2011-05-18 Benjamin Ottecssprovider: Don't hardcode strings anymore
2011-05-18 Benjamin Ottecssprovider: Add support for strings
2011-05-18 Benjamin Ottecssprovider: Parse strings as identifiers when parsing...
2011-05-18 Benjamin Ottecssprovider: Add recursion checks for @import
2011-05-18 Benjamin Ottecssprovider: Allow storing the parent stylesheet
2011-05-18 Benjamin Ottecssprovider: Don't fail if an import doesn't work
2011-05-18 Benjamin Ottecssprovider: Reimplement gtk_css_provider_load_from_path()
2011-05-18 Benjamin Ottecssprovider: Make @import use the new load_internal...
2011-05-18 Benjamin Ottecssprovider: Make load_internal() load the contents
2011-05-18 Benjamin Ottecssprovider: Introduce gtk_css_provider_take_error_full()
2011-05-18 Benjamin Ottecssprovider: More error handling into load_internal()
2011-05-18 Benjamin Ottecssprovider: Add a load_internal function that all...
2011-05-18 Benjamin Ottecssprovider: Keep base url in the scanner
2011-05-18 Benjamin Ottecssprovider: Move properties to scanner constructor
2011-05-18 Benjamin Ottecssprovider: Don't store scanner in the struct
2011-05-18 Benjamin Ottecssprovider: Get rid of gtk_css_provider_reset_parser()
2011-05-18 Benjamin Ottecssprovider: Keep track of passed in error differently
2011-05-18 Benjamin Ottecssprovider: Do error handling differently
2011-05-18 Benjamin Ottecssprovider: Emit a g_warning() when a css file is...
2011-05-18 Benjamin Ottecssprovider: No need to restore after @import parsing
2011-05-18 Benjamin Ottecssprovider: Store current properties and selectors...
2011-05-18 Benjamin Ottecssprovider: Use scanner variable instead of priv-...
2011-05-18 Benjamin Ottecssprovider: Pass scanner argument explicitly to error...
2011-05-18 Benjamin Ottecssprovider: Update the scope modifying functions
2011-05-18 Benjamin Ottecssprovider: track state in the scanner
next