| Commit message (Expand) | Author | Age | Files | Lines |
* | cssselector: Reintroduce GOT_MATCH | Benjamin Otte | 2015-01-05 | 1 | -3/+15 |
* | cssselector: The if was the wrong way around | Benjamin Otte | 2015-01-05 | 1 | -1/+1 |
* | cssselector: Reserve more bits for enum | Benjamin Otte | 2014-12-11 | 1 | -1/+1 |
* | cssselector: Rewrite change computation | Benjamin Otte | 2014-12-10 | 1 | -215/+41 |
* | cssselector: Redo change verification | Benjamin Otte | 2014-12-10 | 1 | -17/+8 |
* | cssselector: Implement tree_match() using foreach_matcher() | Benjamin Otte | 2014-12-10 | 1 | -141/+22 |
* | cssselector: Introduce a foreach_matcher vfunc | Benjamin Otte | 2014-12-10 | 1 | -40/+100 |
* | cssselector: Add a match_one vfunc | Benjamin Otte | 2014-12-10 | 1 | -67/+52 |
* | cssselector: Introduce a few more default functions | Benjamin Otte | 2014-12-10 | 1 | -90/+26 |
* | cssselector: Make specificity handling a vfunc | Benjamin Otte | 2014-12-10 | 1 | -19/+66 |
* | cssselector: Remove unused variable | Benjamin Otte | 2014-12-10 | 1 | -13/+12 |
* | cssselector: Handle region selector like any selector | Benjamin Otte | 2014-12-10 | 1 | -46/+12 |
* | cssselector: Use simple class macro for * selector | Benjamin Otte | 2014-12-10 | 1 | -117/+13 |
* | cssselector: Introduce descendant matcher for regions | Benjamin Otte | 2014-12-10 | 1 | -38/+127 |
* | cssselector: Support :not() for position pseudoclasses | Benjamin Otte | 2014-12-10 | 1 | -17/+4 |
* | cssselector: Use simple macro for position pseudoclass | Benjamin Otte | 2014-12-10 | 1 | -70/+12 |
* | cssselector: Handle region flags during parse | Benjamin Otte | 2014-12-10 | 1 | -167/+81 |
* | cssselector: Turn into a union | Benjamin Otte | 2014-12-10 | 1 | -178/+154 |
* | cssselector: Introduce a hash func per selector | Benjamin Otte | 2014-12-10 | 1 | -13/+100 |
* | cssselector: Inline a function | Benjamin Otte | 2014-12-10 | 1 | -29/+25 |
* | cssselector: Add none selector | Benjamin Otte | 2014-11-25 | 1 | -0/+57 |
* | cssselector: Add initial support for :not() | Benjamin Otte | 2014-11-25 | 1 | -12/+123 |
* | cssselector: Macroify simple selectors | Benjamin Otte | 2014-11-25 | 1 | -249/+114 |
* | css: Add a :checked pseudoclass | Benjamin Otte | 2014-08-16 | 1 | -2/+4 |
* | css: Make commented out debug code work again | Benjamin Otte | 2014-07-21 | 1 | -5/+5 |
* | css: Add printing code for :visited and :link | Benjamin Otte | 2014-07-21 | 1 | -1/+3 |
* | css parser: Add :link and :visited | Timm Bäder | 2013-11-04 | 1 | -1/+3 |
* | css: Parse and print the new state flags | Benjamin Otte | 2012-12-18 | 1 | -2/+6 |
* | update_type_references: Deal with type_refs_ht being NULL | Matthias Clasen | 2012-12-17 | 1 | -0/+3 |
* | css: Speed up name matching | Alexander Larsson | 2012-12-10 | 1 | -10/+76 |
* | css: Clean up tree_match implementations | Alexander Larsson | 2012-12-10 | 1 | -57/+25 |
* | css: Do get_change directly on the tree without matching first | Alexander Larsson | 2012-12-10 | 1 | -0/+387 |
* | css: Factor out some of the position matching code | Alexander Larsson | 2012-12-10 | 1 | -72/+43 |
* | gtkcssselector: Fix build | Jasper St. Pierre | 2012-12-06 | 1 | -1/+1 |
* | gtkcssselector: Don't leak the hash table | Jasper St. Pierre | 2012-12-06 | 1 | -1/+4 |
* | css: Allocate the css tree in a single chunk | Alexander Larsson | 2012-11-30 | 1 | -32/+121 |
* | css: Fix leak of lists while building tree | Alexander Larsson | 2012-11-30 | 1 | -0/+3 |
* | css: Add accessor functions for traversing css tree | Alexander Larsson | 2012-11-30 | 1 | -25/+75 |
* | css: Add const to _gtk_css_selector_tree_match_all arg | Alexander Larsson | 2012-11-30 | 1 | -1/+1 |
* | css: Implement ruleset_get_change() with the tree | Alexander Larsson | 2012-11-30 | 1 | -35/+34 |
* | css: Ensure the tree built is always the same | Alexander Larsson | 2012-11-30 | 1 | -2/+107 |
* | css: Use the tree to print css selectors | Alexander Larsson | 2012-11-30 | 1 | -0/+12 |
* | css: Track the tree selector matches | Alexander Larsson | 2012-11-30 | 1 | -0/+5 |
* | css: Fix type of GtkCssSelectorRuleSetInfo match | Alexander Larsson | 2012-11-30 | 1 | -3/+3 |
* | css: Track parent in the css tree nodes | Alexander Larsson | 2012-11-30 | 1 | -4/+6 |
* | css: Fix up position with region tree matching | Alexander Larsson | 2012-11-30 | 1 | -3/+2 |
* | css: Don't reorder some selectors when building selector tree | Alexander Larsson | 2012-11-30 | 1 | -15/+20 |
* | css: Fixed typo in PRINT_TREE debug code | Alexander Larsson | 2012-11-30 | 1 | -1/+1 |
* | css: Add GtkCssSelectorTree creation and matching | Alexander Larsson | 2012-11-30 | 1 | -0/+661 |
* | css: Track which selectors are "simple" | Alexander Larsson | 2012-11-30 | 1 | -11/+12 |