index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
stroke-style.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-2
/
+3
2016-11-12
Fix rare crash on undo break apart
Marc Jeanmougin
1
-4
/
+6
2016-10-02
Extract a function - is_query_style_updateable.
Shlomi Fish
1
-6
/
+5
2016-10-01
Extract a method instead of assigning a temp bool var.
Shlomi Fish
1
-5
/
+7
2016-09-30
Extract a function to prevent assignment + const-ing.
Shlomi Fish
1
-7
/
+11
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-60
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-3
/
+3
2016-03-08
Re-order the stroke dialog so buttons are collected and miter is inline.
Martin Owens
1
-73
/
+69
2016-03-07
Add GUI for 'paint-order' property.
Tavmjong Bah
1
-0
/
+107
2015-11-05
static code analysis
Kris De Gussem
1
-3
/
+3
2015-06-10
1357805+1227193 revisited
Liam P. White
1
-1
/
+5
2015-04-27
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
1
-2
/
+2
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-2
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-3
/
+4
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-7
/
+7
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-15
/
+14
2014-12-25
Remove sp_style_new().
Tavmjong Bah
1
-13
/
+11
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-5
/
+4
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-3
/
+3
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-4
/
+4
2014-11-25
Fix stroke style unit in F&S dialog (update to display unit on first open).
Josh Andler
1
-2
/
+2
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-3
/
+3
2014-10-19
Don't set linejoin and linecap type if query is "nothing" (query value is inv...
Tavmjong Bah
1
-4
/
+6
2014-10-13
Fix multiple: "Called C++ object pointer is null"
Tavmjong Bah
1
-0
/
+6
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-04-24
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
1
-3
/
+4
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-6
/
+6
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-7
/
+7
2014-03-09
Remove unused includes to tidy up the code.
Martin Owens
1
-0
/
+1
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-15
/
+15
2013-09-30
fix obvious leak
Johan B. C. Engelen
1
-0
/
+2
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-1
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-1
/
+1
2013-07-20
Ported "widgets/stroke-style.*".
Matthew Petroff
1
-89
/
+34
2013-07-09
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
1
-3
/
+3
2013-06-11
Change marker layout in stroke-widget so they are all on one line.
Martin Owens
1
-33
/
+8
2013-03-23
Use subclass of RadioButton rather than setting gobject data in Stroke Style ...
Alex Valavanis
1
-55
/
+79
2013-01-20
minor fix (do not compare to zero)
Kris De Gussem
1
-1
/
+2
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-6
/
+3
2012-12-09
Migrate remaining stuff from GtkTable to GtkGrid
Alex Valavanis
1
-1
/
+44
2012-10-29
Fix for 165865 : Markers - fix Undo history
John Smith
1
-3
/
+2
2012-09-23
Fix for 165865 : Assert when duplicating markers
John Smith
1
-1
/
+0
2012-09-17
Fix for 165865 : Fix marker color on duplicate
John Smith
1
-57
/
+29
2012-08-20
Fix for 165865 : markers must take object's stroke color
John Smith
1
-40
/
+251
2012-08-04
Fix for 1030239 : Custom markers only added to the list in Stroke Style after...
John Smith
1
-0
/
+2
[next]