index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop-style.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Add simple GUI for 'font-feature-settings'.
Tavmjong Bah
1
-1
/
+60
2015-05-18
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...
Tavmjong Bah
1
-12
/
+18
2015-05-16
Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...
Tavmjong Bah
1
-6
/
+31
2015-05-12
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...
Tavmjong Bah
1
-0
/
+60
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-2
/
+2
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-15
/
+14
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-19
/
+19
2015-02-22
fix scaling of letter-spacing and word-spacing. (Bug 772057)
Alvin Penner
1
-2
/
+2
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-33
/
+33
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-60
/
+60
2014-12-25
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
1
-4
/
+3
2014-12-16
Read 'context-fill' and 'context-stroke' keywords.
Tavmjong Bah
1
-1
/
+1
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-100
/
+140
2014-10-16
Removed dangerous GTK-mimicking macros.
Jon A. Cruz
1
-2
/
+4
2014-09-29
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...
Tavmjong Bah
1
-2
/
+4
2014-09-29
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...
Tavmjong Bah
1
-2
/
+4
2014-09-27
Update to experimental r13565
Liam P. White
1
-2
/
+2
2014-09-23
Fix for #1334792. Correct inheritance for 'line-height' property.
Tavmjong Bah
1
-2
/
+2
2014-09-23
Fix for #1334792. Correct inheritance for 'line-height' property.
Tavmjong Bah
1
-2
/
+2
2014-08-18
Fix build (not pretty).
Liam P. White
1
-0
/
+1
2014-06-10
Remove 'font' shorthand if we have written out font longhand properties.
Tavmjong Bah
1
-1
/
+7
2014-06-10
Remove 'font' shorthand if we have written out font longhand properties.
Tavmjong Bah
1
-1
/
+7
2014-05-28
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
1
-2
/
+2
2014-04-24
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
1
-4
/
+4
2014-04-24
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
1
-25
/
+25
2014-02-09
memleak fix
David Mathog
1
-2
/
+6
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-1
/
+1
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-1
/
+2
2013-03-11
cppcheck
Kris De Gussem
1
-1
/
+1
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-3
/
+3
2012-08-16
Fix for 168164 : Font sizes in points option
John Smith
1
-0
/
+2
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-09-06
Fix isnan() compilation issues
Diederik van Lierop
1
-4
/
+5
2011-09-05
When scaling a diagonal line to a horizontal line, the strokewidth becomes Na...
Diederik van Lierop
1
-16
/
+30
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-5
/
+5
2011-04-01
Tweak and spray:
Nicolas Dufour
1
-1
/
+1
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-49
/
+97
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-5
/
+5
2010-09-06
Color preview in cursor
Jasper van de Gronde
1
-0
/
+5
2010-08-11
XML Privatisation Stuff after a long time
Abhishek Sharma public
1
-2
/
+3
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-2
/
+2
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-07
Revert device-color for now.
Jon A. Cruz
1
-26
/
+0
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-07-03
Create only single-stop gradients when using Fill-n-Stroke to convert solid t...
Jon A. Cruz
1
-4
/
+22
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-5
/
+5
2010-06-06
Don't write text-specific style attributes to non-text objects.
Tavmjong Bah
1
-2
/
+21
2010-06-04
Add support for baseline-shift attribute (all possible values).
Tavmjong Bah
1
-0
/
+97
[next]