summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-041-2/+2
|
* adding gtk-themeJabier Arraiza2018-07-211-300/+334
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-4/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-173/+173
| | | | | 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-15/+15
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-0/+4
|
* Add Maren improvements prepare to mergeJabiertxo Arraiza Cenoz2018-05-101-0/+3
|
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-1/+4
|
* Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah2018-05-031-2/+3
| | | | | | it does. Minor UI tweaks and bug fixes.
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
|
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-1/+1
|
* Fixing refsJabier Arraiza2018-03-261-2/+0
|
* Misc. typosluz.paz2018-02-101-1/+1
| | | Found via `codespell`
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-18/+25
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Back path operations to curvesJabier Arraiza2017-12-301-0/+10
|
* Revert "Add improvements sugested by Eduard Brawn And Moini"Marc Jeanmougin2017-12-291-10/+0
| | | | | This reverts commit 2ebc7ad774aa6fd19c684464e35ce9129f8ae341 (cherry picked from commit 8707b5a3d717bec232c74ea8ceb350ec14965877)
* Add improvements sugested by Eduard Brawn And MoiniJabiertxo Arraiza Cenoz2017-12-281-0/+10
|
* Add break apart. Thanks MarenJabier Arraiza2017-12-141-0/+2
|
* This commit:Jabiertxo Arraiza Cenoz2017-12-141-0/+7
| | | | | | | *Allow boolops operation with non paths converting them to path first *Allow convert to stroke non paths converting previously to paths *Allow combine with use elements converting it to paths first *Allow convert to curves use/clone elements converting to curves
* Add canvas flipping/rotation reset to the menu, improve stringsMoini2017-12-031-4/+4
|
* Rename wrong named functionJabier Arraiza2017-11-031-4/+2
|
* Move finctions away object setsJabier Arraiza2017-11-021-2/+9
|
* Add widget to color and some refactoringJabier Arraiza2017-11-011-0/+10
|
* Replace reference to non-existant icon to one that exists.Tavmjong Bah2017-09-051-1/+1
| | | | | (Prevented Image properties dialog from appearing.) Fixes bug #1715138.
* Add function to save templateChristophe Lebras2017-07-021-1/+1
| | | | | Saves template as default. Does not save template informations yet.
* Add new verb "save template"Christophe Lebras2017-07-021-11/+17
|
* selection chemistry: implement z-stack orderchr2017-05-231-0/+14
| | | | | | | | | | | | | | | 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/+38
| | | (bzr r15606)
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-1/+2
| | | | | Change default rotation step to 15 degrees. (bzr r15605)
* Add verbs for canvas rotation.Tavmjong Bah2017-03-211-22/+69
| | | (bzr r15604)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-0/+1
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-8/+12
| | | | | | | | 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)
* Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah2017-02-271-0/+5
| | | | | | | Panel. To be disabled for releases. (bzr r15551)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-0/+10
|\ | | | | (bzr r15471)
| * Merge changes from trunkkamalpreetgrewal2016-08-161-1/+1
| |\ | | | | | | (bzr r14949.1.66)
| * \ Merge changes from trunkkamalpreetgrewal2016-08-151-3/+3
| |\ \ | | | | | | | | (bzr r14949.1.64)
| * \ \ Merge changes from trunkkamalpreetgrewal2016-08-041-7/+6
| |\ \ \ | | | | | | | | | | (bzr r14949.1.62)
| * | | | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+5
| | | | | | | | | | | | | | | (bzr r14949.1.52)
| * | | | Register style dialog with support to add selectorkamalpreetgrewal2016-06-041-0/+5
| | | | | | | | | | | | | | | (bzr r14949.1.1)
* | | | | Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman2017-01-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428)
* | | | | Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | | | | | | | | | | | | | (bzr r15368)
* | | | | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-091-6/+6
| | | | | | | | | | | | | | | (bzr r15223.1.1)
* | | | | merge recursive unlink clones branchMarc Jeanmougin2016-11-061-0/+5
|\ \ \ \ \ | | | | | | | | | | | | (bzr r15220)
| * \ \ \ \ Add "Edit->Clone->Unlink Clones recursively" function ↵Alexander Brock2016-11-041-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ObjectSet::unlinkRecursive) (bzr r15204.1.1)
| | * | | | | Add recursive clone unlink featureAlexander Brock2016-10-271-0/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r15191.1.1)
* | | | | | | further cppificationMarc Jeanmougin2016-11-061-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218)
* / / / / / fix prefs iconTobias Ellinghaus2016-11-021-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1638353 (bzr r15202)
* | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* | | | | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-081-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)