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
/
select-tool.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-3
/
+3
*
select-tool: Only stop the rubberband when it was started
Uli Schlachter
2017-06-26
1
-1
/
+3
*
https://bugs.launchpad.net/inkscape/+bug/1496836
Alexandru-Daniel Roman
2017-03-03
1
-1
/
+1
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
1
-23
/
+23
*
[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.
sandra-snan
2016-10-08
1
-31
/
+1
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-8
/
+0
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-8
/
+0
|
|
\
|
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-8
/
+0
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-3
/
+1
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+3
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+1
|
|
/
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-1
/
+1
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-1
/
+1
|
/
*
remove tabs
Marc Jeanmougin
2016-06-16
1
-29
/
+29
*
Fix z-cycling (alt+mousewheel) behavior
Marc Jeanmougin
2016-06-16
1
-116
/
+83
*
static code analysis
Kris De Gussem
2016-02-22
1
-4
/
+6
*
cppification: GSList replaced by vectors (select tool cycling to 'select under')
Marc Jeanmougin
2015-12-06
1
-57
/
+37
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-1
/
+0
*
merge
Marc Jeanmougin
2015-04-26
1
-9
/
+0
|
\
|
*
Strip ToolFactory
Liam P. White
2015-02-25
1
-9
/
+0
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
|
Just...
mc
2015-02-18
1
-3
/
+2
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-5
/
+5
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
1
-7
/
+7
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-20
/
+20
*
Correct check-for-layer that should have been check-for-group. Fixes bug #138...
Jon A. Cruz
2014-11-02
1
-1
/
+1
*
Update to trunk r13638
Liam P. White
2014-10-25
1
-30
/
+48
|
\
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-30
/
+48
*
|
Move more UI code into ui/
Liam P. White
2014-10-05
1
-2
/
+2
|
/
*
Fix for crash when cycle-selecting.
Markus Engel
2014-03-01
1
-39
/
+27
*
Made constructors of tools use initializer lists.
Markus Engel
2014-02-26
1
-18
/
+18
*
Change my mind on the solution to the bug, protect all selection additions.
Martin Owens
2014-01-08
1
-2
/
+1
*
Make damn sure the item hasn't been deleted before adding it.
Martin Owens
2014-01-08
1
-1
/
+2
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-0
/
+1252