| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-07 | Fix regression on text launch shortcuts | Jabier Arraiza | 1 | -0/+1 | |
| 2019-06-29 | Remove gimp ruler. | Tavmjong Bah | 1 | -4/+2 | |
| 2019-06-29 | Reimplement ruler in C++. | Tavmjong Bah | 1 | -0/+4 | |
| 2019-05-29 | macOS: gtk-mac-integration | Thomas Holder | 1 | -0/+2 | |
| 2019-05-28 | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 1 | -3/+2 | |
| 2019-05-12 | Remove support for LCMS 1 | Karl Cheng | 1 | -1/+1 | |
| Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | |||||
| 2019-03-28 | An a few more config.h fixes | Patrick Storz | 1 | -0/+4 | |
| 2019-01-28 | Temporary fix for crash on quit. | Tavmjong Bah | 1 | -0/+1 | |
| 2019-01-22 | Move main menu bar from desktop-widget to inkscape-window. | Tavmjong Bah | 1 | -12/+2 | |
| 2019-01-20 | Use document rather than namedview in creating desktop widget. | Tavmjong Bah | 1 | -2/+3 | |
| 2019-01-19 | Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget). | Tavmjong Bah | 1 | -2/+2 | |
| 2018-12-29 | Fix namespace naming consistency | Alexander Valavanis | 1 | -70/+69 | |
| 2018-12-29 | Move Button to Inkscape namespace | Alexander Valavanis | 1 | -2/+9 | |
| 2018-12-29 | C++ify button widget | Alexander Valavanis | 1 | -1/+2 | |
| 2018-12-28 | SPDesktopWidget: Migrate ruler events to sigc++ | Alexander Valavanis | 1 | -3/+4 | |
| 2018-12-28 | desktop-widget: Use members instead of static variables for ruler events | Alexander Valavanis | 1 | -0/+9 | |
| 2018-12-06 | desktop-widget: Make canvas private | Alexander Valavanis | 1 | -8/+16 | |
| 2018-12-06 | desktop-widget: Make ruler origin private | Alexander Valavanis | 1 | -6/+4 | |
| 2018-12-06 | desktop-widget: C++ify rulers | Alexander Valavanis | 1 | -1/+2 | |
| 2018-12-06 | desktop-widget: make rulers private | Alexander Valavanis | 1 | -5/+10 | |
| 2018-12-05 | desktop-widget: make canvas_tbl private | Alexander Valavanis | 1 | -5/+7 | |
| 2018-12-05 | desktop-widget: make scrollbars private | Alexander Valavanis | 1 | -7/+6 | |
| 2018-12-05 | desktop-widget: C++ify rotation_status | Alexander Valavanis | 1 | -7/+12 | |
| 2018-12-05 | desktop-widget: C++ify select_status | Alexander Valavanis | 1 | -1/+1 | |
| 2018-12-01 | Fix coding style | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Fix merging | Jabier Arraiza | 1 | -4/+6 | |
| 2018-12-01 | Add some Martin fixes and UX improvements | Jabiertxof | 1 | -1/+0 | |
| 2018-12-01 | Second cleanup to use cancas instead widgets | Jabier Arraiza | 1 | -2/+0 | |
| 2018-12-01 | Initial commit of split canvas | Jabiertxof | 1 | -0/+3 | |
| 2018-12-01 | desktopwidget: C++ify zoom_status | Alexander Valavanis | 1 | -7/+20 | |
| 2018-12-01 | desktopwidget: C++ify sticky_zoom/cms_adjust | Alexander Valavanis | 1 | -6/+18 | |
| 2018-12-01 | desktopwidget: C++ify guides_lock | Alexander Valavanis | 1 | -1/+2 | |
| 2018-12-01 | desktopwidget: C++ify | Alexander Valavanis | 1 | -5/+8 | |
| 2018-12-01 | desktopwidget: C++ify a few members | Alexander Valavanis | 1 | -11/+23 | |
| 2018-11-27 | desktop-widget: Move function to correct header | Alexander Valavanis | 1 | -0/+5 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+4 | |
| - 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-07-21 | Fixing coding style | Jabier Arraiza | 1 | -35/+18 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -0/+3 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -38/+38 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Add global guide controls to guides panel | Geoff Lankow | 1 | -3/+0 | |
| 2017-06-28 | Revert "menu-items: C++ify" | Alexander Valavanis | 1 | -5/+1 | |
| This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614. | |||||
| 2017-06-28 | menu-items: C++ify | Alexander Valavanis | 1 | -1/+5 | |
| 2017-03-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -1/+4 | |
| Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| 2016-10-14 | Working with rotate widget | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r15142.1.11) | |||||
| 2016-10-09 | Added widget to to rotate | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r15142.1.7) | |||||
| 2015-12-09 | Remove unused var in header file | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r14519) | |||||
| 2015-12-09 | Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal ruler | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r14518) | |||||
| 2015-12-06 | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 1 | -2/+4 | |
| (bzr r14500.1.9) | |||||
