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
/
cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-4
/
+3
*
Clarify licenses
Max Gaukler
2018-11-08
2
-2
/
+4
*
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
2018-10-22
1
-1
/
+0
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+4
*
Remove all unused makefile.in
Stefano Facchini
2017-10-19
1
-17
/
+0
*
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-6
/
+0
*
Correct comment.
Tavmjong Bah
2016-05-03
1
-1
/
+1
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
*
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
1
-8
/
+11
*
Header cleanup
Alex Valavanis
2013-03-29
1
-1
/
+0
*
Fix for 165865 : markers must take object's stroke color
John Smith
2012-08-20
2
-0
/
+9
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
2011-10-04
1
-2
/
+8
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
2
-6
/
+6
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
2
-21
/
+21
*
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-24
/
+26
*
Merge from trunk to pull in fix for LP #806105
Krzysztof Kosi??ski
2011-07-13
1
-2
/
+1
|
\
|
*
Fix crashes in print preview
Krzysztof Kosi??ski
2011-07-13
1
-2
/
+1
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-3
/
+0
|
\
|
*
cmake:
Campbell Barton
2011-06-13
1
-3
/
+0
|
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-2
/
+2
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-1
/
+1
|
\
|
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
2010-08-15
1
-0
/
+1
*
|
Completely remove NRPixBlock
Krzysztof Kosi??ski
2010-08-14
1
-27
/
+16
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-0
/
+1
|
/
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-6
/
+1
*
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
2009-02-19
1
-1
/
+0
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
2008-08-04
2
-8
/
+8
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-2
/
+1
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-3
/
+3
*
add CMakeLists.txt file for src/ui and subdirs
Johan B. C. Engelen
2008-03-30
1
-0
/
+4
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-4
/
+3
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-3
/
+3
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-3
/
+3
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-1
/
+1
*
Fixes issue where a modified stock marker's preview image appears in the
Bryce Harrington
2007-02-21
2
-6
/
+10
*
Moving cache management code from .h to .cpp.
Bryce Harrington
2007-02-20
2
-34
/
+53
*
Moving functions from svg_preview_cache.h to a new .cpp
Bryce Harrington
2007-02-20
4
-68
/
+198
*
Partial fix for bug 980157.
Bryce Harrington
2007-02-20
1
-0
/
+78
[next]