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
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-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-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
2010-04-15
Add word-spacing attribute.
Tavmjong Bah
1
-3
/
+20
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-4
/
+4
2009-12-07
This commit hooks device-cmyk handling to color pickers. Now we have basic in...
Felipe Corr??a da Silva Sanches
1
-0
/
+28
2009-06-21
fix reading style from prefs for tools
bulia byak
1
-1
/
+1
2009-06-06
Don't crash when closing document with gradient tool being active (fixes bug ...
Diederik van Lierop
1
-1
/
+5
2009-05-12
When selecting a path with markers but without a stroke, then one should be a...
Diederik van Lierop
1
-27
/
+36
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-44
/
+35
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-9
/
+9
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-5
/
+5
2008-07-26
add optional bool* parameter to find out if the tool has color/opacity set in...
bulia byak
1
-3
/
+14
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-5
/
+5
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2008-02-16
fix 168320: return NOTHING only if no texts selected, but not when a text has...
bulia byak
1
-1
/
+1
[next]