| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-05 | Fix various minor code problems | Marc Jeanmougin | 1 | -0/+2 | |
| 2019-10-05 | Fix some memory leaks found by scan-build | Marc Jeanmougin | 1 | -0/+2 | |
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -6/+0 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-05-27 | Hackfest2019: Rm tautological tests | Alexander Valavanis | 1 | -2/+2 | |
| 2019-01-02 | modernize loops (2) | Marc Jeanmougin | 1 | -14/+14 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -31/+25 | |
| 2019-01-01 | Minor style fixes | Marc Jeanmougin | 1 | -10/+10 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-10-05 | Removal of code but breaks gradients | Martin Owens | 1 | -6/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -28/+28 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -10/+10 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -10/+10 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -20/+24 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-10-02 | third batch | Marc Jeanmougin | 1 | -14/+12 | |
| 2017-06-30 | Starting selectable knots | Jabier Arraiza | 1 | -5/+5 | |
| 2017-02-06 | This commit fixes bug #1657874 | Jabiertxof | 1 | -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) | |||||
| 2016-12-05 | Highlight mesh handles when corner or handle selected. | Jabier Arraiza Cenoz | 1 | -19/+236 | |
| Highlight mesh control lines when corner/handle hovered over. (bzr r15298) | |||||
| 2016-12-03 | Enable node resizing in mesh tool. | Jabier Arraiza Cenoz | 1 | -0/+27 | |
| (bzr r15296) | |||||
| 2016-12-01 | Add toggles for handle visibility, editing fill, and editing stroke. | Tavmjong Bah | 1 | -14/+27 | |
| (bzr r15289) | |||||
| 2016-11-30 | Fix bug with mesh handle update when corner moved via keys. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r15288) | |||||
| 2016-11-29 | Give mesh corner nodes a different color from handle nodes (following node ↵ | Tavmjong Bah | 1 | -9/+15 | |
| tool coloring). (bzr r15286) | |||||
| 2016-11-23 | Select mesh nodes by clicking on control lines. | Tavmjong Bah | 1 | -9/+27 | |
| (bzr r15267) | |||||
| 2016-11-21 | Keep corner nodes selected when possible for corner operations. | Tavmjong Bah | 1 | -36/+164 | |
| (bzr r15264) | |||||
| 2016-11-17 | Another fix for the status bar with mesh gradients. | Tavmjong Bah | 1 | -1/+10 | |
| (bzr r15258) | |||||
| 2016-09-27 | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 1 | -17/+17 | |
| Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | |||||
| 2016-09-26 | Fix undo/redo for mesh gradients. | Tavmjong Bah | 1 | -8/+8 | |
| (bzr r15135) | |||||
| 2016-09-02 | Refactoring: #if 0, == true, and const. | Shlomi Fish | 1 | -2/+5 | |
| Some refactoring for making the code clearer. (bzr r15100.1.6) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.19) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -3/+3 | |
| (bzr r14954.1.10) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r14907) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -3/+3 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-12-06 | cppification: GSList replaced by vectors (mostly related to gradients and ↵ | Marc Jeanmougin | 1 | -200/+183 | |
| meshes) (bzr r14504.1.2) | |||||
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -3/+3 | |
| (bzr r14463) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14126) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -11/+11 | |
| (bzr r14059.2.1) | |||||
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 1 | -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) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -6/+6 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -6/+6 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -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) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -8/+7 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_controls | Liam P. White | 1 | -2/+2 | |
| (bzr r13819) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-11-10 | Fix use-after-free crash | Liam P. White | 1 | -0/+2 | |
| (bzr r13698) | |||||
| 2014-07-27 | Fix for 1309050 | Liam P. White | 1 | -0/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13341.1.101) | |||||
