| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dialogs improvement | Jabiertxof | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | Move from XMLDialog to another paned dialog | Jabier Arraiza | 2019-06-10 | 1 | -0/+1 |
| | | |||||
| * | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 2019-05-28 | 1 | -3/+3 |
| | | |||||
| * | Fix alignment of ruler ticks | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 |
| | | |||||
| * | Merge addition of center on page button | Martin Owens | 2019-03-06 | 1 | -0/+8 |
| |\ | |||||
| | * | Changed tabs to spaces | WizardOhio24 | 2019-02-11 | 1 | -1/+1 |
| | | | |||||
| | * | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 2019-02-11 | 1 | -0/+8 |
| | | | |||||
| * | | Make background color affect checkerboard | tim_rawlinson | 2019-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Remove Tags functionality (replaced by css selectors) | Martin Owens | 2019-02-20 | 1 | -1/+0 |
| | | | |||||
| * | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -2/+2 |
| | | | | | | | | | Makes searching through code for them easier. | ||||
| * | | Update issues on CI | Jabiertxof | 2019-02-18 | 1 | -5/+1 |
| | | | |||||
| * | | adding symbols | Jabier Arraiza | 2019-02-18 | 1 | -6/+0 |
| | | | |||||
| * | | Add CSS function to check we are in dark theme | Jabier Arraiza | 2019-02-18 | 1 | -0/+6 |
| | | | |||||
| * | | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+1 |
| |/ | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 1 | -0/+1 |
| | | |||||
| * | Add desktop function to know we are on dark theme | Jabier Arraiza | 2019-01-27 | 1 | -0/+6 |
| | | |||||
| * | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 2019-01-20 | 1 | -2/+15 |
| | | |||||
| * | Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵ | Jabier Arraiza | 2019-01-07 | 1 | -2/+0 |
| | | | | | SPCanvas::paintXRayBuffer) and other improvements to XRay | ||||
| * | pinch zoom gesture | Thomas Holder | 2018-12-22 | 1 | -0/+29 |
| | | |||||
| * | Fix toggle rullers in split view and improve speed and rendering to xray | Jabier Arraiza | 2018-12-09 | 1 | -13/+5 |
| | | |||||
| * | desktop-widget: Make canvas private | Alexander Valavanis | 2018-12-06 | 1 | -4/+2 |
| | | |||||
| * | desktop-widget: make rulers private | Alexander Valavanis | 2018-12-06 | 1 | -27/+0 |
| | | |||||
| * | desktop-widget: make scrollbars private | Alexander Valavanis | 2018-12-05 | 1 | -26/+0 |
| | | |||||
| * | Added XRay | Jabier Arraiza | 2018-12-04 | 1 | -0/+18 |
| | | |||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -3/+2 |
| | | |||||
| * | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -3/+3 |
| | | | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine. | ||||
| * | Fix coding style | Jabier Arraiza | 2018-12-01 | 1 | -58/+56 |
| | | |||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -2/+2 |
| | | |||||
| * | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Move spliter from prefs to SPCanvas to allow multidesktop | Jabiertxof | 2018-12-01 | 1 | -4/+6 |
| | | |||||
| * | Add some Martin fixes and UX improvements | Jabiertxof | 2018-12-01 | 1 | -5/+4 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -0/+4 |
| | | |||||
| * | Handling cursor for dragin split | Jabier Arraiza | 2018-12-01 | 1 | -1/+58 |
| | | |||||
| * | Adding minor fixes | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -0/+14 |
| | | |||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 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 | ||||
| * | Remove unused functions | Jabier Arraiza | 2018-11-05 | 1 | -13/+0 |
| | | |||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 1 | -0/+13 |
| | | |||||
| * | 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/+3 |
| | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | ||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+2 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+0 |
| | | |||||
| * | make /options/yaxisdown true the default | Thomas Holder | 2018-09-12 | 1 | -2/+2 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -9/+12 |
| | | | | | | | | | | 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/+1 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -0/+11 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
