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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-28
/
+28
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+10
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Remove old icon handling code
Alexander Valavanis
2017-06-29
1
-2
/
+3
*
Fix rare crash on undo break apart
Marc Jeanmougin
2016-11-12
1
-4
/
+6
*
Extract a function - is_query_style_updateable.
Shlomi Fish
2016-10-02
1
-6
/
+5
*
Extract a method instead of assigning a temp bool var.
Shlomi Fish
2016-10-01
1
-5
/
+7
*
Extract a function to prevent assignment + const-ing.
Shlomi Fish
2016-09-30
1
-7
/
+11
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-60
/
+0
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-60
/
+0
|
|
\
|
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-60
/
+0
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-3
/
+0
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+0
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
|
|
/
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-5
/
+5
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-3
/
+3
|
/
*
Re-order the stroke dialog so buttons are collected and miter is inline.
Martin Owens
2016-03-08
1
-73
/
+69
*
Add GUI for 'paint-order' property.
Tavmjong Bah
2016-03-07
1
-0
/
+107
*
static code analysis
Kris De Gussem
2015-11-05
1
-3
/
+3
*
1357805+1227193 revisited
Liam P. White
2015-06-10
1
-1
/
+5
*
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
1
-2
/
+2
*
more cast cleanup
Marc Jeanmougin
2015-02-27
1
-2
/
+2
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-3
/
+4
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-7
/
+7
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-15
/
+14
*
Remove sp_style_new().
Tavmjong Bah
2014-12-25
1
-13
/
+11
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-5
/
+4
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
1
-3
/
+3
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-4
/
+4
*
Fix stroke style unit in F&S dialog (update to display unit on first open).
Josh Andler
2014-11-25
1
-2
/
+2
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-3
/
+3
*
Update to trunk r13638
Liam P. White
2014-10-25
1
-4
/
+6
|
\
|
*
Don't set linejoin and linecap type if query is "nothing" (query value is inv...
Tavmjong Bah
2014-10-19
1
-4
/
+6
*
|
Update to trunk r13621
Liam P. White
2014-10-17
1
-0
/
+6
|
\
|
|
*
Fix multiple: "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-0
/
+6
*
|
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
|
/
*
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
2014-04-24
1
-3
/
+4
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-6
/
+6
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-7
/
+7
*
Remove unused includes to tidy up the code.
Martin Owens
2014-03-09
1
-0
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-15
/
+15
*
fix obvious leak
Johan B. C. Engelen
2013-09-30
1
-0
/
+2
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-89
/
+34
|
\
|
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-1
/
+1
|
*
Ported "widgets/stroke-style.*".
Matthew Petroff
2013-07-20
1
-89
/
+34
|
*
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-3
/
+3
*
|
Cleaned up.
Markus Engel
2013-08-03
1
-1
/
+1
|
/
*
Change marker layout in stroke-widget so they are all on one line.
Martin Owens
2013-06-11
1
-33
/
+8
[next]