From 5d526f8953f29f41d58de76f49314d72e3ccc919 Mon Sep 17 00:00:00 2001 From: dodji Date: Mon, 16 Jun 2003 23:54:31 +0000 Subject: coded a first version of cr_statement_at_media_rule_parse_from_buf(). This 2003-06-17 dodji * 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 * 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. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') 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. -- cgit v1.2.1