| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow styling def sections and go to the eleemnt | Jabiertxof | 2019-07-05 | 1 | -1/+2 |
| | | |||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 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. | ||||
| * | Add comment, rename function | Marc Jeanmougin | 2019-04-24 | 1 | -1/+1 |
| | | |||||
| * | Fix style and line detection | Marc Jeanmougin | 2019-04-24 | 1 | -1/+1 |
| | | |||||
| * | Removes style on empty lines | Marc Jeanmougin | 2019-04-24 | 1 | -0/+5 |
| | | |||||
| * | Remove trailing whitespace. | Tavmjong Bah | 2019-04-07 | 1 | -34/+34 |
| | | |||||
| * | Move signal functions to end, matches order in header file. | Tavmjong Bah | 2019-04-07 | 1 | -102/+99 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -65/+36 |
| | | |||||
| * | Reorganize document.h. | Tavmjong Bah | 2019-04-04 | 1 | -7/+7 |
| | | |||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -3/+22 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -87/+87 |
| | | | | | Makes searching through code for them easier. | ||||
| * | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 2019-01-20 | 1 | -3/+4 |
| | | |||||
| * | Remove unneeded unreferencing. Add check on reference count. | Tavmjong Bah | 2019-01-06 | 1 | -0/+8 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+4 |
| | | |||||
| * | DocumentUndo::ScopedInsensitive | Thomas Holder | 2018-12-14 | 1 | -4/+1 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -1/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove into filtered groups | Jabier Arraiza | 2018-11-05 | 1 | -9/+9 |
| | | |||||
| * | Fix coding stule and things comented on the MR | Jabier Arraiza | 2018-11-05 | 1 | -21/+25 |
| | | |||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 1 | -14/+29 |
| | | |||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 1 | -100/+82 |
| | | |||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 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 | ||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -1/+2 |
| | | |||||
| * | fix crash with PNG/JPG command line argument | Thomas Holder | 2018-09-27 | 1 | -1/+1 |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1794762 | ||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 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 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Put adaptagrams into its own folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -11/+20 |
| | | | | | A lot of header clean-up. | ||||
| * | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add support for imported style sheets via @import to Inkscape. | Tavmjong Bah | 2017-08-07 | 1 | -0/+2 |
| | | |||||
| * | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 2017-06-06 | 1 | -4/+4 |
| | | | | (bzr r15732) | ||||
| * | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 2017-06-04 | 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) | ||||
| * | Add very raw page loading using links | Martin Owens | 2017-06-04 | 1 | -3/+9 |
| | | | | (bzr r15727) | ||||
| * | Allow any valid CSS selector. | Tavmjong Bah | 2017-02-22 | 1 | -0/+49 |
| | | | | (bzr r15539) | ||||
| * | [Bug #1662439] Instant crash when trying to move svg symbol. | Nicolas Dufour | 2017-02-09 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662439 (bzr r15498) | ||||
| * | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 2017-02-05 | 1 | -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 Bah | 2017-02-04 | 1 | -0/+54 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 2016-08-15 | 1 | -4/+4 |
| | | | | | | | (bzr r14949.1.65) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 1 | -47/+49 |
| | |\ | | | | | | | (bzr r14949.1.64) | ||||
| | * \ | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -8/+1 |
| | |\ \ | | | | | | | | | (bzr r14949.1.62) | ||||
| | * | | | Add robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 1 | -0/+54 |
| | | | | | | | | | | | | | (bzr r14949.1.60) | ||||
| * | | | | fixing to new trunk | Jabiertxof | 2017-01-24 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | (bzr r15142.1.38) | ||||
| | * | | | | update filter list when pasting and on import | Marc Jeanmougin | 2016-11-28 | 1 | -0/+1 |
| | | |_|/ | |/| | | | | | | (bzr r15283) | ||||
