index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
document.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #476 ignore hidden layers when selecting
Thomas Holder
2019-10-18
1
-4
/
+9
*
Fix segfault with bad SVG file.
Tavmjong Bah
2019-10-05
1
-1
/
+5
*
Allow duplication of objects with empty ids
Nathan Lee
2019-10-01
1
-8
/
+4
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-17
/
+0
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-2
/
+2
*
reduce usage of desktop coordinates (#341)
Thomas Holder
2019-08-18
1
-19
/
+20
*
Make doc2dt a document property
Thomas Holder
2019-07-27
1
-1
/
+16
*
Allow styling def sections and go to the eleemnt
Jabiertxof
2019-07-05
1
-1
/
+2
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-1
/
+1
*
Add comment, rename function
Marc Jeanmougin
2019-04-24
1
-1
/
+1
*
Fix style and line detection
Marc Jeanmougin
2019-04-24
1
-1
/
+1
*
Removes style on empty lines
Marc Jeanmougin
2019-04-24
1
-0
/
+5
*
Remove trailing whitespace.
Tavmjong Bah
2019-04-07
1
-34
/
+34
*
Move signal functions to end, matches order in header file.
Tavmjong Bah
2019-04-07
1
-102
/
+99
*
More document.h cleanup.
Tavmjong Bah
2019-04-06
1
-65
/
+36
*
Reorganize document.h.
Tavmjong Bah
2019-04-04
1
-7
/
+7
*
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
2019-03-15
1
-3
/
+22
*
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2019-02-20
1
-87
/
+87
*
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
2019-01-20
1
-3
/
+4
*
Remove unneeded unreferencing. Add check on reference count.
Tavmjong Bah
2019-01-06
1
-0
/
+8
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-4
/
+4
*
DocumentUndo::ScopedInsensitive
Thomas Holder
2018-12-14
1
-4
/
+1
*
Improve spliter and add outline mode functionality
Jabier Arraiza
2018-12-01
1
-1
/
+0
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove into filtered groups
Jabier Arraiza
2018-11-05
1
-9
/
+9
*
Fix coding stule and things comented on the MR
Jabier Arraiza
2018-11-05
1
-21
/
+25
*
Improvemets to find items
Jabier Arraiza
2018-11-05
1
-14
/
+29
*
Move contents of document-private.h to document.h.
Tavmjong Bah
2018-10-29
1
-100
/
+82
*
Move some files to 'io' directory.
Tavmjong Bah
2018-10-13
1
-1
/
+1
*
Misc. typos
luz.paz
2018-10-06
1
-1
/
+1
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Use _WIN32 instead of WIN32
Eduard Braun
2018-10-01
1
-2
/
+2
*
SP_ACTIVE_DESKTOP: check for NULL or eliminate
Thomas Holder
2018-09-27
1
-1
/
+2
*
fix crash with PNG/JPG command line argument
Thomas Holder
2018-09-27
1
-1
/
+1
*
New option to invert y-axis
Thomas Holder
2018-09-12
1
-2
/
+8
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-96
/
+96
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Put adaptagrams into its own folder
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-11
/
+20
*
Flushing std::cout
Jabier Arraiza
2017-09-17
1
-1
/
+1
*
Add support for imported style sheets via @import to Inkscape.
Tavmjong Bah
2017-08-07
1
-0
/
+2
*
Add contextual buttons to Hide/lock and Unhide/unlock items
Jabiertxof
2017-06-06
1
-4
/
+4
*
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
2017-06-04
1
-0
/
+5
*
Add very raw page loading using links
Martin Owens
2017-06-04
1
-3
/
+9
*
Allow any valid CSS selector.
Tavmjong Bah
2017-02-22
1
-0
/
+49
*
[Bug #1662439] Instant crash when trying to move svg symbol.
Nicolas Dufour
2017-02-09
1
-1
/
+3
*
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
2017-02-05
1
-1
/
+13
[next]