summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-2/+2
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-2/+1
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-1/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-3/+3
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
* 1. make it compileLiam P. White2014-06-251-3/+3
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-17/+0
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-15/+1
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* on closing and document change, if this was the last view on this document, d...bulia byak2008-09-211-5/+9
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-2/+2
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-0/+7
* since the view and document are both managed by the collector, reffing the do...MenTaLguY2006-04-291-3/+1
* add missing unref, which should hopefully address the document leakMenTaLguY2006-04-291-0/+1
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+163