index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
verbs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-05
Replace reference to non-existant icon to one that exists.
Tavmjong Bah
1
-1
/
+1
2017-07-02
Add function to save template
Christophe Lebras
1
-1
/
+1
2017-07-02
Add new verb "save template"
Christophe Lebras
1
-11
/
+17
2017-06-29
Disable "new" filter editor
Marc Jeanmougin
1
-1
/
+1
2017-06-28
First version (non-working)
Marc Jeanmougin
1
-1
/
+1
2017-05-23
selection chemistry: implement z-stack order
chr
1
-0
/
+14
2017-03-22
Add canvas flip. No GUI. Can be bound to keys via preferences.
Tavmjong Bah
1
-0
/
+38
2017-03-21
Add entry for canvas rotate step in Inkscape Preferences dialog.
Tavmjong Bah
1
-1
/
+2
2017-03-21
Add verbs for canvas rotation.
Tavmjong Bah
1
-22
/
+69
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-0
/
+1
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-8
/
+12
2017-02-27
Add a very simple prototype dialog as an example and test of deriving from Pa...
Tavmjong Bah
1
-0
/
+5
2017-01-21
Fix "swap fill and stroke" for multiple objects in selection
alexandru.roman
1
-0
/
+5
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-1
/
+0
2016-11-06
further cppification
Marc Jeanmougin
1
-1
/
+1
2016-11-02
fix prefs icon
Tobias Ellinghaus
1
-1
/
+1
2016-10-27
Add recursive clone unlink feature
Alexander Brock
1
-0
/
+5
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-57
/
+57
2016-11-09
Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>
Alexander Brock
1
-6
/
+6
2016-10-08
[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.
sandra-snan
1
-0
/
+46
2016-09-29
allow optional args for xverbs
Dmitry Zhulanov
1
-3
/
+5
2016-08-15
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
1
-1
/
+1
2016-08-03
Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14
Jabier Arraiza Cenoz
1
-0
/
+5
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-7
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+7
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-7
/
+1
2016-07-27
Renamed some functions, fixed tests
Adrian Boguszewski
1
-9
/
+9
2016-07-20
Changed arguments and names of selection chemistry functions
Adrian Boguszewski
1
-6
/
+6
2016-07-17
Add CSS panel with editing support (no changes reflected yet)
kamalpreetgrewal
1
-0
/
+5
2016-06-04
Register style dialog with support to add selector
kamalpreetgrewal
1
-0
/
+5
2016-04-15
Add a Resize to Page with Keyboard Shortcut
Martin Owens
1
-1
/
+1
2016-04-14
function to release object from group
Raphael Rosch
1
-0
/
+5
2016-04-02
Remove unused variable warnings.
Martin Owens
1
-4
/
+0
2016-04-02
Add icon for Live Path Effects dialog.
insaner and su_v
1
-1
/
+1
2015-12-27
Fix GTK+ fullscreen issue
Alex Valavanis
1
-4
/
+0
2015-12-26
Mark user-visible message for translation
Alexandre Prokoudine
1
-1
/
+1
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
1
-5
/
+8
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-5
/
+4
2015-12-03
String desc fix
Jabier Arraiza Cenoz
1
-2
/
+2
2015-12-03
Add global lock guides to the rulers
Jabier Arraiza Cenoz
1
-0
/
+5
2015-11-21
Hide unused verbs if Potrace is not available
Alex Valavanis
1
-2
/
+41
2015-05-09
duplicating layers now respect prefs for clone relinking
Marc Jeanmougin
1
-33
/
+3
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+3
2015-01-25
Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384)
su_v
1
-2
/
+2
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-20
/
+20
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-5
/
+1
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-10-02
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
1
-1
/
+1
[next]