summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-3/+3
| | | | | disallow pointers to Application (bzr r13341.5.9)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | (bzr r13341.5.3)
* 1. make it compileLiam P. White2014-06-251-3/+3
| | | (bzr r13341.5.1)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-15/+1
| | | (bzr r10697)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.2)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+2
| | | (bzr r9945.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* on closing and document change, if this was the last view on this document, ↵bulia byak2008-09-211-5/+9
| | | | | delete document to free up memory (bzr r6866)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-2/+2
| | | (bzr r6561)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-0/+7
| | | (bzr r2745)
* since the view and document are both managed by the collector, reffing the ↵MenTaLguY2006-04-291-3/+1
| | | | | document from the view is totally unnecessary (bzr r617)
* add missing unref, which should hopefully address the document leakMenTaLguY2006-04-291-0/+1
| | | (bzr r615)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+163
(bzr r1)