]> Pileus Git - ~andy/gtk/history - gtk/gtkcssprovider.c
css: Make _gtk_css_selector_matches() take a path length
[~andy/gtk] / gtk / gtkcssprovider.c
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 Ottecssprovider: Speed up gtk_widget_style_get() property...
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: 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: 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 Ottecssprovider: Add a function for signalling errors
2011-05-18 Benjamin Ottecssprovider: Store cssprovider in scanner's user data
2011-05-18 Cosimo Cecchiraleigh: clear up menu handling in the fallback CSS
2011-04-16 Benjamin Ottecssprovider: Move private struct definition to header
2011-04-14 Benjamin Ottecssprovider: Use g_type_depth() instead of computing...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-03 Carlos Garnachotheme: Fix prelight on selected rows' expanders
2011-03-21 Carlos Garcia Camposgtkentry: Add hinting to GtkEntry
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-07 Carlos Garnachocssprovider: Reset the scope before skipping to the...
2011-03-07 Carlos Garnachocssprovider: plug two more leak fixes
2011-03-07 Carlos Garnachocssprovider: return immediately if there's remaining...
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-17 Carlos GarnachoFix parsing of color names containing numbers
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-06 Michael Natterergtk: make the .trough background-color darker() as...
2011-02-05 Michael Natterergtk: don't style GtkLabel:selected's color separately
2011-02-05 Matthias ClasenFix a memory leak in GtkCSSProvider
2011-01-31 Emmanuele Bassicss-provider: Fix up the Switch style
2011-01-31 Matthias ClasenSpeed up expander animation
2011-01-31 Matthias ClasenAdd a missing id to the docs
2011-01-31 Matthias Clasendoc fixes
2011-01-31 Matthias ClasenImprove binding-set parser
2011-01-31 Matthias ClasenMake documentation match behaviour
2011-01-31 Carlos GarnachoDocument @binding-set and the gtk-key-bindings css...
2011-01-31 Carlos GarnachoAdd the gtk-key-bindings CSS parser property.
2011-01-31 Carlos GarnachoAdd @binding-set rules to the CSS parser
2011-01-31 Bastien NoceraGtkCssProvider: Take into account variant
2011-01-27 Carlos GarnachoMake GtkTreeView use GtkStyleContext
2011-01-27 Matthias ClasenPrivately export css_provider_get_theme_dir
2011-01-24 Carlos GarnachoUnset border-width for treeview rows in default CSS
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-23 Matthias ClasenSplit out private style context api into a private...
2011-01-23 Carlos GarnachoRender check/radio buttons with border-color: @fg_color
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-19 Matthias ClasenMention type vs region ambiguity in the docs
2011-01-19 Carlos GarnachoMake GtkCssProvider deal with widget types not being...
2011-01-19 Carlos GarnachoMake GtkCheckButton/GtkRadioButton background white...
2011-01-17 Carlos GarnachoImprove progressbars theming.
2011-01-16 Tristan Van BerkomPlugged leak in gtkcssprovider.c
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-12 Carlos GarnachoMake GtkMenu(Shell) use GtkStyleContext
2011-01-10 Carlos GarnachoMake GtkCalendar use GtkStyleContext
2011-01-10 Carlos GarnachoDo not set any padding for scrolled window children.
2011-01-10 Carlos GarnachoGtkCssProvider: enable parsing negative GtkBorders
2011-01-10 Paolo BorelliCSS styles for the selection in a TextView.
2011-01-10 Carlos GarnachoMake GtkHSV use GtkStyleContext
2011-01-07 Ignacio Casal Quin... Set the style for .view so i.e the GtkTextView gets...
2011-01-04 Matthias ClasenMention gvfs in the gtk_show_uri() docs
2011-01-04 Carlos GarnachoMake GtkTooltip use GtkStyleContext
next