| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 1 | -2/+7 |
| | | |||||
| * | Fix some blurs iddle large loops | Jabiertxof | 2019-10-28 | 1 | -5/+9 |
| | | |||||
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 1 | -1/+0 |
| | | |||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -1/+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 | ||||
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -4/+4 |
| | | |||||
| * | Avoid cancel dragging a item when right click presed | Jabiertxof | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | Merge in bazaar branch for alignment handles | Martin Owens | 2019-02-24 | 1 | -1/+4 |
| | | |||||
| * | Toolbars: Fix alt+x focus switching | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -4/+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 | ||||
| * | 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 | -3/+3 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -36/+36 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Make ToolBase::cursor use gdkmm and smart pointers. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+3 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -14/+21 |
| | | | | | A lot of header clean-up. | ||||
| * | added braces as specified in the coding standard | Simon Wells | 2017-11-04 | 1 | -3/+5 |
| | | |||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -12/+12 |
| | | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -3/+3 |
| | | |||||
| * | select-tool: Only stop the rubberband when it was started | Uli Schlachter | 2017-06-26 | 1 | -1/+3 |
| | | | | | | | | | Rubberband::stop() calls SPCanvas::endForcedFullRedraws(), which means possible no full redraw will happen while moving. Fixes: https://bugs.launchpad.net/inkscape/+bug/1510704 Signed-off-by: Uli Schlachter <psychon@znc.in> | ||||
| * | https://bugs.launchpad.net/inkscape/+bug/1496836 | Alexandru-Daniel Roman | 2017-03-03 | 1 | -1/+1 |
| | | | | | | A simple change to selection tool status message. (bzr r15562) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -23/+23 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -31/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -8/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -8/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -8/+0 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+3 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -1/+1 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | remove tabs | Marc Jeanmougin | 2016-06-16 | 1 | -29/+29 |
| | | | | (bzr r14989) | ||||
| * | Fix z-cycling (alt+mousewheel) behavior | Marc Jeanmougin | 2016-06-16 | 1 | -116/+83 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1589420 (bzr r14988) | ||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 1 | -4/+6 |
| | | | | (bzr r14664) | ||||
| * | cppification: GSList replaced by vectors (select tool cycling to 'select under') | Marc Jeanmougin | 2015-12-06 | 1 | -57/+37 |
| | | | | (bzr r14504.1.4) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+0 |
| | | | | (bzr r14126) | ||||
| * | merge | Marc Jeanmougin | 2015-04-26 | 1 | -9/+0 |
| |\ | | | | | (bzr r13922.1.12) | ||||
| | * | Strip ToolFactory | Liam P. White | 2015-02-25 | 1 | -9/+0 |
| | | | | | | | (bzr r13939.1.2) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -3/+2 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -5/+5 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 1 | -7/+7 |
| | | | | (bzr r13811) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -20/+20 |
| | | | | (bzr r13809) | ||||
| * | Correct check-for-layer that should have been check-for-group. Fixes bug ↵ | Jon A. Cruz | 2014-11-02 | 1 | -1/+1 |
| | | | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -30/+48 |
| |\ | | | | | (bzr r13341.1.286) | ||||
