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