| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-12-02 | more janet bindings | s-ol | 1 | -1/+3 | |
| 2019-12-02 | add draft janet interface for livecoding | s-ol | 1 | -7/+12 | |
| 2019-12-01 | add basic livecode toolbar | s-ol | 1 | -1/+1 | |
| 2019-11-28 | add api and input modules for the livecoding tool | s-ol | 1 | -1368/+24 | |
| 2019-11-23 | add livecoding tool to toolbar | s-ol | 1 | -40/+40 | |
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -3/+5 | |
| - 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-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -2/+2 | |
| 2019-05-20 | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 1 | -1/+1 | |
| 2019-05-20 | More pixel-level alignment fixes for various controls, by making all ↵ | Diederik van Lierop | 1 | -1/+1 | |
| controls have an odd-integer size (measured in pixels) | |||||
| 2019-04-30 | Make display unit change roll out to toolbars | Nathan Lee | 1 | -3/+3 | |
| Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208 | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -25/+22 | |
| 2018-11-25 | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 1 | -32/+6 | |
| This move from Namedview to a new prefernecr point to not reload full namedview on meassure | |||||
| 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-11-05 | Remove into filtered groups | Jabier Arraiza | 1 | -1/+1 | |
| 2018-11-05 | Improvemets to find items | Jabier Arraiza | 1 | -1/+1 | |
| 2018-11-03 | Minor yaxis fix for meassure tool | Jabier Arraiza | 1 | -1/+5 | |
| 2018-10-08 | Improve Meassure tool by a sugestion from Maren: ↵ | Jabiertxof | 1 | -4/+4 | |
| https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv | |||||
| 2018-10-06 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 | |
| 2018-09-13 | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵ | Jabiertxof | 1 | -3/+11 | |
| updated if no moviment on shift press | |||||
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -0/+7 | |
| 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 | Requested revisions + more typos and grammar fixes | luz.paz | 1 | -12/+12 | |
| 2018-09-11 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | |||||
| 2018-06-21 | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 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 | -19/+19 | |
| 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 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-03-28 | a bit more of warning cleanup | Felipe Corrêa da Silva Sanches | 1 | -1/+1 | |
| 2018-03-28 | Fix bug: 1738504 | Jabier Arraiza | 1 | -1/+0 | |
| Title:Measurement tool measures mirrored text in wrong position | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -24/+34 | |
| A lot of header clean-up. | |||||
| 2017-12-02 | Optionaly measure only selected elements | Jabier Arraiza | 1 | -1/+13 | |
| 2017-12-02 | Clear meassure when dragging knots | Jabier Arraiza | 1 | -0/+6 | |
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -2/+2 | |
| 2017-06-30 | Starting selectable knots | Jabier Arraiza | 1 | -4/+4 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -1/+1 | |
| 2017-06-06 | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 1 | -1/+1 | |
| (bzr r15732) | |||||
| 2017-06-06 | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 1 | -1/+1 | |
| (bzr r15703.1.29) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -17/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+17 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -17/+1 | |
| (bzr r15025) | |||||
| 2016-06-17 | Fixing wrong gettext keyword preventing translations from being used. | Nicolas Dufour | 1 | -2/+2 | |
| (bzr r14992) | |||||
| 2016-06-12 | Fix bug 'Persistent measure repositions on middle click' | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1591662 (bzr r14982) | |||||
| 2016-06-11 | Fix a typo pointed by CR | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r14957.1.2) | |||||
| 2016-06-08 | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵ | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| the text (bzr r14959) | |||||
| 2016-06-06 | Add measure Over Item by a vlada idea on IRC | Jabier Arraiza Cenoz | 1 | -0/+112 | |
| (bzr r14957.1.1) | |||||
| 2016-04-21 | minor warning cleanup. | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r14861) | |||||
| 2016-03-14 | Fix a bug meassuring text in units diferent than PX | Jabier Arraiza Cenoz | 1 | -2/+1 | |
| (bzr r14704) | |||||
| 2016-02-11 | Fix a bug on explicit_base on meassure tool when using knots dialog to ↵ | Jabier Arraiza Cenoz | 1 | -9/+13 | |
| change position (bzr r14646) | |||||
