summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inkscape::URI::Impl -> shared_ptrThomas Holder2018-12-162-75/+8
|
* add some Inkscape::URI testsThomas Holder2018-12-161-0/+2
| | | | | | - default constructor - empty string constructor - exception tests
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-154-39/+1
| | | | fill-betreen-* LPEs
* Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-142-49/+296
|
* extract_uri: fix, test, documentThomas Holder2018-12-132-12/+9
|
* remove most of Inkscape::URI::ImplThomas Holder2018-12-132-57/+37
|
* remove Inkscape::URI::fromUtf8Thomas Holder2018-12-132-38/+0
|
* remove Inkscape::URI::getFullPathThomas Holder2018-12-094-64/+28
|
* fix, test, and document more Inkscape::URI methodsThomas Holder2018-12-092-20/+69
|
* Minor comment/alignment changes.Tavmjong Bah2018-12-032-1/+4
|
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-032-11/+12
| | | | Another step in making View not dependent on GUI.
* Fix mergingJabier Arraiza2018-12-011-1/+1
|
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-1/+1
|
* Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-301-1/+1
|
* Start of making View independent of GUI.Tavmjong Bah2018-11-292-16/+34
|
* Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens2018-11-141-4/+8
|
* Move getStyles to styles and clean up on destruction.Martin Owens2018-11-142-19/+20
|
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-132-6/+25
|
* Support multiple style sheets or style elements in an svg documentMartin Owens2018-11-122-20/+20
|
* Clarify licensesMax Gaukler2018-11-08215-190/+701
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add missing change from last commit.Tavmjong Bah2018-11-071-1/+0
|
* Replace Broken Image xpm by SVG.Tavmjong Bah2018-11-072-5/+23
|
* Update to latest syntax for 'd' as property.Tavmjong Bah2018-11-061-15/+35
|
* remove Inkscape::URI::toStringThomas Holder2018-11-0510-44/+19
|
* Replacement for xmlBuildRelativeURIThomas Holder2018-11-051-11/+62
| | | | | - xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root
* fix URI::from_dirname("/")Thomas Holder2018-11-051-1/+6
|
* include <cstring>Thomas Holder2018-11-041-0/+2
| | | | fixes compiling on Linux Mint 18.3
* Image HTTP supportThomas Holder2018-11-041-0/+8
| | | | | Uses Gio::File::load_contents (via URI::getContents) to load images from non-file/non-data URIs. Depends on GVfs.
* Inkscape::URI API enhancementsThomas Holder2018-11-033-86/+269
|
* Fix crash with reformatted flowregionsMarc Jeanmougin2018-10-311-1/+1
|
* Add fixes in review.Jabiertxof2018-10-251-8/+6
|
* Fixing coding styleJabiertxof2018-10-251-7/+7
|
* Fix closing issuesJabiertxof2018-10-251-5/+8
|
* Fix assert when removing LPE DefinitionJabiertxof2018-10-221-4/+4
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-228-22/+23
|
* Add some more const to SPFilter.Emmanuel Gil Peyrot2018-10-191-9/+7
|
* Sprinkle some const qualifiers on SPFilter methods.Emmanuel Gil Peyrot2018-10-192-6/+6
|
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-1921-136/+127
|
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* remove sp-text.cpp.origThomas Holder2018-10-151-1324/+0
|
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-0/+1324
|
* fix masked object's selection bboxThomas Holder2018-10-122-1/+5
|
* fix 1795276 clipped object's selection bboxThomas Holder2018-10-081-1/+1
| | | | reverts a line from 95b1c7b549
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-071-11/+11
|\
| * Misc. typosluz.paz2018-10-061-11/+11
| | | | | | Found via `codespell`
* | Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin2018-10-071-1/+1
| |
* | Fix for NaN checkingMarc Jeanmougin2018-10-071-8/+0
| |
* | sensible behavior when reading NaN valuesMarc Jeanmougin2018-10-071-0/+8
| |
* | Fix crash when viewing an image with invalid coords (NaN or inf)Marc Jeanmougin2018-10-071-1/+5
| | | | | | | | (Does not make it visible either.)
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-06155-163/+165
|/