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
/
tweak-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
Inkscape::XML::Node::addChildAtPos
Thomas Holder
1
-2
/
+1
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-150
/
+150
2019-06-12
Refactor: convert rotate_rel() to a method.
Shlomi Fish
1
-1
/
+1
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-2
/
+2
2019-05-28
Hackfest2019: Get rid of deprecated InkSelectOneAction
Alexander Valavanis
1
-2
/
+19
2019-02-02
TweakToolbar: GtkAction migration
Alexander Valavanis
1
-5
/
+5
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+1
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-10-05
Removal of code but breaks gradients
Martin Owens
1
-5
/
+5
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+1
2018-09-12
New option to invert y-axis
Thomas Holder
1
-3
/
+4
2018-06-21
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-9
/
+9
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-13
/
+13
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-03-26
Fixing refs
Jabier Arraiza
1
-2
/
+0
2018-02-18
Misc. typos
luz.paz
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-48
/
+48
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-2
/
+2
2017-10-02
Second batch
Marc Jeanmougin
1
-8
/
+5
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-8
/
+8
2016-12-16
remove rollback to 15315
Jabiertxof
1
-1
/
+2
2016-12-16
Rollback 15315
Jabiertxof
1
-2
/
+1
2016-12-15
Prevent crash when iterator invalidated after converting shape to path.
Tavmjong Bah
1
-1
/
+2
2016-11-14
Implement tweaking of mesh handle colors.
Tavmjong Bah
1
-80
/
+102
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-12
/
+0
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-14
Renamed children list in SPObject
Adrian Boguszewski
1
-4
/
+4
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-4
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-8
/
+8
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-3
/
+3
2015-11-13
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-2
/
+1
2015-04-26
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
Strip ToolFactory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-6
/
+6
2015-02-18
Just...
mc
1
-14
/
+11
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-14
/
+14
2014-12-21
Purge sp_desktop_controls
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-37
/
+49
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-06-07
Undo changes in r13391
Liam P. White
1
-1
/
+1
2014-06-06
Clean up some unnecessary pointer usage in livarot
Liam P. White
1
-1
/
+1
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-26
/
+19
[next]