| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-18 | Selectively disable motion event compression for specific tools | Patrick Storz | 1 | -0/+17 | |
| 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-10-27 | Remove delay on desktop switch | Jabier Arraiza | 1 | -3/+0 | |
| 2019-10-11 | Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵ | Jabier Arraiza | 1 | -0/+3 | |
| RC. Also fix a bug rendering filters with superfast scroll and node tool | |||||
| 2019-08-16 | fix #385 inbox#765 macOS accelerators | Thomas Holder | 1 | -0/+19 | |
| - re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385) - re-fix Alt modifiers (inbox#765) - fix Cmd-A select all text (inbox#765) | |||||
| 2019-08-03 | Updating to master | Jabier Arraiza | 1 | -4/+0 | |
| 2019-08-03 | update to master | Jabier Arraiza | 1 | -4/+0 | |
| 2019-08-03 | Fix a issue pointed by Nathan in gitlab | Jabier Arraiza | 1 | -0/+8 | |
| 2019-08-02 | Remove line height code and ficx coding style | Jabiertxof | 1 | -8/+6 | |
| 2019-08-02 | Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵ | Jabiertxof | 1 | -0/+10 | |
| remember about ruberband selection | |||||
| 2019-07-31 | fix compiling issues | Jabier Arraiza | 1 | -8/+2 | |
| 2019-07-31 | fix coding style | Jabiertxof | 1 | -4/+3 | |
| 2019-07-31 | Allow update mouse state when motion | Jabiertxof | 1 | -46/+27 | |
| 2019-07-31 | Fix codding style | Jabiertxof | 1 | -4/+7 | |
| 2019-07-31 | Improvements to event tool handler | Jabiertxof | 1 | -13/+85 | |
| 2019-07-31 | Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object ↵ | Jabiertxof | 1 | -1/+8 | |
| disappears on accidental R-click when dragging | |||||
| 2019-07-28 | Fix for bug https://gitlab.com/inkscape/inbox/issues/699 | Jabiertxof | 1 | -0/+15 | |
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -16/+6 | |
| 2019-03-22 | Revert Ctrl+Up/Down direction to 0.92.4 behaviour | Nathan Lee | 1 | -2/+2 | |
| 2019-03-20 | removing typo on previous commit, thanks Mc | Jabiertxof | 1 | -1/+0 | |
| 2019-03-20 | Avoid cancel dragging a item when right click presed | Jabiertxof | 1 | -0/+1 | |
| 2018-12-28 | SPDesktopWidget: Migrate ruler events to sigc++ | Alexander Valavanis | 1 | -2/+2 | |
| 2018-12-06 | desktop-widget: Make canvas private | Alexander Valavanis | 1 | -2/+2 | |
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| 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-01 | ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down events | Antonio Ospite | 1 | -4/+4 | |
| Moving shape knots up and down with the keyboard moves them in the opposite direction when the Y axis goes downwards. This happens because commit 1fa0c72b66 (New option to invert y-axis, 2018-09-12) forgot to handle Y direction in src/ui/tools/tool-base.cpp. Fix the issue by applying the Y axis direction factor just like it's done in src/ui/tool/control-point-selection.cpp. | |||||
| 2018-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 1 | -0/+2 | |
| Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| 2018-09-21 | adjust GDK_SCROLL_SMOOTH for MacBook Trackpad | Thomas Holder | 1 | -1/+21 | |
| 2018-09-13 | Fix horizontal scrolling direction when using smooth scrolling | Eduard Braun | 1 | -1/+1 | |
| 2018-09-11 | Support smooth scrolling (part 1) | Eduard Braun | 1 | -5/+31 | |
| Allows panning / zooming / rotating the canvas smoothly. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -39/+39 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-12 | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 1 | -3/+4 | |
| Gdk::Display::get_default()->get_keymap(). | |||||
| 2018-06-12 | Make ToolBase::cursor use gdkmm and smart pointers. | Emmanuel Gil Peyrot | 1 | -19/+10 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -9/+9 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -9/+9 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -20/+23 | |
| A lot of header clean-up. | |||||
| 2017-12-26 | GtkMM popup menu deprecation fixes | Alexander Valavanis | 1 | -0/+5 | |
| 2017-12-08 | Prevent snapping while space-panning | Duncan | 1 | -1/+2 | |
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -8/+8 | |
| 2017-10-05 | Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some | Andrey Mozzhuhin | 1 | -3/+36 | |
| cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval. | |||||
| 2017-07-05 | cursors: rm deprecated gtkstyle custom black/white | Alexander Valavanis | 1 | -3/+1 | |
| 2017-07-01 | Improving CR feedback. thanks! | Jabier Arraiza | 1 | -4/+7 | |
| 2017-07-01 | Finish add selectable knot shapes | Jabier Arraiza | 1 | -6/+14 | |
| 2017-07-01 | working on knots selection | Jabier Arraiza | 1 | -1/+39 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -39/+16 | |
| 2017-06-27 | Partial fix for menu items and split contextmenu into separate file | Alexander Valavanis | 1 | -0/+1 | |
| 2017-06-23 | Improve and simplify shortcut handling. | Eduard Braun | 1 | -19/+10 | |
| Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | |||||
| 2017-03-30 | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 1 | -50/+31 | |
| Add canvas-debug for study of canvas tiling. (bzr r15612) | |||||
| 2017-03-21 | Add entry for canvas rotate step in Inkscape Preferences dialog. | Tavmjong Bah | 1 | -2/+3 | |
| Change default rotation step to 15 degrees. (bzr r15605) | |||||
