| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | desktop-widget: make canvas_tbl private | Alexander Valavanis | 2018-12-05 | 1 | -26/+21 | |
| | | ||||||
| * | desktop-widget: make scrollbars private | Alexander Valavanis | 2018-12-05 | 1 | -22/+21 | |
| | | ||||||
| * | desktop-widget: C++ify rotation_status | Alexander Valavanis | 2018-12-05 | 1 | -144/+76 | |
| | | ||||||
| * | desktop-widget: C++ify select_status | Alexander Valavanis | 2018-12-05 | 1 | -14/+13 | |
| | | ||||||
| * | Fix coding style | Jabier Arraiza | 2018-12-01 | 1 | -4/+3 | |
| | | ||||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -25/+26 | |
| | | ||||||
| * | Add some Martin fixes and UX improvements | Jabiertxof | 2018-12-01 | 1 | -12/+0 | |
| | | ||||||
| * | Adding draggin area | Jabier Arraiza | 2018-12-01 | 1 | -1/+2 | |
| | | ||||||
| * | Second cleanup to use cancas instead widgets | Jabier Arraiza | 2018-12-01 | 1 | -6/+1 | |
| | | ||||||
| * | Remove widget way to split in favor a cairo canvas one | Jabiertxof | 2018-12-01 | 1 | -4/+0 | |
| | | ||||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -3/+27 | |
| | | ||||||
| * | desktopwidget: C++ify zoom_status | Alexander Valavanis | 2018-12-01 | 1 | -206/+128 | |
| | | ||||||
| * | desktopwidget: C++ify sticky_zoom/cms_adjust | Alexander Valavanis | 2018-12-01 | 1 | -50/+53 | |
| | | ||||||
| * | desktopwidget: C++ify guides_lock | Alexander Valavanis | 2018-12-01 | 1 | -13/+14 | |
| | | ||||||
| * | desktopwidget: C++ify | Alexander Valavanis | 2018-12-01 | 1 | -35/+34 | |
| | | ||||||
| * | desktopwidget: C++ify a few members | Alexander Valavanis | 2018-12-01 | 1 | -110/+112 | |
| | | ||||||
| * | 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 | |||||
| * | Use monospace digits font in messages and spinbuttons | Jabier Arraiza | 2018-11-03 | 1 | -4/+6 | |
| | | ||||||
| * | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 1 | -2/+2 | |
| | | | | | clearer. | |||||
| * | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -0/+2 | |
| | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix window resize canvas orientation interference | Thomas Holder | 2018-09-21 | 1 | -1/+4 | |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1792514 | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -2/+6 | |
| | | | | | | | | | | 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 | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -2/+2 | |
| | | ||||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -18/+24 | |
| | | ||||||
| * | Move global functions into SPImage methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 | |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -40/+40 | |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 | |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| * | Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ ↵ | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+5 | |
| | | | | | <3.18. | |||||
| * | Make shutdown dialogs use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -56/+37 | |
| | | | | | | Fixes a FIXME, by using g_markup_printf_escaped() we can make sure the filename won’t conflict with Pango markup and be wrongly interpreted. | |||||
| * | Make info dialog use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -11/+6 | |
| | | ||||||
| * | Make SPDesktopWidget::window_get_pointer() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -9/+13 | |
| | | ||||||
| * | Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-05-09 | 1 | -8/+0 | |
| |\ | ||||||
| | * | Add global guide controls to guides panel | Geoff Lankow | 2018-05-04 | 1 | -8/+0 | |
| | | | ||||||
| * | | Make the CMS toggle button update the canvas | Tobias Ellinghaus | 2018-04-28 | 1 | -12/+12 | |
| |/ | ||||||
| * | Convert UnitTracker to use ink-select-one-action. | Tavmjong Bah | 2018-02-04 | 1 | -3/+0 | |
| | | | | | Additional code clean up. | |||||
| * | Remove unneeded header. | Tavmjong Bah | 2018-02-03 | 1 | -1/+0 | |
| | | ||||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -21/+28 | |
| | | | | | A lot of header clean-up. | |||||
| * | swatches: Code cleanup | Stefano Facchini | 2018-01-18 | 1 | -1/+0 | |
| | | | | | | | | | | Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox. | |||||
| * | Minor cleanup. | Tavmjong Bah | 2018-01-18 | 1 | -21/+34 | |
| | | ||||||
| * | Restore ability to switch mode while using spray tool (is this even useful?). | Tavmjong Bah | 2018-01-08 | 1 | -1/+5 | |
| | | ||||||
| * | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 2017-12-05 | 1 | -3/+3 | |
| | | ||||||
| * | Unset the current tool early on shutdown. | Stefano Facchini | 2017-11-13 | 1 | -2/+1 | |
| | | | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method. | |||||
| * | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 1 | -22/+19 | |
| | | ||||||
| * | Fix duplicate definition | Alexander Valavanis | 2017-07-11 | 1 | -1/+0 | |
| | | ||||||
| * | Update desktop-widget for GdkScreen/GdkMonitor changes | Alexander Valavanis | 2017-07-09 | 1 | -3/+29 | |
| | | ||||||
| * | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -5/+0 | |
| | | ||||||
| * | Updates for GdkScreen/GdkMonitor API changes | Alexander Valavanis | 2017-07-09 | 1 | -8/+7 | |
| | | ||||||
