index
:
delta/netsurf/libcss.git
baserock/morph
dsilvers/calc
jmb/mq
lcneves/flexbox
lcneves/flexbox-tidy
lcneves/select-autogen
lcneves/units
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
tlsa/computed-style-share
tlsa/improve-hints
tlsa/improve-select-tests
tlsa/jmb/mq
tlsa/jmb/mq2
tlsa/lcneves/select-autogen
tlsa/logging
tlsa/media-queries
tlsa/print-inherit-debug
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
git.netsurf-browser.org: libcss.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libcss
/
select.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip trailing whitespace.
Michael Drake
2017-09-04
1
-6
/
+6
*
Intern partial styles.
Michael Drake
2016-11-19
1
-0
/
+3
*
Remove trailing tab.
Michael Drake
2016-11-19
1
-1
/
+1
*
Change how presentational hints are handled.
tlsa/upfront-hints
Michael Drake
2016-02-02
1
-2
/
+2
*
Various changes which modify API and ABI:
Michael Drake
2013-12-13
1
-10
/
+64
*
Significantly optimise CSS selection performance.
Michael Drake
2013-12-01
1
-0
/
+2
*
@font-face support. Credit: James Montgomerie
John Mark Bell
2011-12-04
1
-1
/
+20
*
Add structure versioning for client input
John Mark Bell
2011-03-13
1
-0
/
+7
*
CSS3 Namespaces
John Mark Bell
2011-03-12
1
-15
/
+13
*
CSS3 Selectors
John Mark Bell
2011-01-31
1
-1
/
+22
*
Turns out, we know the size of the styles block up-front.
John Mark Bell
2011-01-05
1
-1
/
+1
*
Simultaneously select styles for base + pseudo elements.
John Mark Bell
2011-01-05
1
-7
/
+28
*
Sprinkle some C++ scoping around
John Mark Bell
2010-10-23
1
-0
/
+9
*
Fix libcss to use new libwapcaplet behaviour.
Daniel Silverstone
2010-03-27
1
-3
/
+3
*
Origin and media are not properties of the stylesheet.
John Mark Bell
2010-01-12
1
-2
/
+4
*
Change selector hash to segregate:
John Mark Bell
2009-07-29
1
-0
/
+5
*
Remove pointless parameter
John Mark Bell
2009-07-21
1
-1
/
+1
*
Change mechanism for handling case sensitivity of element names. Now has anot...
John Mark Bell
2009-07-17
1
-0
/
+2
*
Add a flag to the font size computation callback to indicate that the resulta...
John Mark Bell
2009-07-16
1
-1
/
+1
*
Add callback to make client compute the font size.
John Mark Bell
2009-07-04
1
-2
/
+3
*
Query client for initial values of color, font-family, quotes, and voice-fami...
John Mark Bell
2009-07-04
1
-0
/
+5
*
Support for parsing inline styles
John Mark Bell
2009-06-26
1
-0
/
+1
*
Completely change the approach used for presentational hints.
John Mark Bell
2009-03-23
1
-1
/
+4
*
Sketch out something for presentational hints.
John Mark Bell
2009-03-22
1
-1
/
+2
*
Port libcss to libwapcaplet.
Daniel Silverstone
2009-02-14
1
-22
/
+14
*
Drop css_error_handler and rename css_alloc to css_allocator_fn
Daniel Silverstone
2009-02-14
1
-1
/
+1
*
Pseudo classes are now matched by callbacks to the client. This is far saner,...
John Mark Bell
2009-02-14
1
-18
/
+15
*
Handle :first-child within libcss
John Mark Bell
2009-02-14
1
-10
/
+11
*
Enumerate pseudo classes and elements
John Mark Bell
2009-02-10
1
-0
/
+20
*
Match details
John Mark Bell
2009-02-09
1
-0
/
+22
*
This is more likely to handle universal simple_selectors correctly.
John Mark Bell
2009-02-09
1
-3
/
+6
*
Match selector chains. Universal selectors will probably break this.
John Mark Bell
2009-02-09
1
-1
/
+9
*
Beginnings of a handler function table.
John Mark Bell
2009-02-09
1
-1
/
+9
*
Oh look, I've changed my mind again.
John Mark Bell
2009-02-07
1
-1
/
+1
*
More API changes.
John Mark Bell
2009-02-07
1
-1
/
+1
*
Create header containing computed style representation. This isn't remotely c...
John Mark Bell
2009-01-27
1
-6
/
+0
*
I guess it helps if you commit the header, too.
John Mark Bell
2009-01-27
1
-2
/
+6
*
Introduce ability to create/destroy selection contexts.
John Mark Bell
2009-01-26
1
-0
/
+36