X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ChangeLog;h=e98b0264e6624886047d9f5222b612f3bb238841;hb=7609a14f6d6ead42fa3871182b75511f87311faf;hp=015854f39d5d52836dd69e3ca05d9efb5c6fff87;hpb=cfe4f188e42817b168e7ebcf0f576f7082fe2734;p=inkscape.git diff --git a/ChangeLog b/ChangeLog index 015854f39..e98b0264e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2006-05-01 Jon A. Cruz + + * src/Makefile.am, src/Makefile_insert, src/attributes-test.h, + src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h, + src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp, + src/sp-gradient-test.h, src/sp-style-elem-test.cpp, + src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h: + Replaced four more tests with CxxTest versions. + +2006-05-01 MenTaLguY + + * src/display/nr-arena-item.cpp: + + use GC allocator for bitmap cache and transform + +2006-05-01 Marco Scholten + + * src/dialogs/inkscape-preferences.cpp: Moved 'compass like + display of angles' from 'windows' to 'steps'. + +2006-04-30 MenTaLguY + + * src/libnr/nr-object.cpp: + + log finalization of NRObjects + +2006-04-29 Jon Phillips + + * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default. + + * src/ui/dialog/document-metadata.cpp: Made metadata window + resizable so that one can see the licenses and enter long entries. + +2006-04-29 MenTaLguY + + * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp, + src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp: + + rationalize function names and remove spurious soft_ptr + +2006-04-29 MenTaLguY + + * src/document.cpp: + + use proper unref function on SPRoot to avoid appearance of leak + +2006-04-29 MenTaLguY + + * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp: + + switch everyone to simpler debug event API + +2006-04-29 MenTaLguY + + * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h: + + add finalizer logging + +2006-04-29 MenTaLguY + + * src/debug/simple-event.h: simplify the SimpleEvent API more + +2006-04-29 MenTaLguY + + * src/debug/simple-event.h: make Debug::SimpleEvent more convenient + + * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category + +2006-04-29 MenTaLguY + + * src/debug/logger.cpp: + + finish interrupted refactoring of log filter configuration + +2006-04-29 MenTaLguY + + * src/doc/Makefile.am, src/doc/refcounting.txt: + + some developer documentation about refcounting + +2006-04-29 MenTaLguY + + * src/ui/view/view.cpp: + + Wait a minute -- UI::View::View and SPDocument are both managed + by the collector -- the view doesn't need to ref the document! + +2006-04-29 MenTaLguY + + * src/ui/view/view.cpp: add missing unref + +2006-04-29 MenTaLguY + + * src/gc-anchored.cpp, src/gc-anchored.h: + + added refcount logging to GC::Anchored + + * src/util/Makefile_insert, src/util/format.h: + + shared string printf + +2006-04-28 MenTaLguY + + * src/sp-object.cpp: make refcount logging a little more useful + by including the relevent class name + 2006-04-28 Jon A. Cruz * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,