summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-20149-1002/+1002
* fix play_diring cascade string usageVincent Sanders2011-01-201-2/+2
* fix cursor cascadeVincent Sanders2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-19228-11995/+3321
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-3/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-0581-300/+379
* Ensure that string vector exists before freeing itJohn Mark Bell2011-01-051-1/+3
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-02125-10456/+11968
* Complete the fix for pseudo element selection: inline styles and presentation...John Mark Bell2011-01-021-6/+18
* When selecting for a node's pseudo elements, only match rules which apply to ...Michael Drake2011-01-011-11/+24
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-295-13/+14
* Fix obvious bugDaniel Silverstone2010-12-201-1/+1
* Split up properties selectorsVincent Sanders2010-12-05103-6646/+8253
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-056-3/+96
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-053-0/+21
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-053-11/+42
* alter external representation of colours to be AARRGGBB (r=jmb)Vincent Sanders2010-12-041-156/+156
* Remove libcss_initialise/finalise.John Mark Bell2010-12-042-51/+1
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-1/+1
* Remove ownerNode and ownerRule fields from stylesheet objects.John Mark Bell2010-06-273-8/+11
* Really fix hint leaks. Hint data ownership is passed to libcss.John Mark Bell2010-04-292-140/+34
* Stop leaking references to interned strings obtained from presentational hintsJohn Mark Bell2010-04-281-62/+142
* Ensure than trailing tokens are cleaned on completion of inline style parsingJohn Mark Bell2010-04-271-1/+3
* Ownership of imported stylesheets is retained by the client.John Mark Bell2010-04-111-3/+2
* Fix RISC OS buildJohn Mark Bell2010-04-052-4/+5
* Correct management of string references in computed styles.John Mark Bell2010-04-043-30/+213
* Do not unref strings referenced by bytecode we've just copied when appending ...John Mark Bell2010-03-281-2/+2
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-2814-1865/+1676
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-2725-1006/+523
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-123-88/+75
* Lose redundant assignments.John Mark Bell2009-11-226-10/+7
* 1) Allocate css_style bytecode in 16 byte chunksJohn Mark Bell2009-08-293-14/+72
* Somewhat nasty text-align magic for the benefit of HTML tables.John Mark Bell2009-08-231-0/+11
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-2211-225/+59
* Wrong -- it inheritsJohn Mark Bell2009-08-211-1/+1
* -libcss-align is not inheritedJohn Mark Bell2009-08-211-1/+1
* -libcss-alignJohn Mark Bell2009-08-2111-2/+199
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
* s/opcode/opcode_t/John Mark Bell2009-08-033-5/+5
* Avoid type collisions when used from C++John Mark Bell2009-08-021-1/+1
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
* Avoid potential warning.John Mark Bell2009-08-021-1/+8
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-025-17/+17
* More rigorous handling of EOF.John Mark Bell2009-07-311-7/+75
* Fix processing of quotes bytecode during cascade.John Mark Bell2009-07-301-7/+9
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-301-0/+27
* Change selector hash to segregate:John Mark Bell2009-07-293-171/+783
* Calculate the in-memory size of stylesheets and provide some API to access this.John Mark Bell2009-07-274-0/+170
* If, after parsing the media list, we've ended up with no media whatsoever, th...John Mark Bell2009-07-271-1/+6