summaryrefslogtreecommitdiff
path: root/src/cr-style.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Sending recent tested changes from inkscape developers to libcroco ↵Abhishek Sharma2011-11-061-1/+1
| | | | | | upstream" This reverts commit ac3e66fa2bb416507b5b5cf114c1edaa3455f105.
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-1/+1
|
* Remove trailing comma. Needed for compilation on AIX with xlc.Bruno Haible2007-01-101-1/+1
| | | | | | | | | | 2007-01-10 Bruno Haible <bruno@clisp.org> * cr-style.h (enum CRPositionType): Remove trailing comma. Needed for compilation on AIX with xlc. svn path=/trunk/; revision=310
* Synchronize with libcroco--mainline--0.6--patch-25.Dodji Seketeli2004-05-291-3/+10
| | | | | | 2004-05-29 Dodji Seketeli <dodji@gnome.org> Synchronize with libcroco--mainline--0.6--patch-25.
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-5/+30
|
* In the process of adding style structure debugging facilities.Dodji Seketeli2004-02-071-1/+27
| | | | | | | 2004-02-07 Dodji Seketeli <dodji@gnome.org> * src/cr-fonts.[hc],src/cr-num.h,src/cr-style.[ch]: In the process of adding style structure debugging facilities.
* make sure to set the fields of the style structure passed as an argumentDodji Seketeli2004-01-291-12/+9
| | | | | | | | | | | 2004-01-29 Dodji Seketeli <dodji@gnome.org> * src/cr-sel-eng.c: (cr_sel_eng_get_matched_style): make sure to set the fields of the style structure passed as an argument of the function, when its not NULL. * src/cr-style.c: (cr_style_set_props_to_defaults): make this function public
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+284
| | | | | | | | | | | 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-212/+0
| | | | Dodji.
* started to write a box model debuging code.Dodji Seketeli2003-04-071-2/+3
| | | | Dodji.
* went forward in writing the design sketch of the box model.Dodji Seketeli2003-04-061-0/+4
| | | | Dodji.
* started went forward on the test annotated tree building front.Dodji Seketeli2003-03-311-0/+8
| | | | | started to write the non regression test launcher. Dodji.
* can now get loosely typed style information from css declarationDodji Seketeli2003-03-241-1/+15
| | | | | and turn them into strongly typed style information. Dodji.
* "loosely-typed style info gathering" on progress ...Dodji Seketeli2003-03-231-5/+19
| | | | Dodji.
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-17/+14
|
* revisited the way the CRTerm and CRNum classes were handling their types andDodji Seketeli2003-03-151-37/+32
| | | | | especially numeric types. Did also the necessary modifs in all the impacted code.
* started what will the code to build the document annotated tree.Dodji Seketeli2003-03-131-0/+12
|
* Started to code the hierachical stuffs in the box model.Dodji Seketeli2003-03-121-16/+44
| | | | | I am also still thinking about the style data structure. Dodji.
* went further in designing the box model and style structure.Dodji Seketeli2003-03-101-0/+59
|
* started to think about the low level layers of the rendering.Dodji Seketeli2003-03-091-0/+80