index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
latex-pstricks.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-1
/
+1
2019-08-31
Adjust <print> extensions for previous commit.
Patrick Storz
1
-6
/
+6
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+3
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+0
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-1
/
+1
2018-08-05
Revert changes
Jabier Arraiza
1
-9
/
+1
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-1
/
+9
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+0
2017-07-17
Cleanup: eliminate version from config.h
Eduard Braun
1
-2
/
+3
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-3
/
+2
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-6
/
+3
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-4
/
+4
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-3
/
+3
2012-04-18
Warning cleanup
Jon A. Cruz
1
-15
/
+10
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2012-02-04
initialisation
Kris De Gussem
1
-14
/
+11
2012-01-22
memleak / header stuff / unused variable.
Kris De Gussem
1
-10
/
+5
2012-01-20
cppcheck
Kris De Gussem
1
-4
/
+2
2012-01-20
fix memleak
Kris De Gussem
1
-4
/
+3
2011-10-23
Warning cleanup.
Jon A. Cruz
1
-30
/
+28
2011-10-20
cppcheck
Kris De Gussem
1
-1
/
+1
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-14
/
+14
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-9
/
+9
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-4
/
+4
2010-02-23
PStricks opacity fix.
Nicolas Dufour
1
-1
/
+13
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-8
/
+0
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-11
/
+11
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-3
/
+2
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-12
2geomify latex-pstricks
Johan B. C. Engelen
1
-58
/
+51
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-6
/
+10
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
1
-1
/
+1
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-4
/
+4
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-2
/
+2
2007-05-19
Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822
Bob Jamison
1
-6
/
+46
2007-05-18
Apply Yossi's patch
Bob Jamison
1
-39
/
+0
[next]