summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordodji <dodji@seketeli.org>2003-06-16 23:54:31 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-16 23:54:31 +0000
commit5d526f8953f29f41d58de76f49314d72e3ccc919 (patch)
treee4b2c38f9b927c56306644ef773bb5d27c48de0b /TODO
parent359c7d2721532d0726e0882e178ab057bc046215 (diff)
downloadlibcroco-5d526f8953f29f41d58de76f49314d72e3ccc919.tar.gz
coded a first version of cr_statement_at_media_rule_parse_from_buf(). This
2003-06-17 dodji <dodji@seketeli.org> * src/parser/cr-statement.[hc]: coded a first version of cr_statement_at_media_rule_parse_from_buf(). This took the writing of a couple a SAC callback. Pfffew, SAC is a rather tedious api. cr_statement_at_media_rule_parse_from_buf() does not work yet, I still have to debug it. * src/parser/cr-parser.c: use the new cr_tknzr_peek_byte2 () function in the cr_parser_parse_import() method. This is a cleaner, smaller and faster than the older approach. * src/parser/cr-om-parser.c: use the cr_dup_glist_of_string () helper fonction in the start media callback. * src/parser/cr-utils.[ch]: fixed some 'const' omissions here also. * src/parser/cr-enc-handler.[ch]: fixed some "const" omissions. 2003-06-16 dodji <dodji@seketeli.org> * src/parser/cr-parser.[ch]: cr_parser_parse_charset(), cr_parser_parse_import(), cr_parser_parse_page (), cr_parser_parse_font_face(), cr_parser_parse_media(), * src/parser/cr-tknzr.[ch]: added cr_tknzr_peek_byte2() function to export the functionalities of cr_input_peek_byte2(). Dodji.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index ad13a25..b98b5f0 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,9 @@
*coding:)
-Provide support for font selection. (hard)
+test/debug the new cr_statement_at_media_rule_parse_from_buf().
+
+Provide support for font selection. (hard, started well underway.)
First make sure to be able to gather all the font related property
values.
Then, figure out how to implement a font selector that uses pango.