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-marker-selector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-2
/
+2
2019-01-27
Adding styling refactoring, moving after to other branch the CSS part
Jabier Arraiza
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+2
2018-11-09
Fix codding style
Jabiertxof
1
-1
/
+1
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-06
Use C++11 raw string for embeded SVG.
Tavmjong Bah
1
-25
/
+27
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-08-09
Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_reques...
Jabiertxof
1
-1
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-14
/
+14
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-13
/
+13
2018-01-19
Move general ellipsize text function out of gradient files.
Tavmjong Bah
1
-2
/
+3
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-29
/
+14
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-7
/
+2
2017-05-18
stroke-style: fix preloading no-marker
chr
1
-4
/
+10
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-3
/
+3
2014-12-23
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
1
-4
/
+4
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-1
/
+1
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
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
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-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-5
/
+5
2013-06-12
Use fixed inkscape icon for 'no-marker' instead of gtk theme icon
Martin Owens
1
-6
/
+2
2013-06-12
Use 'remove' instead of 'gtk-remove' for theme.
Martin Owens
1
-2
/
+2
2013-06-11
Change back to using NULL and fix windows theme error by checking
Martin Owens
1
-5
/
+8
2013-06-11
Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...
Martin Owens
1
-2
/
+5
2013-06-11
Change marker layout in stroke-widget so they are all on one line.
Martin Owens
1
-10
/
+0
2012-09-25
Fix for 293358 : Reduce width of Fill Stroke dialog
John Smith
1
-2
/
+3
2012-09-17
Fix for 165865 : Fix marker color on duplicate
John Smith
1
-6
/
+2
2012-08-28
Fix for 165865 : markers must take object's stroke color - fix for floating w...
John Smith
1
-1
/
+3
2012-08-20
Fix for 165865 : markers must take object's stroke color
John Smith
1
-18
/
+84
2012-08-07
Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke -...
John Smith
1
-4
/
+19
2012-08-04
Fix for 1030239 : Custom markers only added to the list in Stroke Style after...
John Smith
1
-0
/
+5
2012-08-04
Fix for 1030239 : Custom markers only added to the list in Stroke Style after...
John Smith
1
-57
/
+135
2012-05-18
Fix for 973195 : Limit width of marker labels
John Smith
1
-1
/
+2
2012-04-09
fix memory leak and some minor things
Kris De Gussem
1
-12
/
+17
2012-04-04
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2012-03-14
Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox
John Smith
1
-0
/
+458