summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-3/+22
| | | | Any change from previous behavior is a bug.
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-87/+87
| | | | Makes searching through code for them easier.
* 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
| | | | | | - 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
* 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
| | | Found via `codespell`
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* 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
| | | | https://bugs.launchpad.net/inkscape/+bug/1794762
* New option to invert y-axisThomas Holder2018-09-121-2/+8
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* 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
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | | A lot of header clean-up.
* 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
| | | (bzr r15732)
* Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-041-0/+5
| | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15729)
* Add very raw page loading using linksMartin Owens2017-06-041-3/+9
| | | (bzr r15727)
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-0/+49
| | | (bzr r15539)
* [Bug #1662439] Instant crash when trying to move svg symbol.Nicolas Dufour2017-02-091-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1662439 (bzr r15498)
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-051-1/+13
| | | | | | | | | | | | | | | | | Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-0/+54
|\ | | | | (bzr r15471)
| * Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-4/+4
| | | | | | (bzr r14949.1.65)
| * Merge changes from trunkkamalpreetgrewal2016-08-151-47/+49
| |\ | | | | | | (bzr r14949.1.64)
| * \ Merge changes from trunkkamalpreetgrewal2016-08-041-8/+1
| |\ \ | | | | | | | | (bzr r14949.1.62)
| * | | Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-0/+54
| | | | | | | | | | | | (bzr r14949.1.60)
* | | | fixing to new trunkJabiertxof2017-01-241-0/+1
|\ \ \ \ | | | | | | | | | | (bzr r15142.1.38)
| * | | | update filter list when pasting and on importMarc Jeanmougin2016-11-281-0/+1
| | |_|/ | |/| | | | | | (bzr r15283)
* / | | Doc rotate startJabier Arraiza Cenoz2016-10-021-0/+6
|/ / / | | | | | | (bzr r15142.1.1)
* | | Merged trunkAdrian Boguszewski2016-08-031-8/+4
|\ \ \ | | |/ | |/| (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+8
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+2
| |/ | | | | (bzr r15025)
| * Fix auto palette when using extensionsMarc Jeanmougin2016-07-231-0/+3
| | | | | | (bzr r15019)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-11/+11
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-47/+49
|/ | | (bzr r14954.1.19)
* Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander2016-06-141-0/+22
| | | (bzr r14986)