summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loops (2)Marc Jeanmougin2019-01-021-14/+14
|
* modernize loopsMarc Jeanmougin2019-01-021-31/+25
|
* Minor style fixesMarc Jeanmougin2019-01-011-10/+10
|
* Clarify licensesMax Gaukler2018-11-081-1/+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
* Removal of code but breaks gradientsMartin Owens2018-10-051-6/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-28/+28
| | | | | 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-10/+10
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-10/+10
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+24
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* third batchMarc Jeanmougin2017-10-021-14/+12
|
* Starting selectable knotsJabier Arraiza2017-06-301-5/+5
|
* This commit fixes bug #1657874Jabiertxof2017-02-061-3/+3
| | | | | | | | | | | Title Missing handles after reset of rotation center Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select. Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down. What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown. Fixed bugs: - https://launchpad.net/bugs/1657874 (bzr r15486)
* Highlight mesh handles when corner or handle selected.Jabier Arraiza Cenoz2016-12-051-19/+236
| | | | | Highlight mesh control lines when corner/handle hovered over. (bzr r15298)
* Enable node resizing in mesh tool.Jabier Arraiza Cenoz2016-12-031-0/+27
| | | (bzr r15296)
* Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-011-14/+27
| | | (bzr r15289)
* Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah2016-11-301-0/+1
| | | (bzr r15288)
* Give mesh corner nodes a different color from handle nodes (following node ↵Tavmjong Bah2016-11-291-9/+15
| | | | | tool coloring). (bzr r15286)
* Select mesh nodes by clicking on control lines.Tavmjong Bah2016-11-231-9/+27
| | | (bzr r15267)
* Keep corner nodes selected when possible for corner operations.Tavmjong Bah2016-11-211-36/+164
| | | (bzr r15264)
* Another fix for the status bar with mesh gradients.Tavmjong Bah2016-11-171-1/+10
| | | (bzr r15258)
* Merged.Shlomi Fish2016-09-291-25/+25
|\ | | | | (bzr r15100.1.23)
| * Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-17/+17
| | | | | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
| * Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-8/+8
| | | | | | (bzr r15135)
* | Refactoring: #if 0, == true, and const.Shlomi Fish2016-09-021-2/+5
|/ | | | | Some refactoring for making the code clearer. (bzr r15100.1.6)
* Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-3/+3
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-200/+183
| | | | | meshes) (bzr r14504.1.2)
* static code analysisKris De Gussem2015-11-131-3/+3
| | | (bzr r14463)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-9/+10
|\ | | | | (bzr r14059.2.11)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | | | | (bzr r14126)
| * mergingMarc Jeanmougin2015-04-261-19/+19
| |\ | | | | | | (bzr r13922.1.13)
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-6/+6
| | | | | | | | | (bzr r13922.1.10)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | | | | | | | (bzr r13922.1.5)
| * | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-11/+11
| |/ |/| | | (bzr r14059.2.1)
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-19/+19
|/ | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-8/+7
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-2/+2
| | | (bzr r13819)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Fix use-after-free crashLiam P. White2014-11-101-0/+2
| | | (bzr r13698)