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
/
clipboard.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-1
/
+1
2019-06-01
Allow rects be LPE like other primitives
Jabier Arraiza
1
-3
/
+0
2019-05-26
Add hide operand, work on groups and allow shapes as parameters in LPE Bool
Jabier Arraiza
1
-0
/
+10
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-03-12
Remove unnecessary conversion
Nathan Lee
1
-2
/
+2
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-18
/
+15
2018-12-03
Replace InkGC with std::shared_ptr for MessageStack
Emmanuel Gil Peyrot
1
-1
/
+1
2018-11-18
Fix stream class locations
Alexander Valavanis
1
-1
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-14
/
+7
2018-11-07
fix clipboard URL rebasing
Thomas Holder
1
-1
/
+6
2018-11-06
fix memory leak in ClipboardManagerImpl
Thomas Holder
1
-1
/
+3
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-4
/
+4
2018-09-29
Fix for bug:#1005036
Jabier Arraiza
1
-3
/
+2
2018-09-09
Minor fix
Marc Jeanmougin
1
-1
/
+1
2018-09-09
copypaste bugfix
Marc Jeanmougin
1
-9
/
+11
2018-08-21
use user-specific cache dir for clipboard temp file
Marc Jeanmougin
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-12
/
+12
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-53
/
+53
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-12
/
+12
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-18
/
+18
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-18
/
+18
2018-04-23
Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRC
Jabier Arraiza
1
-0
/
+1
2018-04-23
Handle transforms and gix groups linked by clipboard
Jabier Arraiza
1
-4
/
+4
2018-03-28
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
1
-3
/
+5
2018-02-03
Fix: relink clone to copy for ellipses
ilomaf
1
-1
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+22
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-12-04
Misc. typos
luzpaz
1
-1
/
+1
2017-11-14
Don't set a default 'font-size' when copying text if one is not set.
Tavmjong Bah
1
-2
/
+5
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-09-14
Added new LPE parameter to store Items array, also bugfixing in patharray par...
Jabiertxo Arraiza Cenoz
1
-1
/
+1
2017-09-09
This commit is based on a coment on bug #1670644. And allow to fill the fill ...
Jabier Arraiza
1
-0
/
+49
2017-04-22
avoid double transform of <use> element during copy. (Bug 1679428)
Alvin Penner
1
-1
/
+1
2017-02-28
This patch adds the copy-paste formated text functionality to the text tool.
Alexandru-Daniel Roman
1
-1
/
+44
2017-01-24
Remove some code and make dependant of rotate copies
Jabiertxof
1
-2
/
+0
2017-01-20
Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...
Jabiertxof
1
-20
/
+20
2017-01-04
Extract some common code into a routine.
Shlomi Fish
1
-9
/
+2
2017-01-02
Remove clone original code
Jabiertxof
1
-2
/
+0
2016-12-28
First attemp working
Jabiertxof
1
-0
/
+2
2016-11-05
Fix last commit not working, LPE are cloned on copies
Jabier Arraiza Cenoz
1
-2
/
+5
2016-11-05
Fix a bug on duplicate item with multiples LPE on it. previously the LPE beco...
Jabier Arraiza Cenoz
1
-23
/
+17
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-93
/
+94
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-12
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-10
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+12
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-12
/
+0
2016-07-27
Renamed some functions, fixed tests
Adrian Boguszewski
1
-2
/
+2
[next]