summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-5/+8
* Move global functions into SPImage methods.Emmanuel Gil Peyrot2018-06-211-2/+2
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-58/+58
* Fix promote dJabier Arraiza2018-04-231-4/+11
* Revert TAV d work for testingJabier Arraiza2018-04-231-11/+4
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-0/+3
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-1/+1
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-071-4/+11
* Misc. typosluz.paz2018-02-101-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-17/+23
* Fix message probles on boolops and for example when moving or transforming a ...Jabiertxo Arraiza Cenoz2017-12-291-11/+15
* Revert "Add improvements sugested by Eduard Brawn And Moini"Marc Jeanmougin2017-12-291-7/+3
* Add improvements sugested by Eduard Brawn And MoiniJabiertxo Arraiza Cenoz2017-12-281-3/+7
* Misc. typosUnknown2017-11-071-2/+2
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-9/+9
* Do not simplify when path inset or outsetmorapeter2017-04-131-11/+0
* convert Preferences Inset/Outset to document units. (Bug 1542093)Alvin Penner2017-03-271-3/+4
* Fix a critical warning on convert to paths https://bugs.launchpad.net/inkscap...Jabiertxof2017-02-111-1/+1
* Fix bug #1662812 Converting Stroke to Path messes document's structureJabiertxof2017-02-101-22/+40
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-091-106/+57
* Bug fixes to stroke to path pointed by CRJabier Arraiza Cenoz2016-09-021-11/+18
* Merged trunkAdrian Boguszewski2016-08-091-36/+47
|\
| * Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14Jabier Arraiza Cenoz2016-08-031-36/+47
* | Merged trunkAdrian Boguszewski2016-08-031-214/+352
|\|
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+0
| * Fix Stroke to fill retaining fillsJabier Arraiza Cenoz2016-07-281-216/+353
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+9
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+0
* | Changed signatures of boolean functionsAdrian Boguszewski2016-07-201-64/+106
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
* | Added items as a range functionAdrian Boguszewski2016-07-031-4/+4
|\|
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-1/+1
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-5/+5
|/
* Added normalized path to flowtextAdrian Boguszewski2016-05-151-1/+4
* fix-bug-734201. stroke-to-path doesn't scale stroke width used in markersJabier Arraiza Cenoz2016-05-081-3/+5
* Improved eraser tool, now working on documents not pixels and with 0 widthJabier Arraiza Cenoz2016-02-131-0/+7
* Remove two path requirement, there is some really good functionality with mul...Martin Owens2016-01-021-7/+0
* Merge from trunkKrzysztof Kosi??ski2015-05-081-55/+42
|\
| * Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-011-1/+1
| * removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-2/+2
| * mergingMarc Jeanmougin2015-04-261-0/+2
| |\
| * | more cast cleanupMarc Jeanmougin2015-02-271-5/+5
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-13/+8
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-15/+15
| * | I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-181-3/+3
| * | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-55/+47
* | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-10/+30