index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
view
/
view.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
2019-03-15
1
-2
/
+2
*
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2019-02-20
1
-1
/
+1
*
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
2018-12-03
1
-2
/
+1
*
Replace InkGC with std::shared_ptr for MessageStack
Emmanuel Gil Peyrot
2018-12-03
1
-1
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-5
/
+5
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-3
/
+3
*
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-1
/
+1
*
1. make it compile
Liam P. White
2014-06-25
1
-3
/
+3
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-17
/
+0
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-15
/
+1
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-3
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
on closing and document change, if this was the last view on this document, d...
bulia byak
2008-09-21
1
-5
/
+9
*
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
2008-08-04
1
-2
/
+2
*
allow multiple (balanced) calls to add and remove document
MenTaLguY
2007-03-23
1
-0
/
+7
*
since the view and document are both managed by the collector, reffing the do...
MenTaLguY
2006-04-29
1
-3
/
+1
*
add missing unref, which should hopefully address the document leak
MenTaLguY
2006-04-29
1
-0
/
+1
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+163