summaryrefslogtreecommitdiffstats
path: root/src/verbs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add livecoding tool to toolbars-ol2019-11-231-0/+2
|
* Remove OCALMarc Jeanmougin2019-11-011-2/+0
|
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-12/+0
|
* Remove pixelart dialogMarc Jeanmougin2019-08-211-1/+0
|
* Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-191-0/+1
|
* Keep tutorial even if built without potraceNathan Lee2019-07-311-3/+0
|
* Hide spellcheck dialog if Aspell is missingNathan Lee2019-07-311-0/+8
| | | | Hide warnings emitted if Aspell/Potrace missing
* Fix dialog orderJabier Arraiza2019-06-101-1/+1
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-101-1/+1
|
* Remove unimplemented Find Dialog (obsolete)Nathan Lee2019-04-181-1/+0
|
* Merge addition of center on page buttonMartin Owens2019-03-061-0/+1
|\
| * Changed tabs to spacesWizardOhio242019-02-111-1/+1
| |
| * Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-111-0/+1
| |
* | Merge in bazaar branch for alignment handlesMartin Owens2019-02-241-1/+9
| |
* | Remove Tags functionality (replaced by css selectors)Martin Owens2019-02-201-3/+0
|/
* Added XRayJabier Arraiza2018-12-041-0/+1
|
* Fix coding styleJabier Arraiza2018-12-011-13/+13
|
* Initial commit of split canvasJabiertxof2018-12-011-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-2/+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
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-1/+0
|
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-1/+1
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-0/+1
| | | | 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
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-12/+12
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* Add widget to color and some refactoringJabier Arraiza2017-11-011-0/+2
|
* Add new verb "save template"Christophe Lebras2017-07-021-1/+2
|
* selection chemistry: implement z-stack orderchr2017-05-231-0/+2
| | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7)
* Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah2017-03-221-0/+5
| | | (bzr r15606)
* Add verbs for canvas rotation.Tavmjong Bah2017-03-211-10/+20
| | | (bzr r15604)
* Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah2017-02-271-0/+1
| | | | | | | Panel. To be disabled for releases. (bzr r15551)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-0/+2
|\ | | | | (bzr r15471)
| * Merge changes from trunkkamalpreetgrewal2016-08-041-0/+1
| |\ | | | | | | (bzr r14949.1.62)
| * | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+1
| | | | | | | | | (bzr r14949.1.52)
| * | Register style dialog with support to add selectorkamalpreetgrewal2016-06-041-0/+1
| | | | | | | | | (bzr r14949.1.1)
* | | Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman2017-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428)
* | | Add recursive clone unlink featureAlexander Brock2016-10-271-0/+1
| | | | | | | | | (bzr r15191.1.1)
* | | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-081-0/+6
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
* | | allow to use verbs as xverbsDmitry Zhulanov2016-09-291-2/+2
| | | | | | | | | (bzr r15136.1.8)
* | | allow optional args for xverbsDmitry Zhulanov2016-09-291-1/+1
| |/ |/| | | (bzr r15136.1.7)
* | Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14Jabier Arraiza Cenoz2016-08-031-0/+1
| | | | | | (bzr r15036)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* function to release object from groupRaphael Rosch2016-04-141-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* Fix GTK+ fullscreen issueAlex Valavanis2015-12-271-3/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555)
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-1/+1
| | | (bzr r14500.1.9)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-1/+1
| | | (bzr r14500.1.8)
* Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-0/+1
| | | (bzr r14500.1.5)
* Hide unused verbs if Potrace is not availableAlex Valavanis2015-11-211-0/+16
| | | (bzr r14449.1.7)