| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-19 | Speedup filtering and panning | Jabier Arraiza | 1 | -1/+1 | |
| 2019-11-18 | Update code documentation (minor) | Nathan Lee | 1 | -16/+52 | |
| 2019-10-15 | Add checkboxes in flip menu options | Jabier Arraiza | 1 | -0/+6 | |
| 2019-10-11 | Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu ↵ | Jabier Arraiza | 1 | -0/+2 | |
| items do not reflect currently-selected modes (Mac, 1.0a) | |||||
| 2019-10-09 | Fix split and xray changes not always toggled | Jabier Arraiza | 1 | -14/+19 | |
| 2019-09-19 | sink with master and cleanup | Jabier Arraiza | 1 | -3/+5 | |
| 2019-09-19 | Fix remaining returns | Jabier Arraiza | 1 | -3/+0 | |
| 2019-09-19 | Fix issue in toggle menu items like display mode and color mode. Partialy ↵ | Jabier Arraiza | 1 | -3/+39 | |
| fix https://gitlab.com/inkscape/inkscape/issues/157 | |||||
| 2019-08-21 | Remove pixelart dialog | Marc Jeanmougin | 1 | -1/+0 | |
| 2019-08-19 | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 1 | -11/+11 | |
| 2019-08-02 | Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵ | Jabiertxof | 1 | -9/+5 | |
| remember about ruberband selection | |||||
| 2019-07-29 | fix coding style | Jabiertxof | 1 | -2/+2 | |
| 2019-07-29 | Add Patrick improvements to verbs toggle menu items | Jabiertxof | 1 | -10/+11 | |
| 2019-07-28 | Fix some issues with inverse coordinates pointed by Maren | Jabier Arraiza | 1 | -1/+2 | |
| 2019-07-28 | Add verbs update checkbuttons in menu. Also do improvements requested in ↵ | Jabier Arraiza | 1 | -9/+53 | |
| https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering | |||||
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -18/+12 | |
| Closes #340 | |||||
| 2019-06-10 | Dialogs improvement | Jabiertxof | 1 | -1/+1 | |
| 2019-06-10 | Fixing coding style | Jabier Arraiza | 1 | -1/+1 | |
| 2019-06-10 | Move from XMLDialog to another paned dialog | Jabier Arraiza | 1 | -0/+1 | |
| 2019-05-28 | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 1 | -3/+3 | |
| 2019-05-20 | Fix alignment of ruler ticks | Diederik van Lierop | 1 | -2/+2 | |
| 2019-02-23 | Make background color affect checkerboard | tim_rawlinson | 1 | -1/+1 | |
| 2019-02-20 | Remove Tags functionality (replaced by css selectors) | Martin Owens | 1 | -1/+0 | |
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -2/+2 | |
| Makes searching through code for them easier. | |||||
| 2019-02-18 | Update issues on CI | Jabiertxof | 1 | -5/+1 | |
| 2019-02-18 | adding symbols | Jabier Arraiza | 1 | -6/+0 | |
| 2019-02-18 | Add CSS function to check we are in dark theme | Jabier Arraiza | 1 | -0/+6 | |
| 2019-02-12 | Header cleanup. | Tavmjong Bah | 1 | -1/+1 | |
| 2019-02-11 | Changed tabs to spaces | WizardOhio24 | 1 | -1/+1 | |
| 2019-02-11 | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 1 | -0/+8 | |
| 2019-01-30 | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 1 | -0/+1 | |
| 2019-01-27 | Add desktop function to know we are on dark theme | Jabier Arraiza | 1 | -0/+6 | |
| 2019-01-20 | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 1 | -2/+15 | |
| 2019-01-07 | Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵ | Jabier Arraiza | 1 | -2/+0 | |
| SPCanvas::paintXRayBuffer) and other improvements to XRay | |||||
| 2018-12-22 | pinch zoom gesture | Thomas Holder | 1 | -0/+29 | |
| 2018-12-09 | Fix toggle rullers in split view and improve speed and rendering to xray | Jabier Arraiza | 1 | -13/+5 | |
| 2018-12-06 | desktop-widget: Make canvas private | Alexander Valavanis | 1 | -4/+2 | |
| 2018-12-06 | desktop-widget: make rulers private | Alexander Valavanis | 1 | -27/+0 | |
| 2018-12-05 | desktop-widget: make scrollbars private | Alexander Valavanis | 1 | -26/+0 | |
| 2018-12-04 | Added XRay | Jabier Arraiza | 1 | -0/+18 | |
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 1 | -3/+2 | |
| 2018-12-03 | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 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. | |||||
| 2018-12-01 | Fix coding style | Jabier Arraiza | 1 | -58/+56 | |
| 2018-12-01 | Fix merging | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Fix merging | Jabier Arraiza | 1 | -2/+2 | |
| 2018-12-01 | Fix merge to master and add shortcut | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Move spliter from prefs to SPCanvas to allow multidesktop | Jabiertxof | 1 | -4/+6 | |
| 2018-12-01 | Add some Martin fixes and UX improvements | Jabiertxof | 1 | -5/+4 | |
| 2018-12-01 | Improve spliter and add outline mode functionality | Jabier Arraiza | 1 | -0/+4 | |
| 2018-12-01 | Handling cursor for dragin split | Jabier Arraiza | 1 | -1/+58 | |
