index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
splivarot.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inkscape::XML::Node::addChildAtPos
Thomas Holder
2019-10-16
1
-23
/
+10
*
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
2019-10-12
1
-8
/
+4
*
Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path convers...
Jabier Arraiza
2019-09-04
1
-74
/
+34
*
reduce usage of desktop coordinates (#341)
Thomas Holder
2019-08-18
1
-1
/
+1
*
Keep generic attributes with "Simplify" et. al
Thomas Holder
2019-03-18
1
-135
/
+39
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-3
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-4
/
+3
*
Merge branch 'break-apart-speedup' of gitlab.com:ollip/inkscape
Marc Jeanmougin
2018-12-20
1
-0
/
+6
|
\
|
*
Accelerate boolean path operation for larger paths by disabling redrawing the...
Olli Parviainen
2018-12-08
1
-0
/
+6
*
|
Remove unused transform functions related to LPE and improvements to fill-bet...
Jabier Arraiza
2018-12-15
1
-1
/
+0
|
/
*
Clarify licenses
Max Gaukler
2018-11-08
1
-5
/
+8
*
Move global functions into SPImage methods.
Emmanuel Gil Peyrot
2018-06-21
1
-2
/
+2
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-58
/
+58
*
Fix promote d
Jabier Arraiza
2018-04-23
1
-4
/
+11
*
Revert TAV d work for testing
Jabier Arraiza
2018-04-23
1
-11
/
+4
*
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
2018-03-28
1
-0
/
+3
*
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
2018-03-27
1
-1
/
+1
*
Base LPE refactor
Jabier Arraiza
2018-03-26
1
-2
/
+2
*
Promote the path 'd' attribute to a property per SVG 2. Try 2.
Tavmjong Bah
2018-03-07
1
-4
/
+11
*
Misc. typos
luz.paz
2018-02-10
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-17
/
+23
*
Fix message probles on boolops and for example when moving or transforming a ...
Jabiertxo Arraiza Cenoz
2017-12-29
1
-11
/
+15
*
Revert "Add improvements sugested by Eduard Brawn And Moini"
Marc Jeanmougin
2017-12-29
1
-7
/
+3
*
Add improvements sugested by Eduard Brawn And Moini
Jabiertxo Arraiza Cenoz
2017-12-28
1
-3
/
+7
*
Misc. typos
Unknown
2017-11-07
1
-2
/
+2
*
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
2017-09-24
1
-9
/
+9
*
Do not simplify when path inset or outset
morapeter
2017-04-13
1
-11
/
+0
*
convert Preferences Inset/Outset to document units. (Bug 1542093)
Alvin Penner
2017-03-27
1
-3
/
+4
*
Fix a critical warning on convert to paths https://bugs.launchpad.net/inkscap...
Jabiertxof
2017-02-11
1
-1
/
+1
*
Fix bug #1662812 Converting Stroke to Path messes document's structure
Jabiertxof
2017-02-10
1
-22
/
+40
*
Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>
Alexander Brock
2016-11-09
1
-106
/
+57
*
Bug fixes to stroke to path pointed by CR
Jabier Arraiza Cenoz
2016-09-02
1
-11
/
+18
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-36
/
+47
|
\
|
*
Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14
Jabier Arraiza Cenoz
2016-08-03
1
-36
/
+47
*
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-214
/
+352
|
\
|
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-9
/
+0
|
*
Fix Stroke to fill retaining fills
Jabier Arraiza Cenoz
2016-07-28
1
-216
/
+353
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+9
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-9
/
+0
*
|
Changed signatures of boolean functions
Adrian Boguszewski
2016-07-20
1
-64
/
+106
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-3
/
+3
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-4
/
+4
|
\
|
*
|
Added xmlNodes as range function
Adrian Boguszewski
2016-07-01
1
-1
/
+1
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-5
/
+5
|
/
*
Added normalized path to flowtext
Adrian Boguszewski
2016-05-15
1
-1
/
+4
*
fix-bug-734201. stroke-to-path doesn't scale stroke width used in markers
Jabier Arraiza Cenoz
2016-05-08
1
-3
/
+5
*
Improved eraser tool, now working on documents not pixels and with 0 width
Jabier Arraiza Cenoz
2016-02-13
1
-0
/
+7
*
Remove two path requirement, there is some really good functionality with mul...
Martin Owens
2016-01-02
1
-7
/
+0
[next]