summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/gradient-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-18/+21
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-6/+6
|
* Second batchMarc Jeanmougin2017-10-021-48/+37
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Add Shift-I shortcut for insert node.su_v2016-11-191-0/+10
| | | (bzr r15261)
* Fix status bar messages for meshes and gradients.Tavmjong Bah2016-11-171-1/+7
| | | (bzr r15256)
* Fix Gtk type error, code cleanup, and documentation.Tavmjong Bah2016-09-261-0/+1
| | | (bzr r15133)
* Merged trunkAdrian Boguszewski2016-08-031-8/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+8
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+1
| | | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-8/+8
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/ | | (bzr r14954.1.10)
* cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-20/+18
| | | | | meshes) (bzr r14504.1.2)
* static code analysisKris De Gussem2015-11-131-2/+2
| | | (bzr r14463)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-18/+19
|\ | | | | (bzr r14059.2.11)
| * removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-1/+1
| | | | | | (bzr r13922.1.17)
| * mergingMarc Jeanmougin2015-04-261-1/+1
| |\ | | | | | | (bzr r13922.1.13)
| * \ mergeMarc Jeanmougin2015-04-261-10/+0
| |\ \ | | | | | | | | (bzr r13922.1.12)
| * | | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | | | | | | | (bzr r13922.1.11)
| * | | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-13/+7
| | | | | | | | | | | | (bzr r13922.1.10)
| * | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | | | | | | | | | | (bzr r13922.1.5)
| * | | Just...mc2015-02-181-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2)
* | | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
| |_|/ |/| | | | | (bzr r14059.2.1)
* | | ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-191-1/+1
| |/ |/| | | (bzr r14016)
* | Strip ToolFactoryLiam P. White2015-02-251-10/+0
|/ | | (bzr r13939.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-1/+1
| | | (bzr r13817)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.253)
* Get gradient tool to shut up about invalid casts with meshesLiam P. White2014-08-101-7/+10
| | | (bzr r13341.1.131)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-13/+9
| | | (bzr r13060)
* fix null pointer dereferenceKris De Gussem2014-01-161-4/+6
| | | (bzr r12943)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+977
(bzr r12785)