| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 2017-03-30 | 1 | -0/+2 |
| | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612) | ||||
| * | Add canvas flip. No GUI. Can be bound to keys via preferences. | Tavmjong Bah | 2017-03-22 | 1 | -1/+27 |
| | | | | (bzr r15606) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -0/+6 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add functions to rotate drawing inside desktop. | Tavmjong Bah | 2017-03-14 | 1 | -0/+5 |
| | | | | (bzr r15595) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -31/+98 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| | | | | (bzr r15025) | ||||
| * | Move background drawing to SPCanvas to avoid temporarily drawing an incorrect | Krzysztof Kosi??ski | 2016-04-13 | 1 | -1/+0 |
| | | | | | | background. #Hackfest2016 (bzr r14821) | ||||
| * | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -0/+2 |
| | | | | (bzr r14500.1.9) | ||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -1/+0 |
| | | | | (bzr r14500.1.8) | ||||
| * | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+1 |
| | | | | (bzr r14500.1.5) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -1/+1 |
| | | | | (bzr r13922.1.5) | ||||
| * | Just... | mc | 2015-02-18 | 1 | -1/+1 |
| | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -0/+3 |
| | | | | (bzr r13820) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -0/+2 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 1 | -2/+3 |
| | | | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+0 |
| |/ | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | fix compile warning | Johan B. C. Engelen | 2014-05-15 | 1 | -1/+1 |
| | | | | (bzr r13341.1.29) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -3/+3 |
| | | | | (bzr r13309) | ||||
| * | Fix remaining issue with prefs updating | Martin Owens | 2014-04-19 | 1 | -2/+1 |
| | | | | (bzr r13291.1.2) | ||||
| * | Add image rendering option for outlines. Setup desktop preferences observer. | Martin Owens | 2014-04-18 | 1 | -1/+26 |
| | | | | (bzr r13291.1.1) | ||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-11 | 1 | -4/+4 |
| | | | | (bzr r12916) | ||||
| * | gtkmmification (seems there is more margin in desktop-widget.cpp) | Kris De Gussem | 2014-01-11 | 1 | -1/+1 |
| | | | | (bzr r12915) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -6/+16 |
| | | | | (bzr r12782) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | (bzr r11608.1.111) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -0/+15 |
| | | | | (bzr r11608.1.109) | ||||
| * | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -6/+4 |
| |\ | | | | | (bzr r11608.1.107) | ||||
| | * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -2/+2 |
| | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -2/+5 |
| |/ | | | (bzr r11608.1.97) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Drop dead Inkboard code. Config flag no longer exists | Alex Valavanis | 2013-03-04 | 1 | -10/+0 |
| | | | | (bzr r12173) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | Fix for 191020 : Lock/Unlock all layers - Lock other layers | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11779) | ||||
| * | Fix for 171904 : toggleToolbox verb | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11778) | ||||
| * | Fix for 191020 : Lock/Unlock all layers | John Smith | 2012-10-09 | 1 | -1/+2 |
| | | | | (bzr r11764) | ||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+1 |
| | | | | (bzr r11600) | ||||
| * | Fix for 378413 : Show/Hide all layers | John Smith | 2012-07-12 | 1 | -0/+1 |
| | | | | (bzr r11545) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -2/+4 |
| | | | | (bzr r11345) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+6 |
| | | | | (bzr r11030) | ||||
| * | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 1 | -0/+6 |
| | | | | (bzr r10992) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -6/+9 |
| | | | | (bzr r10986) | ||||
| * | Added signal for desktop destruction to allow for proper removal of tracked ↵ | Jon A. Cruz | 2012-01-01 | 1 | -0/+6 |
| | | | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 |
| | | | | (bzr r10766.1.1) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+31 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+1 |
| | | | | (bzr r10696) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+4 |
| | | | | (bzr r10582.1.5) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -6/+6 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -6/+6 |
| | | | | | | | (bzr r10347.1.21) | ||||
