| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update internal extensions for latest .inx format changes | Patrick Storz | 2019-09-01 | 30 | -80/+80 |
| | | |||||
| * | Refactor a lot of the parameter handling code | Patrick Storz | 2019-08-31 | 3 | -3/+3 |
| | | | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | ||||
| * | Use proper boolean values | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: replace funcs with methods. | Shlomi Fish | 2019-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 70 | -70/+70 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 37 | -76/+76 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 72 | -117/+189 |
| | | | | | | | - 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 #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271 | Jabier Arraiza | 2018-05-09 | 1 | -10/+0 |
| | | |||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 1 | -0/+10 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 3 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 3 | -4/+4 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 2 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Do not crash if raster image can not be opened by ImageMagick | Eduard Braun | 2017-09-30 | 1 | -12/+20 |
| | | | | | | | | | | | | The crash only affected embedded images. (we were already catching the exception when loading a linked file) While at it add some error reporting via debug messages, fix a memory leak and do some minor cleanup. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1720330 | ||||
| * | fix two memory leaks | peregrine | 2017-02-07 | 1 | -0/+1 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493) | ||||
| * | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -4/+4 |
| |\ | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -2/+2 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 2016-06-11 | 30 | -56/+56 |
| | | | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | ||||
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 1 | -1/+0 |
| | | | | (bzr r14522) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -1/+1 |
| | | | | (bzr r14510) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 1 | -2/+0 |
| | | | | | | | (bzr r13922.1.16) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -3/+3 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -9/+7 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+3 |
| | | | | (bzr r13809) | ||||
| * | UI. Fix for Bug #340723 "Interface inconsistency of tooltips". | Nicolas Dufour | 2014-08-26 | 2 | -2/+2 |
| | | | | | | | | | Translations. Translations template update. Fixed bugs: - https://launchpad.net/bugs/340723 (bzr r13532) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-29 | 5 | -5/+5 |
| | | | | (bzr r12746) | ||||
| * | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338. | Jon A. Cruz | 2013-06-07 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356) | ||||
| * | Fix build failure in extensions | Alex Valavanis | 2012-02-28 | 37 | -1/+42 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 1 | -4/+7 |
| | | | | (bzr r10665) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image). | Nicolas Dufour | 2011-08-18 | 4 | -144/+273 |
| | | | | (bzr r10554) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -37/+0 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -36/+36 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+3 |
| | | | | (bzr r10067) | ||||
| * | Tooltips inconsistency fix part 3 (Bug 340723) | Kris De Gussem | 2010-09-19 | 5 | -5/+5 |
| | | | | (bzr r9772) | ||||
| * | Tooltips inconsistency fix part 2 (Bug 340723) | Kris De Gussem | 2010-09-19 | 10 | -10/+10 |
| | | | | (bzr r9770) | ||||
| * | Tooltips inconsistency fix (Bug 340723) | Kris De Gussem | 2010-09-19 | 13 | -13/+13 |
| | | | | (bzr r9769) | ||||
| * | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 2010-09-10 | 28 | -49/+49 |
| | | | | | | filters). (bzr r9754) | ||||
| * | Fix for ImageMagick solarize extension. | Nicolas Dufour | 2010-04-14 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/362271 (bzr r9329) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8408) | ||||
| * | fix a small memleak | bulia byak | 2009-07-12 | 1 | -0/+1 |
| | | | | (bzr r8265) | ||||
| * | better fix, and prevent any further crashes; now tested on windows too | bulia byak | 2009-06-29 | 1 | -4/+8 |
| | | | | (bzr r8184) | ||||
| * | fix imagemagick effects for file:// uris | bulia byak | 2009-06-29 | 1 | -1/+4 |
| | | | | (bzr r8183) | ||||
| * | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵ | Josh Andler | 2009-05-07 | 1 | -1/+1 |
| | | | | | | happy on Karmic now) (bzr r7831) | ||||
