CVSROOT: /cvs/gnome Module name: criawips Changes by: herzi 05/04/01 18:48:06
Modified files: . : ChangeLog configure.in doc/reference : Makefile.am criawips-sections.txt doc/reference/tmpl: block.sgml criawips-unused.sgml src : Makefile.am application.c application.h block-priv.h block-renderer.c block.c block.h main-window.c main.c presentation-parser.c presentation-writer.c slide.c Added files: src/dom : .cvsignore Makefile.am cria-format.c cria-format.h src/rendering : .cvsignore Makefile.am cria-format.c cria-format.h Log message: 2005-04-02 Sven Herzberg <[EMAIL PROTECTED]> * configure.in: renamed the GLIB dependency module to CORE; added a RENDER dependency block; build in the src/dom and src/rendering directories too * doc/reference/Makefile.am: depend on the dom, rendering and utils libraries * doc/reference/criawips-sections.txt: delete the removed functions and structures * doc/reference/tmpl/block.sgml: update to the new block API * doc/reference/tmpl/criawips-unused.sgml: update to the new block API * src/Makefile.am: added the dom and rendering sub directories * src/application.c: initialize and shutdown the criawips lepton system * src/application.h: added criawips_shutdown * src/block-priv.h: added a CriaLepton for the format handling; removed the PangoFontDescription from this structure (so we can split out any gui-related code out of the core classes) * src/block-renderer.c: plug a memory leak; use the CriaLepton and cria_format for the font handling * src/block.c: implement a finalize handler; remove _get_font; added _get_format; switch _set_font_family and _set_font_size over to the lepton/format stuff * src/block.h: remove get_font; added get_format * src/main-window.c: disable bold and italic selectors; switch the block format handling code to the new lepton/format system * src/main.c: shut down the application correctly * src/presentation-parser.c: improve the get_master_coordinate() method * src/presentation-writer.c: use the new lepton/format based code to write the font family and the font size * src/slide.c: added a finalize handler * src/dom/.cvsignore: silent cvs updates * src/dom/Makefile.am: build the criawips dom library (containing core classes without GUI specific code) * src/dom/cria-format.c: added code to set and get attributes from a string * src/dom/cria-format.h: added code to set and get attributes from a string * src/rendering/.cvsignore: silent cvs updates * src/rendering/Makefile.am: build the criawips rendering library (containing the code to connect core classes and the GUI) * src/rendering/cria-format.c: added code to set a font description from a format string * src/rendering/cria-format.h: added code to set a font description from a format string URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=criawips&who=herzi&date=explicit&mindate=2005-04-01%2018:47&maxdate=2005-04-01%2018:49 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list