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
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-3
/
+3
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-4
/
+4
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-03-29
Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...
Jon A. Cruz
1
-1
/
+8
2010-03-27
Phase 2 - remove duplicated code and leave a single copy of each function.
Jon A. Cruz
1
-611
/
+1
2010-03-27
Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit p...
Jon A. Cruz
1
-202
/
+404
2010-03-23
Update to reflect "swatch" gradients as being assumed to be shared.
Jon A. Cruz
1
-1
/
+1
2010-03-22
C++-ification of enums.
Jon A. Cruz
1
-18
/
+18
2010-03-22
C++-ification of paint selector.
Jon A. Cruz
1
-20
/
+17
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-3
/
+4
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-1
/
+7
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-17
/
+17
2009-08-05
SPDocument->Document
johnce
1
-17
/
+17
2009-06-03
* [INTL:*] translator comments for all context strings added
Ivan Mas??r
1
-0
/
+2
2009-05-12
When selecting a path with markers but without a stroke, then one should be a...
Diederik van Lierop
1
-3
/
+37
2009-03-06
Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.
Jon A. Cruz
1
-2
/
+2
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-1
/
+1
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-41
/
+41
2008-11-21
Merge from fe-moved
Ted Gould
1
-15
/
+6
2008-10-27
From trunk
Ted Gould
1
-2
/
+7
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-16
fix leak of the arena and arenaitem
bulia byak
1
-0
/
+3
2008-08-09
gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog
Maximilian Albert
1
-434
/
+382
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+2
2008-03-10
noop: Address constness warning.
Peter Moulder
1
-16
/
+16
2007-12-04
fix bug: mid and end markers showed previews from start markers
bulia byak
1
-2
/
+4
2007-11-08
warning cleanup
Jon A. Cruz
1
-48
/
+29
2007-09-25
Initial support for icc color selection including CMYK
Jon A. Cruz
1
-4
/
+1
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-33
/
+50
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-10
/
+10
2007-08-20
fix 1777084
bulia byak
1
-0
/
+7
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-3
/
+3
2007-06-27
more unreffing temporary styles properly
bulia byak
1
-3
/
+3
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-1
/
+2
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-41
/
+60
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-58
/
+39
2007-02-23
Disabling transientize callback - it's currently causing some data loss
Bryce Harrington
1
-9
/
+11
2007-02-23
When selecting 'none', the marker wasn't getting removed from the line.
Bryce Harrington
1
-30
/
+47
2007-02-21
Adjusting how items in the marker menu are selected, so the recently
Bryce Harrington
1
-4
/
+2
2007-02-21
Fixes issue where a modified stock marker's preview image appears in the
Bryce Harrington
1
-1
/
+2
2007-02-21
Adding handler for switching documents, to regenerate the marker menus
Bryce Harrington
1
-24
/
+24
2007-02-20
Completes fix for 980157. Markers in current document's defs is now
Bryce Harrington
1
-46
/
+87
2007-02-20
Moving cache management code from .h to .cpp.
Bryce Harrington
1
-17
/
+21
2007-02-20
Moving functions from svg_preview_cache.h to a new .cpp
Bryce Harrington
1
-2
/
+1
2007-02-20
Partial fix for bug 980157.
Bryce Harrington
1
-61
/
+14
2007-01-10
Only evaluate stock markers if the inkscape:stockid tag is actually
Bryce Harrington
1
-5
/
+7
[prev]
[next]