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
/
spray-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Spray. Fix for Bug #1459845 (Spray tool pressure sensitivity broken?).
Nicolas Dufour
1
-38
/
+9
2015-06-18
Spray Tool. Fixing boolean initialization and coding style issues.
Nicolas Dufour
1
-3
/
+3
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-2
/
+1
2015-03-19
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
1
-1
/
+1
2015-03-14
Fix for a potential (though unlikely) dereference of null pointer in the spra...
Nicolas Dufour
1
-32
/
+34
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-3
/
+3
2015-02-25
Strip ToolFactory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-7
/
+7
2015-02-18
Just...
mc
1
-20
/
+12
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-4
/
+4
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
-12
/
+20
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-07-22
Fixed some unused variables warnings.
Markus Engel
1
-1
/
+1
2014-03-09
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
1
-2
/
+2
2014-02-28
Spray tool:
Nicolas Dufour
1
-32
/
+58
2014-02-27
remove some unnecessary copying/casting
Johan B. C. Engelen
1
-4
/
+4
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-29
/
+24
2014-02-16
Fix console messages (see Bug #879058 - Spray Single Path Mode includes origi...
Nicolas Dufour
1
-16
/
+8
2014-02-08
Fix for Bug #879058 (Spray Single Path Mode includes original object).
Nicolas Dufour
1
-1
/
+1
2014-02-05
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
1
-28
/
+28
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
-24
/
+32
2013-09-30
more string leaks
Johan B. C. Engelen
1
-1
/
+3
2013-09-24
Simplified some in-code circle creation.
Markus Engel
1
-8
/
+6
2013-09-21
Fix format security errors
Alex Valavanis
1
-1
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-24
/
+21
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-7
/
+0
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-181
/
+153
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+1
2013-04-28
Temporily fix abiguous macros before later removal.
Jon A. Cruz
1
-16
/
+16
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-14
/
+14
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-46
/
+15
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-18
/
+14
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
-11
/
+54
2013-03-18
Fix -Wunused-function warnings
Alex Valavanis
1
-13
/
+0
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-30
/
+6
2012-12-31
Replace C-style pointer casts in event contexts
Alex Valavanis
1
-17
/
+17
2012-12-03
Translations. Removing sp-color-gtkselector.cpp from translatable files.
Nicolas Dufour
1
-3
/
+3
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-17
/
+17
2012-09-06
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
1
-0
/
+6
2012-08-09
Warnings cleanup (see Bug #1034663).
Nicolas Dufour
1
-4
/
+4
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-89
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-28
/
+120
2012-02-15
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
1
-5
/
+6
[next]