summaryrefslogtreecommitdiff
path: root/src/cr-statement.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Sending recent tested changes from inkscape developers to libcroco ↵Abhishek Sharma2011-11-061-22/+22
| | | | | | upstream" This reverts commit ac3e66fa2bb416507b5b5cf114c1edaa3455f105.
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-22/+22
|
* Add ‘const’ to various function prototypes, as discussed at ↵Peter J. R. Moulder2008-03-301-15/+15
| | | | | | http://www.mail-archive.com/libcroco-list@gnome.org/msg00049.html . This change is a noop in the sense that it has no effect on libcroco's object files, but does affect source-level compatibility, both forwards and backwards — though in practice I'd guess that no existing code will break from this. svn path=/trunk/; revision=315
* Bug 340298 - Fixes to documentation markup.Peter Moulder2006-05-021-5/+5
| | | | | | 2006-05-02 Peter Moulder <pmoulder at mail.csse.monash.edu.au> * src/*.[ch]: Bug 340298 - Fixes to documentation markup.
* applied the following patches:CEST 2005 Dodji Seketeli2005-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue May 10 21:49:05 CEST 2005 Dodji Seketeli <dodji@seketeli.org> applied the following patches: dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-29 2004-06-09 00:09:41 GMT updated NEWS file for 0.6.0 [Dodji Seketeli] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-30 2004-09-20 16:13:02 GMT fixed a nasty memory management bug [Dodji Seketeli] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-31 2005-02-10 21:41:04 GMT rm test output upon 'make clean' [Peter Moulder] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-32 2005-02-13 13:14:16 GMT make 'all' target a prerequisite of the 'test' target [Peter Moulder] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-33 2005-02-13 19:24:25 GMT allow building/testing in a directory different from srcdir [Peter Moulder/Dodji Seketeli] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-34 2005-02-13 19:42:48 GMT added better api documentation [Peter Moulder] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-35 2005-05-05 16:38:07 GMT initial port to gtk-doc, switch to automake 1.7 [Sven Herzberg, Dodji Seketeli] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-36 2005-05-05 16:51:38 GMT more gtk-doc stuffs [Dodji Seketeli] dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-37 2005-05-06 14:20:20 GMT typos and c++ compilation fixes [Peter Moulder]
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-4/+0
|
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-14/+20
|
* *** empty log message ***Dodji Seketeli2004-03-131-2/+30
|
* reflect the removal of src/parser src/seleng and src/layeng added this newDodji2004-03-061-2/+2
| | | | | | | | | | | 2004-03-06 Dodji <dodji@gnome.org> * Doxyfile: reflect the removal of src/parser src/seleng and src/layeng * src/cr-declaration.c: (cr_declaration_list_to_string2): added this new method. * src/cr-sel-eng.c: fix a bug in the !important handling in the cascading algorithm.
* applied a patch from Rob BUIS that provides new apis to manipulate CSSDodji Seketeli2004-02-291-0/+12
| | | | | | | | 2004-02-29 Dodji Seketeli <dodji@gnome.org> * src/cr-statement.[ch],src/cr-stylesheet.[ch]: applied a patch from Rob BUIS that provides new apis to manipulate CSS statements.
* added this new api entry point to parse comma separated list of propertyDodji Seketeli2004-02-121-1/+3
| | | | | | | | | | | | | | | | 2004-02-12 Dodji Seketeli <dodji@gnome.org> * src/cr-declaration.[ch]: (cr_declaration_parse_list_from_buf): added this new api entry point to parse comma separated list of property declarations. * src/cr-parser.c: (cr_parser_parse_expr): dont return an error when we encounter EOF immediately at the end of an expression. (cr_parser_get_tknzr): added this new api entry point to get the parser's underlying tokenizer. * src/cr-statement.h: fixed a comment here. * tests/test4-main.c: wrote a test for the new cr_declaration_parse_list_from_buf() function.
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+396
| | | | | | | | | | | 2004-01-24 Dodji Seketeli <dodji@gnome.org> * all: separated the library into two projects. Libcroco is now the combination of the parser and the selection engine. A new project is born: sewfox. It is basically the xml rendering/layout engine. Libcroco now needs libxml2 and glib only. Sewfox need libgnomecanvas2.
* big tree layout cleanup.Dodji Seketeli2003-04-121-327/+0
| | | | Dodji.
* went forward in writing the design sketch of the box model.Dodji Seketeli2003-04-061-1/+17
| | | | Dodji.
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-17/+13
|
* Initial revisionDodji Seketeli2003-02-271-0/+315