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
/
tools
/
eraser-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-4
/
+5
2019-07-15
Eraser tool fixes
Thomas Holder
1
-2
/
+5
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-2
/
+2
2019-01-29
EraserToolbar: GtkAction migration
Alexander Valavanis
1
-5
/
+5
2018-12-03
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
Fix related bug on eraser
Jabier Arraiza
1
-1
/
+1
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+2
2018-06-21
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-11
/
+11
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-04-23
Fixing LPE recalculations warnings on update
Jabier Arraiza
1
-7
/
+2
2018-03-28
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
1
-1
/
+1
2018-03-26
Allow upadate shapen innside groups with LPE
Jabier Arraiza
1
-2
/
+7
2018-03-26
Fixing refs
Jabier Arraiza
1
-11
/
+0
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-29
/
+34
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-2
/
+2
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-10
/
+8
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-1
/
+1
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-7
/
+7
2016-11-09
Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>
Alexander Brock
1
-6
/
+6
2016-10-03
Fix a bug on eraser mode when previous clip are shapes not paths
Jabier Arraiza Cenoz
1
-2
/
+10
2016-08-29
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
1
-3
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-11
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+11
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-11
/
+0
2016-07-20
Changed signatures of boolean functions
Adrian Boguszewski
1
-3
/
+3
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-2
/
+2
2016-05-22
Speed improvements
Jabier Arraiza Cenoz
1
-15
/
+9
2016-05-22
first attem to work throught layers
Jabier Arraiza Cenoz
1
-4
/
+5
2016-05-22
Clip eraser done! Thanks Doctormon!
Jabier Arraiza Cenoz
1
-83
/
+82
2016-05-21
Working undo
Jabier Arraiza Cenoz
1
-17
/
+14
2016-05-21
Fixing undo thing
Jabier Arraiza Cenoz
1
-17
/
+4
2016-05-21
Fixing undo thing
Jabier Arraiza Cenoz
1
-6
/
+23
2016-05-06
working on undo
Jabier Arraiza Cenoz
1
-15
/
+6
2016-05-06
Finishing eraser tool. TODO undo work
Jabier Arraiza Cenoz
1
-45
/
+45
2016-05-02
Working on clip erase basic work done but broken
Jabier Arraiza Cenoz
1
-15
/
+94
2016-03-04
Fix for bug 415471 and 1553182 related to undo with eraser tool
Jabier Arraiza Cenoz
1
-41
/
+48
2016-03-04
Fix bug: 230480 eraser tool always deletes selected objects
Jabier Arraiza Cenoz
1
-1
/
+12
2016-03-04
Hide with widget in delete mode of eraser tool
Jabier Arraiza Cenoz
1
-0
/
+1
2016-03-01
Fix a bug with 0 width shapes
Jabier Arraiza Cenoz
1
-1
/
+3
2016-03-01
Improve fill rule and add mass option
Jabier Arraiza Cenoz
1
-19
/
+43
2016-02-13
Improved eraser tool, now working on documents not pixels and with 0 width
Jabier Arraiza Cenoz
1
-79
/
+80
2015-11-05
static code analysis
Kris De Gussem
1
-4
/
+4
2015-05-09
Fix eraser tool
Krzysztof Kosi??ski
1
-6
/
+18
2015-05-07
fix for stl "remove"
Marc Jeanmougin
1
-1
/
+1
[next]