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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-3
/
+3
2017-06-26
select-tool: Only stop the rubberband when it was started
Uli Schlachter
1
-1
/
+3
2017-03-03
https://bugs.launchpad.net/inkscape/+bug/1496836
Alexandru-Daniel Roman
1
-1
/
+1
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-23
/
+23
2016-10-08
[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.
sandra-snan
1
-31
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-8
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-06-16
remove tabs
Marc Jeanmougin
1
-29
/
+29
2016-06-16
Fix z-cycling (alt+mousewheel) behavior
Marc Jeanmougin
1
-116
/
+83
2016-02-22
static code analysis
Kris De Gussem
1
-4
/
+6
2015-12-06
cppification: GSList replaced by vectors (select tool cycling to 'select under')
Marc Jeanmougin
1
-57
/
+37
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+0
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
Strip ToolFactory
Liam P. White
1
-9
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-1
/
+1
2015-02-18
Just...
mc
1
-3
/
+2
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-5
/
+5
2014-12-21
Purge sp_desktop_canvas
Liam P. White
1
-7
/
+7
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-20
/
+20
2014-11-02
Correct check-for-layer that should have been check-for-group. Fixes bug #138...
Jon A. Cruz
1
-1
/
+1
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-30
/
+48
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-03-01
Fix for crash when cycle-selecting.
Markus Engel
1
-39
/
+27
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-18
/
+18
2014-01-08
Change my mind on the solution to the bug, protect all selection additions.
Martin Owens
1
-2
/
+1
2014-01-08
Make damn sure the item hasn't been deleted before adding it.
Martin Owens
1
-1
/
+2
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-21
/
+30
2013-08-04
cppcheck
Kris De Gussem
1
-55
/
+52
2013-08-03
reduce variable scope
Johan B. C. Engelen
1
-8
/
+6
2013-08-03
Cleaned up.
Markus Engel
1
-44
/
+44
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-2
/
+2
2013-07-05
Adjust sizes of lists
Martin Owens
1
-1
/
+1
2013-07-04
Improve handle xpm loading using rotate
Martin Owens
1
-14
/
+16
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-16
/
+16
2013-05-02
alt + scroll to select messes up opacity
Raphael Rosch
1
-13
/
+51
2013-04-28
Temporily fix abiguous macros before later removal.
Jon A. Cruz
1
-32
/
+32
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-3
/
+3
2013-04-21
Cleaned up a bit.
Markus Engel
1
-281
/
+338
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-112
/
+12
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-0
/
+36
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-0
/
+16
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-0
/
+2
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-7
/
+16
2013-04-08
patch by Damjan Velickovski for rotation snap degrees, Bug 525508
Alvin Penner
1
-2
/
+2
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-8
/
+42
[next]