summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix #476 ignore hidden layers when selectingThomas Holder2019-10-181-4/+9
* Fix segfault with bad SVG file.Tavmjong Bah2019-10-051-1/+5
* Allow duplication of objects with empty idsNathan Lee2019-10-011-8/+4
* Eliminate clang warningsThomas Holder2019-08-231-17/+0
* Eliminate clang warningsThomas Holder2019-08-231-2/+2
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-19/+20
* Make doc2dt a document propertyThomas Holder2019-07-271-1/+16
* Allow styling def sections and go to the eleemntJabiertxof2019-07-051-1/+2
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-1/+1
* Add comment, rename functionMarc Jeanmougin2019-04-241-1/+1
* Fix style and line detectionMarc Jeanmougin2019-04-241-1/+1
* Removes style on empty linesMarc Jeanmougin2019-04-241-0/+5
* Remove trailing whitespace.Tavmjong Bah2019-04-071-34/+34
* Move signal functions to end, matches order in header file.Tavmjong Bah2019-04-071-102/+99
* More document.h cleanup.Tavmjong Bah2019-04-061-65/+36
* Reorganize document.h.Tavmjong Bah2019-04-041-7/+7
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-3/+22
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-87/+87
* No longer use widget data to store pointer to desktop widget.Tavmjong Bah2019-01-201-3/+4
* Remove unneeded unreferencing. Add check on reference count.Tavmjong Bah2019-01-061-0/+8
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-4/+1
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-1/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove into filtered groupsJabier Arraiza2018-11-051-9/+9
* Fix coding stule and things comented on the MRJabier Arraiza2018-11-051-21/+25
* Improvemets to find itemsJabier Arraiza2018-11-051-14/+29
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-100/+82
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
* Misc. typosluz.paz2018-10-061-1/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder2018-09-271-1/+2
* fix crash with PNG/JPG command line argumentThomas Holder2018-09-271-1/+1
* New option to invert y-axisThomas Holder2018-09-121-2/+8
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-96/+96
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-1/+1
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-3/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-11/+20
* Flushing std::coutJabier Arraiza2017-09-171-1/+1
* Add support for imported style sheets via @import to Inkscape.Tavmjong Bah2017-08-071-0/+2
* Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-4/+4
* Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-041-0/+5
* Add very raw page loading using linksMartin Owens2017-06-041-3/+9
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-0/+49
* [Bug #1662439] Instant crash when trying to move svg symbol.Nicolas Dufour2017-02-091-1/+3
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-051-1/+13