summaryrefslogtreecommitdiffstats
path: root/src/desktop.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused functionsJabier Arraiza2018-11-051-1/+0
|
* Improvemets to find itemsJabier Arraiza2018-11-051-1/+1
|
* Remembers printer settings between calls to the print dialogue. Fixes bug ↵Rick Yorgason2018-10-271-0/+3
| | | | #1711112.
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-2/+2
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-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.
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* New option to invert y-axisThomas Holder2018-09-121-8/+3
| | | | | | | | | 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
* adding gtk-themeJabier Arraiza2018-07-211-0/+1
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | 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 Peyrot2018-06-181-11/+11
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz2018-06-061-1/+0
|
* Apply fixedJabier Arraiza2018-05-091-1/+1
|
* Reset old code to reaply fixedJabier Arraiza2018-05-091-1/+1
|
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Refactor SPDesktop::setEventContext to allow for unsetting the current toolStefano Facchini2017-11-131-4/+1
| | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit.
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-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 Bah2017-03-221-1/+27
| | | (bzr r15606)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-0/+6
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Add functions to rotate drawing inside desktop.Tavmjong Bah2017-03-141-0/+5
| | | (bzr r15595)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-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 problemsAdrian Boguszewski2016-07-281-0/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | (bzr r15025)
* Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-131-1/+0
| | | | | background. #Hackfest2016 (bzr r14821)
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+2
| | | (bzr r14500.1.9)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-1/+0
| | | (bzr r14500.1.8)
* Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-0/+1
| | | (bzr r14500.1.5)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-1/+1
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-0/+3
| | | (bzr r13820)
* Update to experimental r13598Liam P. White2014-10-081-0/+2
|\ | | | | (bzr r13341.5.17)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-2/+3
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+0
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* fix compile warningJohan B. C. Engelen2014-05-151-1/+1
| | | (bzr r13341.1.29)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-3/+3
| | | (bzr r13309)
* Fix remaining issue with prefs updatingMartin Owens2014-04-191-2/+1
| | | (bzr r13291.1.2)
* Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-1/+26
| | | (bzr r13291.1.1)
* pass class variables by reference for performanceKris De Gussem2014-01-111-4/+4
| | | (bzr r12916)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
| | | (bzr r12915)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-6/+16
| | | (bzr r12782)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.111)
* Further refactoring of EventContexts.Markus Engel2013-07-301-0/+15
| | | (bzr r11608.1.109)
* Merged from trunk (r12419).Markus Engel2013-07-141-6/+4
|\ | | | | (bzr r11608.1.107)
| * Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-2/+2
| | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-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 GObjectMarkus Engel2013-04-201-2/+5
|/ | | (bzr r11608.1.97)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)