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
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-41
/
+13
2019-10-28
refactor: TypedSPI
Thomas Holder
1
-2
/
+2
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-31
/
+32
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-0
/
+52
2019-10-14
Re-Add blending modes UI using CSS instead filters
Jabier Arraiza
1
-41
/
+8
2019-10-10
Fix GC warnings
Marc Jeanmougin
1
-1
/
+3
2019-09-16
Improve casts from voids and fix a issue when fill/stroke is unset set deskto...
Jabier Arraiza
1
-1
/
+4
2019-08-17
Formatting last commit
vanntile
1
-8
/
+9
2019-08-17
Some useful hatch changes
vanntile
1
-6
/
+20
2019-08-02
Removing absolute units
Jabiertxof
1
-1
/
+4
2019-08-02
Stop worinig with units switch to px. Keep discussion opengit add .git add .
Jabiertxof
1
-4
/
+1
2019-04-02
Replace IS_NAN with std::isnan (exists since C++11)
Patrick Storz
1
-4
/
+4
2019-01-02
modernize loops
Marc Jeanmougin
1
-44
/
+18
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+3
2018-11-05
remove Inkscape::URI::toString
Thomas Holder
1
-6
/
+2
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-22
/
+22
2018-06-07
Add GUI support for 'font-variant-east-asian' property.
Tavmjong Bah
1
-5
/
+15
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-03-15
Add 'font-variation-settings' to style query.
Tavmjong Bah
1
-4
/
+6
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+26
2017-09-21
Refactor Box3d::string_from_axes to use Glib::ustring
Jan Lingscheid
1
-4
/
+2
2017-07-05
Fix 'direction' gui.
Tavmjong Bah
1
-2
/
+3
2016-12-16
remove rollback to 15315
Jabiertxof
1
-2
/
+9
2016-12-16
Rollback 15315
Jabiertxof
1
-9
/
+2
2016-12-11
Add option to unset 'line-height' (as well as determine where it is set).
Tavmjong Bah
1
-2
/
+9
2016-12-09
Add button to access outer text style ('font-size', 'line-height'). These det...
Tavmjong Bah
1
-1
/
+1
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-3
/
+7
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-7
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+7
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-7
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-4
/
+4
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-4
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-11
/
+14
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-3
/
+3
2016-03-30
Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).
Tavmjong Bah
1
-4
/
+10
2016-03-22
Add line-height unit selector to text toolbar.
Tavmjong Bah
1
-22
/
+74
2016-03-18
Reverting 14701.
Tavmjong Bah
1
-7
/
+1
2016-03-15
fix-bug-1557192. paint-order crash with multiple items
Jabier Arraiza Cenoz
1
-3
/
+3
2016-03-12
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
1
-1
/
+7
2016-03-07
Add GUI for 'paint-order' property.
Tavmjong Bah
1
-10
/
+66
2016-02-22
static code analysis
Kris De Gussem
1
-1
/
+1
2015-10-28
static code analysis
Kris De Gussem
1
-18
/
+18
2015-10-28
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
1
-5
/
+57
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
[next]