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
/
fill-style.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
refactor: TypedSPI
Thomas Holder
1
-4
/
+4
2019-01-02
modernize loops
Marc Jeanmougin
1
-21
/
+21
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-14
/
+14
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-14
/
+15
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2016-11-08
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
1
-26
/
+129
2016-10-13
Better handling of mesh gradients in Paint Selector dialog.
Tavmjong Bah
1
-0
/
+9
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2015-11-16
static code analysis
Kris De Gussem
1
-3
/
+3
2015-11-13
static code analysis
Kris De Gussem
1
-3
/
+3
2015-05-09
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...
Tomasz Boczkowski
1
-4
/
+2
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-2
/
+2
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-4
/
+4
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-3
/
+3
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-4
/
+4
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-16
/
+16
2014-12-25
Remove sp_style_new().
Tavmjong Bah
1
-13
/
+10
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Purge sp_desktop_canvas
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-05-28
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-3
/
+3
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-08-01
Fix for 1029302 : Fill/Stroke dialog does not update on tool change
John Smith
1
-1
/
+17
2012-05-08
Follow-up conversion from bool.
Jon A. Cruz
1
-4
/
+8
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+3
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-2
/
+2
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-04
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
1
-10
/
+10
2010-07-03
Create only single-stop gradients when using Fill-n-Stroke to convert solid t...
Jon A. Cruz
1
-7
/
+11
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-7
/
+7
2010-07-02
Rough pass of Fill-n-Stroke swatch conversion.
Jon A. Cruz
1
-1
/
+5
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-4
/
+4
[next]