| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-14 | fix #371 guides label upside down | Thomas Holder | 1 | -3/+3 | |
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -5/+5 | |
| Closes #340 | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -3/+3 | |
| 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-03-22 | Allow guide duplication in guides dialog | Marc Jeanmougin | 1 | -0/+4 | |
| 2019-03-06 | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This makes the code a lot less readable and greppable for no reason. | |||||
| 2019-02-18 | Fix #91 "guides around the page" with y-axis down | Thomas Holder | 1 | -6/+7 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+2 | |
| 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-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-09-23 | !SP_ACTIVE_DESKTOP -> is_yaxisdown true | Thomas Holder | 1 | -5/+5 | |
| Fixes 3D box --export-png | |||||
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -1/+30 | |
| 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-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Guides created after "lock all guides" selected should be locked | Geoff Lankow | 1 | -0/+3 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -13/+13 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -13/+13 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+1 | |
| A lot of header clean-up. | |||||
| 2017-12-05 | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 1 | -3/+3 | |
| 2017-09-21 | Remove usage of GString in sp-guide.cpp | Jan Lingscheid | 1 | -9/+6 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15025) | |||||
| 2016-06-03 | Fix guide placement when guides are generated by a template with ↵ | Tavmjong Bah | 1 | -0/+1 | |
| width/height/viewBox different from default SVG file. (bzr r14947) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14907) | |||||
| 2016-02-08 | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r14639) | |||||
| 2016-01-16 | Header cleanup | Liam P. White | 1 | -1/+0 | |
| (bzr r14585.1.3) | |||||
| 2016-01-16 | Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵ | Liam P. White | 1 | -2/+3 | |
| fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1) | |||||
| 2015-12-11 | Fix crash on hidden guides | Jabier Arraiza Cenoz | 1 | -1/+6 | |
| (bzr r14527) | |||||
| 2015-12-11 | Clean up some code, only init the SPKnot in one place. | Martin Owens | 1 | -1/+3 | |
| (bzr r14526) | |||||
| 2015-12-10 | hide/show handle with guide | Marc Jeanmougin | 1 | -0/+2 | |
| (bzr r14524) | |||||
| 2015-12-10 | Remove CtrlPoint and replace with SPKnot | Martin Owens | 1 | -2/+0 | |
| (bzr r14523) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -3/+4 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-12-05 | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 1 | -4/+1 | |
| (bzr r14500.1.8) | |||||
| 2015-12-05 | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 1 | -29/+27 | |
| (bzr r14504.1.1) | |||||
| 2015-12-03 | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r14500.1.5) | |||||
| 2015-12-03 | Added no highlight and cross icon on locked guides | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r14500.1.4) | |||||
| 2015-12-02 | Add lock to guides | Jabier Arraiza Cenoz | 1 | -0/+28 | |
| (bzr r14500.1.1) | |||||
| 2015-10-21 | Fix for bug #1498444 (Guides flicker under the mouse after changing the ↵ | Nicolas Dufour | 1 | -2/+2 | |
| label of any guide) and bug #1469514 (Crash when renaming a guideline label in a new session). Fixed bugs: - https://launchpad.net/bugs/1498444 - https://launchpad.net/bugs/1469514 (bzr r14426) | |||||
| 2015-07-15 | Read inkscape:color attribute in more places | Geoff Lankow | 1 | -0/+1 | |
| (bzr r14228.1.4) | |||||
| 2015-07-11 | Read attribute after setting the default | Geoff Lankow | 1 | -2/+3 | |
| (bzr r14228.1.2) | |||||
| 2015-07-07 | Read inkscape:color attribute on guides | Geoff Lankow | 1 | -0/+5 | |
| (bzr r14228.1.1) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2015-01-29 | for snapping to grids and guides, reduce numerical error for the case of ↵ | Alvin Penner | 1 | -2/+9 | |
| uniform scaling of viewbox (bzr r13881) | |||||
| 2015-01-23 | improved precision in placing grids and guides. (Bug 1373311) | Alvin Penner | 1 | -4/+18 | |
| Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 | |
| (bzr r13820) | |||||
| 2014-11-26 | Correct guide placement when created by dragging onto canvas or by creating ↵ | Tavmjong Bah | 1 | -1/+11 | |
| guides around object/page. (bzr r13771) | |||||
| 2014-11-26 | Use SVG width/height and viewBox to correct guide position. | Tavmjong Bah | 1 | -1/+18 | |
| (bzr r13769) | |||||
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
