CVSROOT:        /cvs/gnome
Module name:    criawips
Changes by:     herzi   05/10/01 08:00:24

Modified files:
        .              : ChangeLog 
        copy-src/ccc   : canvas.c 
        copy-src/cdebug: cdebug.c cdebug.h test-debug.c 
        doc/reference/tmpl: block.sgml criawips-unused.sgml 
                            slide-view.sgml slide.sgml 
        src            : application.c 
        src/dom        : cria-block.c cria-block.h cria-presentation.c 
                         cria-slide.c cria-theme.c 
        src/io         : cria-presentation-parser.c 
        src/rendering  : cria-background-renderer.c 
                         cria-block-renderer.c cria-slide-display.c 
                         cria-slide-display.h cria-slide-renderer.c 
                         cria-slide-renderer.h 
        src/widgets    : cria-main-window.c cria-slide-editor-priv.h 
                         cria-slide-editor.c cria-slide-show.c 
                         cria-template-model.c cria-title-bar.c 
Added files:
        src            : gdb-criawips 

Log message:
2005-10-01  Sven Herzberg  <[EMAIL PROTECTED]>

* copy-src/ccc/canvas.c: added a debuggin message
* copy-src/cdebug/cdebug.c: added _shutdown() to free all unused
memory
* copy-src/cdebug/cdebug.h: added _shutdown()
* copy-src/cdebug/test-debug.c: plug a memory leak so we can use this
app to check cdebug for memory leaks with valgrind
* doc/reference/tmpl/block.sgml: update to the new APIs
* doc/reference/tmpl/criawips-unused.sgml: update to the new APIs
* doc/reference/tmpl/slide-view.sgml: update to the new APIs
* doc/reference/tmpl/slide.sgml: update to the new APIs
* src/application.c: shut down cdebug to plug a possible memory leak
* src/dom/cria-block.c: added a 'color' property
* src/dom/cria-block.h: updated the signature of set color
* src/dom/cria-presentation.c: initialize CDEBUG properly; update API
docs; fix some ref-counting stuff
* src/dom/cria-slide.c: debug and fix some ref-counting stuff
* src/dom/cria-theme.c: debug and fix some ref-counting stuff
* src/gdb-criawips: added a script to run criawips in gdb without so
much typing
* src/io/cria-presentation-parser.c: update to new APIs; more
debugging messages; more robust code; ref-counting fixes
* src/rendering/cria-background-renderer.c: make the code a bit more
robust
* src/rendering/cria-block-renderer.c: don't show the caret in
presentation mode
* src/rendering/cria-slide-display.c: added a 'slide-renderer'
property to share more code between the editor and the player
* src/rendering/cria-slide-display.h: added a 'slide-renderer'
property
* src/rendering/cria-slide-renderer.c: debug and fix some ref-counting
stuff; fix some stuff with providing editing-related stuff in the
display mode
* src/rendering/cria-slide-renderer.h: cleanup some API
* src/widgets/cria-main-window.c: improve mouse cursor handling; debug
ref-counting
* src/widgets/cria-slide-editor-priv.h: remove the slide renderer from
here (it's now in the slide-display)
* src/widgets/cria-slide-editor.c: update the slide renderer stuff
* src/widgets/cria-slide-show.c: fix return values for pressed keys
* src/widgets/cria-template-model.c: added _finalize()
* src/widgets/cria-title-bar.c: debug finalize()

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=criawips&who=herzi&date=explicit&mindate=2005-10-01%2007:59&maxdate=2005-10-01%2008:01

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to