Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / layer-manager.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-07-06 Abhishek Sharma... C++ification of SPObject continued along with the onset...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-05-15 Ted GouldPulling in a more recent trunk
2010-04-27 Jon A. CruzCorrect desktop tracking for layers dialog. Fixes bug...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-03-08 spearepart of #339660; layers dialog allows non-unique inksca...
2008-10-27 Ted GouldFrom trunk
2008-03-03 joncruzAvoid redundant additions for non-layer layers
2008-03-03 joncruzAvoid adding layers who's repr is null or disconnected...
2008-03-03 joncruzAvoiding adding layers that are not listed in the docum...
2007-11-30 johanengelensourceforge.net/mailarchive/forum.php?thread_name=5747b...
2007-11-03 johanengelenadd destructor to LayerManager that disconnects it...
2007-11-02 joncruzwarning cleanup
2007-03-18 mentalfix 64-bit issues with width of npos -- patch #1675697...
2006-07-21 mentalswitch to sigc++ signals and manually clean up signal...
2006-05-29 joncruzworkaround assertion upon file revert
2006-05-28 joncruzOption to keep selection when changing layers
2006-05-27 joncruzPrevent layer name duplication
2006-05-26 joncruzCleaned up propagation of status changes.
2006-05-21 joncruzAdding notification when managed layers change.
2006-05-18 joncruzstop structure rebuilds on change of selected layer...
2006-05-15 joncruzBase implementation of a layers dialog.
2006-05-14 joncruzMinor update for compile problem
2006-05-14 joncruzCorrected base structure and avoiding infinite loop.
2006-03-29 mentaldraft of layer manager