]> Pileus Git - ~andy/gtk/history - gtk/gtkcssselector.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssselector.c
2012-12-18 Benjamin Ottecss: Parse and print the new state flags
2012-12-18 Matthias Clasenupdate_type_references: Deal with type_refs_ht being...
2012-12-10 Alexander Larssoncss: Speed up name matching
2012-12-10 Alexander Larssoncss: Clean up tree_match implementations
2012-12-10 Alexander Larssoncss: Do get_change directly on the tree without matchin...
2012-12-10 Alexander Larssoncss: Factor out some of the position matching code
2012-12-06 Jasper St. Pierregtkcssselector: Fix build
2012-12-06 Jasper St. Pierregtkcssselector: Don't leak the hash table
2012-11-30 Alexander Larssoncss: Allocate the css tree in a single chunk
2012-11-30 Alexander Larssoncss: Fix leak of lists while building tree
2012-11-30 Alexander Larssoncss: Add accessor functions for traversing css tree
2012-11-30 Alexander Larssoncss: Add const to _gtk_css_selector_tree_match_all arg
2012-11-30 Alexander Larssoncss: Implement ruleset_get_change() with the tree
2012-11-30 Alexander Larssoncss: Ensure the tree built is always the same
2012-11-30 Alexander Larssoncss: Use the tree to print css selectors
2012-11-30 Alexander Larssoncss: Track the tree selector matches
2012-11-30 Alexander Larssoncss: Fix type of GtkCssSelectorRuleSetInfo match
2012-11-30 Alexander Larssoncss: Track parent in the css tree nodes
2012-11-30 Alexander Larssoncss: Fix up position with region tree matching
2012-11-30 Alexander Larssoncss: Don't reorder some selectors when building selecto...
2012-11-30 Alexander Larssoncss: Fixed typo in PRINT_TREE debug code
2012-11-30 Alexander Larssoncss: Add GtkCssSelectorTree creation and matching
2012-11-30 Alexander Larssoncss: Track which selectors are "simple"
2012-11-24 Benjamin Ottestyleprovider: Remove (broken) implementations of get_style
2012-04-17 Benjamin Ottecssmatcher: Use quarks for classes
2012-04-17 Benjamin Otteselector: Rewrite position tracking
2012-04-17 Benjamin Otteselector: Rename selector class
2012-04-17 Benjamin Ottecss: Add selector change types
2012-04-17 Benjamin Ottecss: Make the style provider take a matcher as an input...
2012-04-17 Benjamin Ottecss: Add GtkCssMatcher
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-03-07 Benjamin Ottecss: Fix * selector to also match regions
2012-03-02 Benjamin Otteselector: Add sibling seletors
2012-03-02 Benjamin Otteselector: Pass the sibling id around all the time
2012-03-02 Benjamin Otteselector: Redo from list to array
2012-03-02 Benjamin Otteselector: Introduce gtk_css_selector_previous()
2012-03-02 Benjamin Ottecss: Rewrite selectors
2012-03-02 Benjamin Otteselector: Remove a misleading error message
2012-03-02 Benjamin Ottecss: Move selector parsing code into a custom function
2012-02-27 Javier JardónChange FSF Address
2012-01-09 Rui MatosRename 'window-unfocused' to 'backdrop'
2012-01-09 Benjamin Ottecss: Change prototype of _gtk_css_selector_matches()
2011-11-08 Rui Matosgtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state...
2011-10-04 Cosimo Cecchiall: add an 'only-child' pseudo-class selector
2011-06-02 Benjamin Ottecss: Match pseudo-classes for siblings
2011-05-27 Benjamin Ottecss: Constify path argument to _css_selector_matches()
2011-05-18 Benjamin Ottecss: Make _gtk_css_selector_matches() take a path length
2011-05-18 Benjamin Ottecss: Don't query type for regions
2011-05-18 Benjamin Ottecss: Rewrite selectors