summaryrefslogtreecommitdiffstats
path: root/src/sp-hatch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-739/+0
| | | | A lot of header clean-up.
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merged trunkAdrian Boguszewski2016-08-031-3/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-9/+8
|/ | | (bzr r14954.1.19)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
| | | (bzr r14863)
* static code analysisKris De Gussem2015-10-291-1/+1
| | | (bzr r14436)
* create SPObject factoryLiam P. White2015-02-251-16/+0
| | | (bzr r13939.1.1)
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-1/+1
| | | (bzr r13822.1.3)
* Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵Jon A. Cruz2014-10-181-259/+336
| | | | | uninitialized value. (bzr r13622)
* Post-merge cleanup.Jon A. Cruz2014-10-151-1/+2
| | | (bzr r13615)
* Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-31/+93
| | | (bzr r13611.1.9)
* Merged hatch rendering codeTomasz Boczkowski2014-10-141-0/+616
(bzr r13611.1.8)