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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
When selecting for a node's pseudo elements, only match rules which apply to ...
Michael Drake
2011-01-01
1
-11
/
+24
*
Hack around platform headers doing the likes of typedef float FLOAT;
John Mark Bell
2010-12-29
5
-13
/
+14
*
Fix obvious bug
Daniel Silverstone
2010-12-20
1
-1
/
+1
*
Split up properties selectors
Vincent Sanders
2010-12-05
103
-6646
/
+8253
*
Add string vector capability to stylesheet (r=jmb)
Vincent Sanders
2010-12-05
6
-3
/
+96
*
Provide notification hook for imported stylesheets, to enable clients to para...
John Mark Bell
2010-12-05
3
-0
/
+21
*
Add support for rgba() colours. Thanks jmb.
Michael Drake
2010-12-05
3
-11
/
+42
*
alter external representation of colours to be AARRGGBB (r=jmb)
Vincent Sanders
2010-12-04
1
-156
/
+156
*
Remove libcss_initialise/finalise.
John Mark Bell
2010-12-04
2
-51
/
+1
*
Fix destruction of bytecode for the clip property.
John Mark Bell
2010-09-28
1
-1
/
+1
*
Remove ownerNode and ownerRule fields from stylesheet objects.
John Mark Bell
2010-06-27
3
-8
/
+11
*
Really fix hint leaks. Hint data ownership is passed to libcss.
John Mark Bell
2010-04-29
2
-140
/
+34
*
Stop leaking references to interned strings obtained from presentational hints
John Mark Bell
2010-04-28
1
-62
/
+142
*
Ensure than trailing tokens are cleaned on completion of inline style parsing
John Mark Bell
2010-04-27
1
-1
/
+3
*
Ownership of imported stylesheets is retained by the client.
John Mark Bell
2010-04-11
1
-3
/
+2
*
Fix RISC OS build
John Mark Bell
2010-04-05
2
-4
/
+5
*
Correct management of string references in computed styles.
John Mark Bell
2010-04-04
3
-30
/
+213
*
Do not unref strings referenced by bytecode we've just copied when appending ...
John Mark Bell
2010-03-28
1
-2
/
+2
*
Make libcss suitable for the new libwapcaplet behaviour.
Daniel Silverstone
2010-03-28
14
-1865
/
+1676
*
Fix libcss to use new libwapcaplet behaviour.
Daniel Silverstone
2010-03-27
25
-1006
/
+523
*
Origin and media are not properties of the stylesheet.
John Mark Bell
2010-01-12
3
-88
/
+75
*
Lose redundant assignments.
John Mark Bell
2009-11-22
6
-10
/
+7
*
1) Allocate css_style bytecode in 16 byte chunks
John Mark Bell
2009-08-29
3
-14
/
+72
*
Somewhat nasty text-align magic for the benefit of HTML tables.
John Mark Bell
2009-08-23
1
-0
/
+11
*
It turns out that using magic values for text-align is simpler than having an...
John Mark Bell
2009-08-22
11
-225
/
+59
*
Wrong -- it inherits
John Mark Bell
2009-08-21
1
-1
/
+1
*
-libcss-align is not inherited
John Mark Bell
2009-08-21
1
-1
/
+1
*
-libcss-align
John Mark Bell
2009-08-21
11
-2
/
+199
*
Remove pointless todos
John Mark Bell
2009-08-03
1
-2
/
+0
*
s/opcode/opcode_t/
John Mark Bell
2009-08-03
3
-5
/
+5
*
Avoid type collisions when used from C++
John Mark Bell
2009-08-02
1
-1
/
+1
*
More apparent warnings squashed
John Mark Bell
2009-08-02
1
-3
/
+6
*
Avoid potential warning.
John Mark Bell
2009-08-02
1
-1
/
+8
*
Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...
John Mark Bell
2009-08-02
5
-17
/
+17
*
More rigorous handling of EOF.
John Mark Bell
2009-07-31
1
-7
/
+75
*
Fix processing of quotes bytecode during cascade.
John Mark Bell
2009-07-30
1
-7
/
+9
*
Plug potential memory leaks in property setting
John Mark Bell
2009-07-30
1
-0
/
+27
*
Change selector hash to segregate:
John Mark Bell
2009-07-29
3
-171
/
+783
*
Calculate the in-memory size of stylesheets and provide some API to access this.
John Mark Bell
2009-07-27
4
-0
/
+170
*
If, after parsing the media list, we've ended up with no media whatsoever, th...
John Mark Bell
2009-07-27
1
-1
/
+6
*
Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...
John Mark Bell
2009-07-27
21
-592
/
+1916
*
Purge use of alloca()
John Mark Bell
2009-07-22
1
-2
/
+10
*
Clarify operation
John Mark Bell
2009-07-22
1
-2
/
+3
*
Fix rgb() colour parser not to swap g and b.
Michael Drake
2009-07-22
1
-34
/
+34
*
Match details before considering combinators.
John Mark Bell
2009-07-22
1
-14
/
+13
*
Remove pointless parameter
John Mark Bell
2009-07-21
2
-6
/
+5
*
Always set values in result style when composing
John Mark Bell
2009-07-21
1
-335
/
+392
*
Avoid division by zero
John Mark Bell
2009-07-20
1
-2
/
+5
*
Error checking for string comparisons.
John Mark Bell
2009-07-17
1
-3
/
+13
*
Fix selector hash some more. It turns out that I'd forgotten how it was meant...
John Mark Bell
2009-07-17
3
-5
/
+37
[next]