]> Pileus Git - ~andy/gtk/history - gtk
tests: Add forgotten file
[~andy/gtk] / gtk /
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
2011-05-18 Benjamin Ottecssprovider: Add a private structure to the scanner
2011-05-18 Benjamin Ottecssprovider: Add a custom gtk_css_scanner_destroy(...
2011-05-18 Benjamin Ottecssprovider: Pass the scanner explicitly to parse_style...
2011-05-18 Benjamin Ottecssprovider: No need to set user data anymore
2011-05-18 Benjamin Ottecssprovider: Clean up declaration parser to conform...
2011-05-18 Benjamin Ottecssprovider: Rework declaration parsing loop
2011-05-18 Benjamin Ottecssprovider: Don't fail with invalid syntax when parsin...
2011-05-18 Benjamin Ottecss: Overhaul value parsing
2011-05-18 Benjamin Ottecssprovider: Remove now useless variables
2011-05-18 Benjamin Ottecssprovider: Remove scanner_report_warning() function
2011-05-18 Benjamin Ottecssprovider: use INVALID_SYNTAX for unexpected token...
2011-05-18 Benjamin Ottecssprovider: Change declaration parsing for error reporting
2011-05-18 Benjamin OtteAPI: cssprovider: Add more error codes
2011-05-18 Benjamin OtteAPI: cssprovider: Make error a signal
2011-05-18 Benjamin Ottecssprovider: Handle errors completely via new error...
2011-05-18 Benjamin Ottecssprovider: Provide better API to set errors
2011-05-18 Benjamin Ottecssprovider: Have a private error variable
2011-05-18 Benjamin Ottecssprovider: Automatically add final closing bracket...
2011-05-18 Benjamin Ottecssprovider: Ignore empty rules
2011-05-18 Benjamin OtteAPI: gtk: Add gtk_css_provider_to_string()
2011-05-18 Benjamin OtteAPI: Add gtk_gradient_to_string()
2011-05-18 Benjamin Ottegtk: Add _gtk_animation_description_to_string()
2011-05-18 Benjamin OtteAPI: gtk: Add gtk_symbolic_color_to_string()
2011-05-18 Benjamin Ottecssprovider: Add a function for signalling errors
2011-05-18 Benjamin Ottecssprovider: Store cssprovider in scanner's user data
2011-05-18 Cosimo Cecchitreeview: don't arbitrairly add 2 to the expander size
2011-05-18 Cosimo Cecchitreeview: render a frame around the rows, after drawing...
2011-05-18 Cosimo Cecchiraleigh: clear up menu handling in the fallback CSS
2011-05-18 Cosimo Cecchimenu: don't use the border as a padding value
2011-05-18 Cosimo Cecchiall: avoid boxed structs copying where possible
2011-05-17 Carlos Garnachobutton: Fix typo in keyboard grab's evmask
2011-05-13 Matthias ClasenAdd shortcuts for the !children case
2011-05-12 Benjamin Ottethemingengine: Set current point to 0,0 when rendering...
next