| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Bug #1512729] Filter effects and blur quality options broken. | Nicolas Dufour | 2016-05-24 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1512729 (bzr r14913) | ||||
| * | Clarify license. | Krzysztof Kosi??ski | 2016-05-08 | 1 | -1/+4 |
| | | | | | | | | | | Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873) | ||||
| * | Correct enumeration names. | Tavmjong Bah | 2016-04-22 | 1 | -3/+3 |
| | | | | (bzr r14862) | ||||
| * | Priority is so high it blocks blitting the canvas | Liam P. White | 2016-04-15 | 1 | -1/+1 |
| | | | | (bzr r14849) | ||||
| * | Change idle priority back to high | Liam P. White | 2016-04-14 | 1 | -1/+1 |
| | | | | (bzr r14848) | ||||
| * | Remove no longer needed warning about feTile rendering. | Tavmjong Bah | 2016-04-13 | 1 | -12/+0 |
| | | | | (bzr r14835) | ||||
| * | Remove unused variable in sp-canvas.cpp | Krzysztof Kosi??ski | 2016-04-13 | 1 | -2/+0 |
| | | | | (bzr r14833) | ||||
| * | Hopefully fix "invalid state when picking" warnings. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -2/+4 |
| | | | | (bzr r14832) | ||||
| * | Fix artifacts at the border when panning the canvas. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -16/+13 |
| | | | | (bzr r14831) | ||||
| * | Fix canvas flicker while dragging objects. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -33/+11 |
| | | | | (bzr r14829) | ||||
| * | Fix redraw problems when shrinking and then enlarging the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-13 | 1 | -4/+6 |
| | | | | | | #Hackfest2016 (bzr r14824) | ||||
| * | Move background drawing to SPCanvas to avoid temporarily drawing an incorrect | Krzysztof Kosi??ski | 2016-04-13 | 2 | -27/+76 |
| | | | | | | background. #Hackfest2016 (bzr r14821) | ||||
| * | Simplify SPCanvas by tracking the clean region instead of the dirty region. | Krzysztof Kosi??ski | 2016-04-13 | 2 | -76/+42 |
| | | | | | | #Hackfest2016 (bzr r14816) | ||||
| * | sp-canvas: Disable deprecated double-buffering #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -6/+1 |
| | | | | (bzr r14799) | ||||
| * | Update copyright notices on display/sp-canvas.(h|cpp) | Krzysztof Kosi??ski | 2016-04-12 | 2 | -0/+4 |
| | | | | (bzr r14798) | ||||
| * | Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model. | Krzysztof Kosi??ski | 2016-04-12 | 2 | -148/+139 |
| | | | | | | For now, causes redraw issues with SVG preview in the open dialog. (bzr r14795) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 2 | -609/+472 |
| | | | | (bzr r14790) | ||||
| * | Fix feTile rendering bug with Krzysztof's help. | Tavmjong Bah | 2016-04-11 | 1 | -5/+2 |
| | | | | | | Hackfest 2016. (bzr r14777) | ||||
| * | Fix node size regression and add ctrlResize property for multiple use. | Martin Owens | 2016-04-02 | 2 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761) | ||||
| * | Fix bug #1548953 (Crash when SVG contains certain special chars) | Eduard Braun | 2016-03-30 | 1 | -7/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750) | ||||
| * | type in commit r14664 | Kris De Gussem | 2016-02-29 | 1 | -1/+1 |
| | | | | (bzr r14676) | ||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 1 | -2/+2 |
| | | | | (bzr r14664) | ||||
| * | Remove artifacts when remove canvas items, for example in measure tool | Jabier Arraiza Cenoz | 2016-02-10 | 1 | -1/+1 |
| | | | | (bzr r14645) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 2 | -5/+5 |
| | | | | (bzr r14639) | ||||
| * | Less derp, can't iterate past the end of the list | Liam P. White | 2016-01-17 | 1 | -2/+2 |
| | | | | (bzr r14602) | ||||
| * | Follow-up commit to 14529. | Liam P. White | 2016-01-17 | 1 | -33/+40 |
| | | | | | | | From std::list documentation: list::insert - The container is extended by inserting new elements before the element at the specified position. (bzr r14601) | ||||
| * | Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵ | Liam P. White | 2016-01-16 | 1 | -6/+7 |
| | | | | | | false so that guides can be grabbed by the origin again (bzr r14593) | ||||
| * | Header cleanup | Liam P. White | 2016-01-16 | 1 | -3/+0 |
| | | | | (bzr r14585.1.3) | ||||
| * | Dead code cleanup | Liam P. White | 2016-01-16 | 1 | -10/+0 |
| | | | | (bzr r14585.1.2) | ||||
| * | Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵ | Liam P. White | 2016-01-16 | 2 | -29/+24 |
| | | | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1) | ||||
| * | More subtle checkerboard pattern centered around 50% gray. Makes editing ↵ | Tavmjong Bah | 2016-01-15 | 1 | -2/+2 |
| | | | | | | | | nodes more visible. Note, input values are in sRGB. (bzr r14584) | ||||
| * | Add option for checkerboard background. | Tavmjong Bah | 2015-12-21 | 2 | -0/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539) | ||||
| * | Small bug fix related to previous check-in. | Tavmjong Bah | 2015-12-14 | 1 | -0/+1 |
| | | | | (bzr r14533) | ||||
| * | Fix two bugs with component transfer filter primitive: | Tavmjong Bah | 2015-12-14 | 1 | -155/+47 |
| | | | | | | | | 1. Discrete type was ignoring last value in list. 2. Change in alpha was not propogated to pre-multiplied color values leading to "ghosting". (bzr r14532) | ||||
| * | cppification and performance | Marc Jeanmougin | 2015-12-13 | 3 | -129/+71 |
| | | | | (bzr r14529) | ||||
| * | Fix crash on hidden guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -23/+23 |
| | | | | (bzr r14527) | ||||
| * | Clean up some code, only init the SPKnot in one place. | Martin Owens | 2015-12-11 | 2 | -18/+1 |
| | | | | (bzr r14526) | ||||
| * | Fix bug launching a document by commandline with guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -10/+20 |
| | | | | (bzr r14525) | ||||
| * | Remove CtrlPoint and replace with SPKnot | Martin Owens | 2015-12-10 | 6 | -247/+33 |
| | | | | (bzr r14523) | ||||
| * | Add rect to SP Control point on locked guides | Jabier Arraiza Cenoz | 2015-12-07 | 3 | -13/+27 |
| | | | | (bzr r14500.1.13) | ||||
| * | Add Martin Owens radious patch | Jabier Arraiza Cenoz | 2015-12-07 | 1 | -0/+6 |
| | | | | (bzr r14500.1.11) | ||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -1/+0 |
| | | | | (bzr r14500.1.8) | ||||
| * | Added no highlight and cross icon on locked guides | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -1/+2 |
| | | | | (bzr r14500.1.4) | ||||
| * | Add lock to guides | Jabier Arraiza Cenoz | 2015-12-02 | 2 | -0/+10 |
| | | | | (bzr r14500.1.1) | ||||
| * | Merge 'writing-modes' branch. | Tavmjong Bah | 2015-11-24 | 2 | -3/+0 |
| |\ | | | | | (bzr r14487) | ||||
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 2 | -3/+0 |
| | | | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | ||||
| * | | static code analysis | Kris De Gussem | 2015-10-29 | 1 | -6/+2 |
| | | | | | | | (bzr r14436) | ||||
| * | | static code analysis | Kris De Gussem | 2015-10-28 | 2 | -2/+6 |
| |/ | | | (bzr r14432) | ||||
| * | Crude partial implementation of feTile filter primitive. | Tavmjong Bah | 2015-09-20 | 6 | -5/+130 |
| | | | | (bzr r14377) | ||||
| * | Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'. | Tavmjong Bah | 2015-09-15 | 1 | -8/+11 |
| | | | | (bzr r14368) | ||||
