summaryrefslogtreecommitdiffstats
path: root/src/verbs.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-23add livecoding tool to toolbars-ol1-0/+2
2019-11-01Remove OCALMarc Jeanmougin1-2/+0
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-12/+0
2019-08-21Remove pixelart dialogMarc Jeanmougin1-1/+0
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita1-0/+1
2019-07-31Keep tutorial even if built without potraceNathan Lee1-3/+0
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-0/+8
Hide warnings emitted if Aspell/Potrace missing
2019-06-10Fix dialog orderJabier Arraiza1-1/+1
2019-06-10Move from XMLDialog to another paned dialogJabier Arraiza1-1/+1
2019-04-18Remove unimplemented Find Dialog (obsolete)Nathan Lee1-1/+0
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-1/+9
2019-02-20Remove Tags functionality (replaced by css selectors)Martin Owens1-3/+0
2019-02-11Changed tabs to spacesWizardOhio241-1/+1
2019-02-11Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio241-0/+1
2018-12-04Added XRayJabier Arraiza1-0/+1
2018-12-01Fix coding styleJabier Arraiza1-13/+13
2018-12-01Initial commit of split canvasJabiertxof1-0/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-1/+0
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason1-1/+1
clearer.
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason1-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.
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-12/+12
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-08Misc. typosluz.paz1-2/+2
Found via `codespell`
2017-11-01Add widget to color and some refactoringJabier Arraiza1-0/+2
2017-07-02Add new verb "save template"Christophe Lebras1-1/+2
2017-05-23selection chemistry: implement z-stack orderchr1-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)
2017-03-22Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah1-0/+5
(bzr r15606)
2017-03-21Add verbs for canvas rotation.Tavmjong Bah1-10/+20
(bzr r15604)
2017-02-27Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah1-0/+1
Panel. To be disabled for releases. (bzr r15551)
2017-01-21Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman1-0/+1
Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428)
2016-10-27Add recursive clone unlink featureAlexander Brock1-0/+1
(bzr r15191.1.1)
2016-10-08[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan1-0/+6
Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
2016-09-29allow to use verbs as xverbsDmitry Zhulanov1-2/+2
(bzr r15136.1.8)
2016-09-29allow optional args for xverbsDmitry Zhulanov1-1/+1
(bzr r15136.1.7)
2016-08-03Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14Jabier Arraiza Cenoz1-0/+1
(bzr r15036)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-07-17Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal1-0/+1
(bzr r14949.1.52)
2016-06-04Register style dialog with support to add selectorkamalpreetgrewal1-0/+1
(bzr r14949.1.1)
2016-04-14function to release object from groupRaphael Rosch1-0/+1
Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
2015-12-27Fix GTK+ fullscreen issueAlex Valavanis1-3/+0
Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555)
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-1/+1
(bzr r14500.1.9)
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-1/+1
(bzr r14500.1.8)
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-0/+1
(bzr r14500.1.5)
2015-11-21Hide unused verbs if Potrace is not availableAlex Valavanis1-0/+16
(bzr r14449.1.7)
2014-09-27Update to experimental r13565Liam P. White1-23/+31
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-23/+26
GThread deprecation errors. (bzr r13341.1.190)
2014-06-14Add clip group option from PonyscapeLiam P. White1-0/+1
(bzr r13090.1.83)