summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***libcroco-0-4Dodji Seketeli2003-12-132-17/+18
|
* a bit of cleanup and bug fix here. added more test cases.Dodji Seketeli2003-12-122-9/+35
| | | | | | | | | 2003-12-12 Dodji Seketeli <dodji@gnome.org> * docs/examples/selection-example-1.c: a bit of cleanup and bug fix here. * docs/examples/selection-example-1.css: added more test cases.
* removed junked file.Dodji Seketeli2003-12-113-0/+0
| | | | Dodji.
* Fixed more build system stuffs here. Make these compile with g++. anotherDodji Seketeli2003-12-118-13/+197
| | | | | | | | | | | | | 2003-12-11 Dodji Seketeli <dodji@gnome.org> * src/layeng/Makefile.am,src/seleng/Makefile.am: Fixed more build system stuffs here. * docs/examples/cssom-example-1.c,docs/examples/sac-example-1.c: Make these compile with g++. * src/layeng/Makefile.am: another build system cleanup. * docs/examples/selection-example-1.c,docs/examples/selection-example-1.css, docs/examples/selection-example-1.xml: added this code example from Stefan Seefeld.
* big cleanup here. make sure seleng, layeng and tests are disabled byDodji Seketeli2003-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2003-12-11 Dodji Seketeli <dodji@gnome.org> * Makefile.am: big cleanup here. * configure.in: make sure seleng, layeng and tests are disabled by default. Added makefiles in docs/ docs/example tests/ tests/test-inputs tests/test-output-refs * csslint/Makefile.am: cleaned this up. make sure to add seleng,layeng and glib compile flags whenever needed. * docs/Makefile.am,docs/examples/Makefile.am: new makefiles. * src/libcroco.h: removed references to cr-parser-input.h * src/layeng/Makefile.am: cleanup, make distcheck is happier. * src/parser/Makefile.am: cleanup, make distcheck is happier. * src/parser/cr-doc-handler.h: removed reference to cr-parser-input.h * src/parser/cr-layout-eng.h,src/parser/cr-parser-input.h: removed these. * src/parser/cr-parser.c: (cr_parser_new): fixed a typo here. * src/parser/cr-parser.h,src/parser/cr-tknzr.h: removed ref to cr-parser-input.h * src/seleng/Makefile.am: cleanup, make distcheck is happier. * tests/testctl: exclude makefiles when diffing outputs and re * outputs.
* modified this coding example.Dodji Seketeli2003-06-261-22/+11
| | | | | | | | 2003-06-26 Dodji Seketeli <dodji at seketeli dot org> * docs/examples/cssom-example-1.c : modified this coding example. Dodji.
* added this new file.Dodji Seketeli2003-06-251-0/+348
| | | | | | | | 2003-06-25 Dodji Seketeli <dodji at seketeli dot org> * docs/examples/sac-example-2.c: added this new file. Dodji.
* 2003-06-25 Dodji Seketeli <dodji at seketeli dot org>Dodji Seketeli2003-06-251-3/+3
|
* More bits on documentation.Dodji Seketeli2003-06-241-2/+9
| | | | | | | | 2003-06-24 Dodji Seketeli <dodji@spam_sucks.seketeli.org> * docs/design/parser-architecture.txt,docs/examples/sac-example-1.c: More bits on documentation. Dodji.
* mode bits on this the beginning of a code example on how to use the SACDodji Seketeli2003-06-231-0/+190
| | | | | | | | 2003-06-23 Dodji Seketeli <dodji 47 seketeli dot org> * docs/design/parser-architecture.txt : mode bits on this * the beginning of a code example on how to use the SAC api. Dodji.
* a big tree cleanup to organised the sources component-wise.Dodji Seketeli2003-04-121-1/+2
| | | | Dodji.
* tests/Makefile.am tests/Makefile.in :Dodji Seketeli2003-03-011-0/+122
some minor bug fix to correctly handle the libs and include paths. docs/usage.txt docs/examples/cssom-example.c : Added these files for documentation purpose.