| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Selectively disable motion event compression for specific tools | Patrick Storz | 2019-11-18 | 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. | ||||
| * | Crashfix on deleting selected with spray tool | Nathan Lee | 2019-11-17 | 1 | -4/+3 |
| | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/496 | ||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 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 | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -2/+1 |
| | | | | | Closes #340 | ||||
| * | Refactoring: replace funcs with methods. | Shlomi Fish | 2019-06-12 | 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. | ||||
| * | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 2019-05-28 | 1 | -1/+9 |
| | | |||||
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -1/+1 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -5/+5 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -8/+4 |
| | | |||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 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 | ||||
| * | Support smooth scrolling (part 2) | Eduard Braun | 2018-09-11 | 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 | ||||
| * | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | 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 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Remove unused includes, etc. | Tavmjong Bah | 2018-03-06 | 1 | -2/+0 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -32/+29 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -2/+2 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -2/+2 |
| | | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 1 | -2/+2 |
| | | | | (bzr r15223.1.1) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -14/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -14/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+14 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -14/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Improved spray tool, changed selection to object set | Adrian Boguszewski | 2016-07-22 | 1 | -29/+25 |
| | | | | | | | (bzr r14954.1.25) | ||||
| * | | Changed signatures of boolean functions | Adrian Boguszewski | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.24) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+6 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -5/+5 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Fix a bug in eraser spray mode when no overlaps is disabled | Jabier Arraiza Cenoz | 2016-01-28 | 1 | -2/+2 |
| | | | | (bzr r14622) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-16 | 1 | -4/+2 |
| | | | | (bzr r14474) | ||||
| * | Fix erase mode in no overlap mode, pointed by Ivan Louette | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -12/+18 |
| | | | | (bzr r14469) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -4/+4 |
| | | | | (bzr r14463) | ||||
| * | Fix crashes in erase mode of spray | Jabier Arraiza Cenoz | 2015-11-12 | 1 | -2/+6 |
| | | | | (bzr r14461) | ||||
| * | Add erase mode to spray. Bugfixes. | Jabier Arraiza Cenoz | 2015-11-11 | 1 | -12/+27 |
| | | | | (bzr r14459) | ||||
| * | Refactor of code, minor bugs fixed. | Jabier Arraiza Cenoz | 2015-11-11 | 1 | -122/+263 |
| | | | | (bzr r14458) | ||||
| * | Improve offseting calculation | Jabier Arraiza Cenoz | 2015-11-11 | 1 | -38/+50 |
| | | | | | | Improve no picoverlap feature (bzr r14457) | ||||
| * | Remove unused functions | Jabier Arraiza Cenoz | 2015-11-11 | 1 | -15/+0 |
| | | | | (bzr r14456) | ||||
| * | Add option to spray tool to no overlap between colors | Jabier Arraiza Cenoz | 2015-11-11 | 1 | -25/+34 |
| | | | | (bzr r14455) | ||||
| * | Improvements to the over visible/invisible to minimize the colisions, ↵ | Jabier Arraiza Cenoz | 2015-11-11 | 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) | ||||
| * | Spray Tool: Change hide invisibe by over visible and over invisible, ↵ | Jabier Arraiza Cenoz | 2015-11-10 | 1 | -17/+30 |
| | | | | | | sugested by Ivan Louette (bzr r14453) | ||||
| * | Fixes from review form Mc- | Jabier Arraiza Cenoz | 2015-11-07 | 1 | -4/+1 |
| | | | | (bzr r14422.1.46) | ||||
| * | Fix for scale bug pointed by Mc- | Jabier Arraiza Cenoz | 2015-11-07 | 1 | -2/+2 |
| | | | | (bzr r14422.1.45) | ||||
| * | Use color if trace dialog is disabled | Jabier Arraiza Cenoz | 2015-11-07 | 1 | -2/+12 |
| | | | | (bzr r14422.1.43) | ||||
| * | improve apply value to clones in scale mode | Jabier Arraiza Cenoz | 2015-11-01 | 1 | -13/+19 |
| | | | | (bzr r14422.1.38) | ||||
