| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-18 | Selectively disable motion event compression for specific tools | Patrick Storz | 1 | -0/+2 | |
| It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead. | |||||
| 2019-11-17 | Crashfix on deleting selected with spray tool | Nathan Lee | 1 | -4/+3 | |
| Fix https://gitlab.com/inkscape/inkscape/issues/496 | |||||
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -2/+1 | |
| - 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 | -2/+1 | |
| Closes #340 | |||||
| 2019-06-12 | Refactoring: replace funcs with methods. | Shlomi Fish | 1 | -3/+3 | |
| 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-05-28 | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 1 | -1/+9 | |
| 2019-03-06 | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes the code a lot less readable and greppable for no reason. | |||||
| 2019-02-10 | SprayToolbar: GtkAction migration | Alexander Valavanis | 1 | -5/+5 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -8/+4 | |
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 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-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -3/+3 | |
| 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-09-11 | Support smooth scrolling (part 2) | Eduard Braun | 1 | -1/+2 | |
| Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields | |||||
| 2018-06-21 | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-19 | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -8/+8 | |
| 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 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-03-06 | Remove unused includes, etc. | Tavmjong Bah | 1 | -2/+0 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -32/+29 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -2/+2 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -2/+2 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -1/+1 | |
| 2016-11-09 | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 1 | -2/+2 | |
| (bzr r15223.1.1) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -14/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+14 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -14/+0 | |
| (bzr r15025) | |||||
| 2016-07-22 | Improved spray tool, changed selection to object set | Adrian Boguszewski | 1 | -29/+25 | |
| (bzr r14954.1.25) | |||||
| 2016-07-20 | Changed signatures of boolean functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.24) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -5/+5 | |
| (bzr r14954.1.10) | |||||
| 2016-01-28 | Fix a bug in eraser spray mode when no overlaps is disabled | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r14622) | |||||
| 2015-11-16 | static code analysis | Kris De Gussem | 1 | -4/+2 | |
| (bzr r14474) | |||||
| 2015-11-14 | Fix erase mode in no overlap mode, pointed by Ivan Louette | Jabier Arraiza Cenoz | 1 | -12/+18 | |
| (bzr r14469) | |||||
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -4/+4 | |
| (bzr r14463) | |||||
| 2015-11-12 | Fix crashes in erase mode of spray | Jabier Arraiza Cenoz | 1 | -2/+6 | |
| (bzr r14461) | |||||
| 2015-11-11 | Add erase mode to spray. Bugfixes. | Jabier Arraiza Cenoz | 1 | -12/+27 | |
| (bzr r14459) | |||||
| 2015-11-11 | Refactor of code, minor bugs fixed. | Jabier Arraiza Cenoz | 1 | -122/+263 | |
| (bzr r14458) | |||||
| 2015-11-11 | Improve offseting calculation | Jabier Arraiza Cenoz | 1 | -38/+50 | |
| Improve no picoverlap feature (bzr r14457) | |||||
| 2015-11-11 | Remove unused functions | Jabier Arraiza Cenoz | 1 | -15/+0 | |
| (bzr r14456) | |||||
| 2015-11-11 | Add option to spray tool to no overlap between colors | Jabier Arraiza Cenoz | 1 | -25/+34 | |
| (bzr r14455) | |||||
| 2015-11-11 | Improvements to the over visible/invisible to minimize the colisions, ↵ | Jabier Arraiza Cenoz | 1 | -20/+95 | |
| sprayed items fit on background whith overlap visible or invisible areas Add option in picker mode to compute the center/or average area of sprayed item Now reverse work without adbanced trace dialog inverting the color. By this all buttons have a utility in advanced and in normal mode (bzr r14454) | |||||
| 2015-11-10 | Spray Tool: Change hide invisibe by over visible and over invisible, ↵ | Jabier Arraiza Cenoz | 1 | -17/+30 | |
| sugested by Ivan Louette (bzr r14453) | |||||
| 2015-11-07 | Fixes from review form Mc- | Jabier Arraiza Cenoz | 1 | -4/+1 | |
| (bzr r14422.1.46) | |||||
| 2015-11-07 | Fix for scale bug pointed by Mc- | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r14422.1.45) | |||||
| 2015-11-07 | Use color if trace dialog is disabled | Jabier Arraiza Cenoz | 1 | -2/+12 | |
| (bzr r14422.1.43) | |||||
| 2015-11-01 | improve apply value to clones in scale mode | Jabier Arraiza Cenoz | 1 | -13/+19 | |
| (bzr r14422.1.38) | |||||
| 2015-10-31 | Order disposition of icons | Jabier Arraiza Cenoz | 1 | -12/+16 | |
| Add inverse also to opacity (bzr r14422.1.37) | |||||
| 2015-10-31 | 'End' of picker work | Jabier Arraiza Cenoz | 1 | -24/+24 | |
| (bzr r14422.1.35) | |||||
