| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-18 | fix #476 ignore hidden layers when selecting | Thomas Holder | 1 | -4/+9 | |
| 2019-10-05 | Fix segfault with bad SVG file. | Tavmjong Bah | 1 | -1/+5 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/416 | |||||
| 2019-10-01 | Allow duplication of objects with empty ids | Nathan Lee | 1 | -8/+4 | |
| . | |||||
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -17/+0 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -2/+2 | |
| -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | |||||
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -19/+20 | |
| - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | |||||
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -1/+16 | |
| Closes #340 | |||||
| 2019-07-05 | Allow styling def sections and go to the eleemnt | Jabiertxof | 1 | -1/+2 | |
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -1/+1 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-04-24 | Add comment, rename function | Marc Jeanmougin | 1 | -1/+1 | |
| 2019-04-24 | Fix style and line detection | Marc Jeanmougin | 1 | -1/+1 | |
| 2019-04-24 | Removes style on empty lines | Marc Jeanmougin | 1 | -0/+5 | |
| 2019-04-07 | Remove trailing whitespace. | Tavmjong Bah | 1 | -34/+34 | |
| 2019-04-07 | Move signal functions to end, matches order in header file. | Tavmjong Bah | 1 | -102/+99 | |
| 2019-04-06 | More document.h cleanup. | Tavmjong Bah | 1 | -65/+36 | |
| 2019-04-04 | Reorganize document.h. | Tavmjong Bah | 1 | -7/+7 | |
| 2019-03-15 | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 1 | -3/+22 | |
| Any change from previous behavior is a bug. | |||||
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -87/+87 | |
| Makes searching through code for them easier. | |||||
| 2019-01-20 | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 1 | -3/+4 | |
| 2019-01-06 | Remove unneeded unreferencing. Add check on reference count. | Tavmjong Bah | 1 | -0/+8 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-12-14 | DocumentUndo::ScopedInsensitive | Thomas Holder | 1 | -4/+1 | |
| 2018-12-01 | Improve spliter and add outline mode functionality | Jabier Arraiza | 1 | -1/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-11-05 | Remove into filtered groups | Jabier Arraiza | 1 | -9/+9 | |
| 2018-11-05 | Fix coding stule and things comented on the MR | Jabier Arraiza | 1 | -21/+25 | |
| 2018-11-05 | Improvemets to find items | Jabier Arraiza | 1 | -14/+29 | |
| 2018-10-29 | Move contents of document-private.h to document.h. | Tavmjong Bah | 1 | -100/+82 | |
| 2018-10-13 | Move some files to 'io' directory. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-10-06 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -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 | |||||
| 2018-09-27 | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 1 | -1/+2 | |
| 2018-09-27 | fix crash with PNG/JPG command line argument | Thomas Holder | 1 | -1/+1 | |
| https://bugs.launchpad.net/inkscape/+bug/1794762 | |||||
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -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 | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -96/+96 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-04-29 | Put adaptagrams into its own folder | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-04-29 | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -11/+20 | |
| A lot of header clean-up. | |||||
| 2017-09-17 | Flushing std::cout | Jabier Arraiza | 1 | -1/+1 | |
| 2017-08-07 | Add support for imported style sheets via @import to Inkscape. | Tavmjong Bah | 1 | -0/+2 | |
| 2017-06-06 | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 1 | -4/+4 | |
| (bzr r15732) | |||||
| 2017-06-06 | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 1 | -4/+4 | |
| (bzr r15703.1.29) | |||||
| 2017-06-04 | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 1 | -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) | |||||
| 2017-06-04 | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 1 | -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 r15703.1.26) | |||||
| 2017-06-04 | Add very raw page loading using links | Martin Owens | 1 | -3/+9 | |
| (bzr r15727) | |||||
| 2017-06-04 | Add very raw page loading using links | Martin Owens | 1 | -3/+9 | |
| (bzr r15703.1.24) | |||||
