summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-pstricks.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-1/+1
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-311-6/+6
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-2/+3
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-5/+0
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
* Revert changesJabier Arraiza2018-08-051-9/+1
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-1/+9
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Cleanup: eliminate version from config.hEduard Braun2017-07-171-2/+3
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+2
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-6/+3
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-4/+4
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-3/+3
* Warning cleanupJon A. Cruz2012-04-181-15/+10
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | initialisationKris De Gussem2012-02-041-14/+11
* | memleak / header stuff / unused variable.Kris De Gussem2012-01-221-10/+5
* | cppcheckKris De Gussem2012-01-201-4/+2
* | fix memleakKris De Gussem2012-01-201-4/+3
|/
* Warning cleanup.Jon A. Cruz2011-10-231-30/+28
* cppcheckKris De Gussem2011-10-201-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-14/+14
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-021-9/+9
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+5
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* PStricks opacity fix.Nicolas Dufour2010-02-231-1/+13
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-8/+0
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-11/+11
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* 2geomify latex-pstricksJohan B. C. Engelen2008-07-121-58/+51
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-6/+10
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+2
* Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan2008-04-231-1/+1
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
* Purged fill type enumJon A. Cruz2007-09-101-2/+2