summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-2/+2
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot1-2/+1
2018-12-03Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot1-1/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-3/+3
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-3/+3
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-17/+0
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-15/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2008-09-21on closing and document change, if this was the last view on this document, d...bulia byak1-5/+9
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-2/+2
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY1-0/+7
2006-04-29since the view and document are both managed by the collector, reffing the do...MenTaLguY1-3/+1
2006-04-29add missing unref, which should hopefully address the document leakMenTaLguY1-0/+1