summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-pstricks.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-1/+1
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz1-6/+6
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-2/+3
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+1
2018-08-05Revert changesJabier Arraiza1-9/+1
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-1/+9
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2017-07-17Cleanup: eliminate version from config.hEduard Braun1-2/+3
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+2
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-6/+3
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-4/+4
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-3/+3
2012-04-18Warning cleanupJon A. Cruz1-15/+10
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-04initialisationKris De Gussem1-14/+11
2012-01-22memleak / header stuff / unused variable.Kris De Gussem1-10/+5
2012-01-20cppcheckKris De Gussem1-4/+2
2012-01-20fix memleakKris De Gussem1-4/+3
2011-10-23Warning cleanup.Jon A. Cruz1-30/+28
2011-10-20cppcheckKris De Gussem1-1/+1
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-14/+14
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-9/+9
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-4/+4
2010-02-23PStricks opacity fix.Nicolas Dufour1-1/+13
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-8/+0
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-11/+11
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-122geomify latex-pstricksJohan B. C. Engelen1-58/+51
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-6/+10
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-2/+2
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan1-1/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-4/+4
2007-09-10Purged fill type enumJon A. Cruz1-2/+2
2007-05-19Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822Bob Jamison1-6/+46
2007-05-18Apply Yossi's patchBob Jamison1-39/+0