summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-5/+4
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-3/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+12
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-7/+7
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-5/+5
* fix minor bug from recent merge: layer names were incorrectly createdMarc Jeanmougin2015-12-131-2/+3
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-11/+9
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
* Isolate components of libgcLiam P. White2015-02-251-1/+1
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Fix for 1019974 : Default layer names are inconsistentJohn Smith2012-10-121-34/+47
* code style (use NULL for pointers instead of 0)Johan B. C. Engelen2012-08-151-3/+3
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-6/+6
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+8
|\
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-2/+4
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-1/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-30/+34
* From trunkTed Gould2008-10-271-2/+3
* Avoid redundant additions for non-layer layersJon A. Cruz2008-03-031-1/+3
* Avoid adding layers who's repr is null or disconnected, or with a parent who'...Jon A. Cruz2008-03-031-3/+19
* Avoiding adding layers that are not listed in the document's current set.Jon A. Cruz2008-03-031-21/+108
* http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4f...Johan B. C. Engelen2007-11-301-0/+3
* add destructor to LayerManager that disconnects it signals. see bug: [ 172087...Johan B. C. Engelen2007-11-031-0/+6
* warning cleanupJon A. Cruz2007-11-021-6/+6
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
* switch to sigc++ signals and manually clean up signal connections (although i...MenTaLguY2006-07-211-9/+7
* workaround assertion upon file revertJon A. Cruz2006-05-291-3/+6
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+12
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+52
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-1/+49
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-1/+21
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz2006-05-181-3/+1
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+3
* Minor update for compile problemJon A. Cruz2006-05-141-13/+15
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-13/+30
* draft of layer managerMenTaLguY2006-03-291-0/+71