index
:
libcss.git
dsilvers/calc
jmb/mq
lcneves/select-autogen
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
Cascading Style Sheets library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libcss
Commit message (
Expand
)
Author
Age
Files
Lines
*
It turns out that using magic values for text-align is simpler than having an...
John Mark Bell
2009-08-22
2
-47
/
+21
*
-libcss-align
John Mark Bell
2009-08-21
2
-4
/
+33
*
Avoid type collisions when used from C++
John Mark Bell
2009-08-02
1
-62
/
+62
*
Apparently, converting from int to enum requires a cast.
John Mark Bell
2009-08-02
1
-45
/
+45
*
Plug potential memory leaks in property setting
John Mark Bell
2009-07-30
1
-0
/
+2
*
Change selector hash to segregate:
John Mark Bell
2009-07-29
1
-0
/
+5
*
Calculate the in-memory size of stylesheets and provide some API to access this.
John Mark Bell
2009-07-27
1
-0
/
+2
*
Completely screw over any other client of libcss because NetSurf wants to imp...
John Mark Bell
2009-07-23
1
-372
/
+0
*
Remove pointless parameter
John Mark Bell
2009-07-21
2
-2
/
+1
*
Silence warnings in release mode
John Mark Bell
2009-07-17
1
-64
/
+64
*
Change mechanism for handling case sensitivity of element names. Now has anot...
John Mark Bell
2009-07-17
1
-0
/
+2
*
Store em and percentage values for properties in the computed style.
John Mark Bell
2009-07-17
1
-26
/
+515
*
Add a flag to the font size computation callback to indicate that the resulta...
John Mark Bell
2009-07-16
2
-1
/
+2
*
Provide accessor for computed value of display assuming static position.
John Mark Bell
2009-07-15
1
-0
/
+41
*
Provide some API to allow retrieval of an Initial style
John Mark Bell
2009-07-12
1
-0
/
+4
*
Force use of 64bit arithmetic when multiplying/dividing.
John Mark Bell
2009-07-05
1
-2
/
+2
*
Compute absolute values for all length properties.
John Mark Bell
2009-07-04
1
-1
/
+4
*
Add callback to make client compute the font size.
John Mark Bell
2009-07-04
2
-2
/
+9
*
Move quotes property into common style block.
John Mark Bell
2009-07-04
1
-44
/
+36
*
Query client for initial values of color, font-family, quotes, and voice-fami...
John Mark Bell
2009-07-04
3
-12
/
+19
*
Make all URIs absolute
John Mark Bell
2009-07-01
1
-0
/
+14
*
Introduce an initial value of border-*-color in the computed style.
John Mark Bell
2009-06-30
1
-1
/
+2
*
Fix cast
John Mark Bell
2009-06-28
1
-1
/
+1
*
Purge "colour" from the public API -- it's just confusing
John Mark Bell
2009-06-27
3
-13
/
+13
*
Support for parsing inline styles
John Mark Bell
2009-06-26
2
-1
/
+3
*
A bunch of c89.
John Mark Bell
2009-04-15
1
-1
/
+1
*
Implement set_*_from_hint
John Mark Bell
2009-03-23
1
-8
/
+28
*
Completely change the approach used for presentational hints.
John Mark Bell
2009-03-23
4
-87
/
+118
*
Sketch out something for presentational hints.
John Mark Bell
2009-03-22
2
-1
/
+120
*
z-index is a signed int, not a css_fixed value.
John Mark Bell
2009-03-05
1
-1
/
+1
*
Constify.
John Mark Bell
2009-03-04
1
-2
/
+2
*
Some changes. No idea what they are, mind you.
John Mark Bell
2009-02-15
3
-12
/
+14
*
Quirks mode parsing
John Mark Bell
2009-02-15
1
-2
/
+4
*
Fix maths in commentary
John Mark Bell
2009-02-15
1
-8
/
+6
*
Port libcss to libwapcaplet.
Daniel Silverstone
2009-02-14
5
-57
/
+45
*
Replace pointers to aural/page properties with pointers to void as placeholders
John Mark Bell
2009-02-14
1
-12
/
+2
*
Finally, a representation of a computed content property.
John Mark Bell
2009-02-14
2
-9
/
+70
*
Fix clip: rect() with auto sides
John Mark Bell
2009-02-14
1
-21
/
+42
*
Make fpmath stuff public.
John Mark Bell
2009-02-14
2
-4
/
+63
*
Rework handling of imported stylesheets.
John Mark Bell
2009-02-14
2
-8
/
+10
*
Drop css_error_handler and rename css_alloc to css_allocator_fn
Daniel Silverstone
2009-02-14
5
-13
/
+9
*
Trivial header cleanups.
Daniel Silverstone
2009-02-14
2
-13
/
+15
*
Move css_error_from_string into test utilities
Daniel Silverstone
2009-02-14
1
-2
/
+0
*
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 all media types defined in CSS 2.1 (includes aural, which is deprec...
John Mark Bell
2009-02-12
1
-2
/
+15
*
Synchronise media type bitfield with reality -- it's 64bits wide.
John Mark Bell
2009-02-12
1
-2
/
+2
*
Modify encoding of quotes. Move clip to accommodate.
John Mark Bell
2009-02-11
2
-17
/
+17
*
Change encoding of font-family
John Mark Bell
2009-02-11
2
-39
/
+45
*
Handle counter-increment/counter-reset
John Mark Bell
2009-02-11
1
-2
/
+2
[next]