| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update for CSS 3 'image-rendering'. | Tavmjong Bah | 2017-05-29 | 1 | -2/+8 |
| | | | | (bzr r15703.1.11) | ||||
| * | Add preference that allows user to increase the canvas tile size. | Tavmjong Bah | 2017-03-30 | 1 | -1/+7 |
| | | | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614) | ||||
| * | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 2017-03-30 | 8 | -7/+499 |
| | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612) | ||||
| * | Add canvas flip. No GUI. Can be bound to keys via preferences. | Tavmjong Bah | 2017-03-22 | 2 | -6/+12 |
| | | | | (bzr r15606) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 3 | -295/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Modify CanvasXYGrid to work with rotated canvas. | Tavmjong Bah | 2017-03-18 | 2 | -104/+147 |
| | | | | (bzr r15602) | ||||
| * | Modifiy CtrlRect to work with rotated canvas. | Tavmjong Bah | 2017-03-17 | 2 | -145/+127 |
| | | | | (bzr r15600) | ||||
| * | Fix rendering when canvas rotated. General code clean-up and documentation. | Tavmjong Bah | 2017-03-15 | 1 | -60/+44 |
| | | | | (bzr r15598) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 3 | -4/+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) | ||||
| * | sp-canvas: Migrate to seat_grab | Alex Valavanis | 2017-02-26 | 1 | -5/+12 |
| | | | | (bzr r15548) | ||||
| * | Fix Gdk deprecations | Alex Valavanis | 2017-02-07 | 1 | -2/+25 |
| | | | | (bzr r15492) | ||||
| * | Fix some new Gdk deprecations | Alex Valavanis | 2017-02-07 | 1 | -1/+1 |
| | | | | (bzr r15491) | ||||
| * | Remove some unneeded < C++11 fallback code | Alex Valavanis | 2017-02-06 | 4 | -20/+0 |
| | | | | (bzr r15485) | ||||
| * | fixing to new trunk | Jabiertxof | 2017-01-24 | 20 | -34/+197 |
| |\ | | | | | (bzr r15142.1.38) | ||||
| | * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | ||||
| | * | Fix snapping tooltips and highlighting of snapped bounding boxes (both of ↵ | Diederik van Lierop | 2017-01-11 | 1 | -2/+2 |
| | | | | | | | | | | | which were not shown) (bzr r15410) | ||||
| | * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 5 | -10/+28 |
| | | | | | | | (bzr r15391) | ||||
| | * | Fix logic error (non-scaling stroke on text). | Tavmjong Bah | 2017-01-03 | 1 | -1/+1 |
| | | | | | | | (bzr r15386) | ||||
| | * | Fix a few Gtkmm deprecations | Alex Valavanis | 2016-12-26 | 2 | -0/+10 |
| | | | | | | | (bzr r15357) | ||||
| | * | sp-canvas: Gtkmmify to squash a few warnings | Alex Valavanis | 2016-12-25 | 1 | -14/+17 |
| | | | | | | | (bzr r15353) | ||||
| | * | Fixes for measure LPE and speed path based LPE operations | Jabiertxof | 2016-12-06 | 2 | -0/+15 |
| | | | | | | | (bzr r15302) | ||||
| | * | Add triangle knot. | Jabier Arraiza Cenoz | 2016-12-03 | 2 | -3/+73 |
| | | | | | | | (bzr r15293) | ||||
| | * | Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp" | Eduard Braun | 2016-11-27 | 1 | -1/+0 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1645062 (bzr r15280) | ||||
| | * | Provide a way to update a legacy document to account for the 90 to 96 dpi ↵ | Tavmjong Bah | 2016-11-25 | 2 | -2/+42 |
| | | | | | | | | | | | | | | | change. This method relies on setting the 'viewBox'. (bzr r15273) | ||||
| | * | Select mesh nodes by clicking on control lines. | Tavmjong Bah | 2016-11-23 | 4 | -0/+8 |
| | | | | | | | (bzr r15267) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-11-05 | 3 | -2/+15 |
| |\| | | | | | (bzr r15142.1.30) | ||||
| | * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 2 | -0/+13 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| | * | Revert two changes from r15177 | Marc Jeanmougin | 2016-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1636475 - https://launchpad.net/bugs/1637885 (bzr r15204) | ||||
| * | | Fix angle constrain, thanks to vlada, Mc and LiamW | Jabier Arraiza Cenoz | 2016-11-01 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.29) | ||||
| * | | Add some Vlava improvements from mailing list | Jabier Arraiza Cenoz | 2016-11-01 | 2 | -6/+14 |
| |\| | | | | | (bzr r15142.1.28) | ||||
| * | | Add fadding from temporary rotate draw to real ones | Jabier Arraiza Cenoz | 2016-10-26 | 1 | -11/+20 |
| | | | | | | | (bzr r15142.1.27) | ||||
| * | | Some bug fixes and improvements | Jabier Arraiza Cenoz | 2016-10-25 | 1 | -12/+0 |
| | | | | | | | (bzr r15142.1.25) | ||||
| * | | Add right click rotation panning, some fixes | Jabier Arraiza Cenoz | 2016-10-23 | 2 | -54/+61 |
| | | | | | | | (bzr r15142.1.23) | ||||
| * | | Add right click rotation panning | Jabier Arraiza Cenoz | 2016-10-23 | 2 | -9/+12 |
| | | | | | | | (bzr r15142.1.22) | ||||
| * | | Add doc rotate with panning | Jabier Arraiza Cenoz | 2016-10-23 | 2 | -11/+20 |
| |\| | | | | | (bzr r15142.1.21) | ||||
| * | | Add right click attempt | Jabier Arraiza Cenoz | 2016-10-23 | 2 | -6/+64 |
| | | | | | | | (bzr r15142.1.20) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-10-19 | 2 | -6/+21 |
| |\| | | | | | (bzr r15142.1.18) | ||||
| | * | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 2 | -6/+21 |
| | | | | | | | (bzr r15177) | ||||
| * | | Styling rotate | Jabier Arraiza Cenoz | 2016-10-19 | 1 | -4/+49 |
| | | | | | | | (bzr r15142.1.17) | ||||
| * | | Working with rotate preview | Jabier Arraiza Cenoz | 2016-10-19 | 2 | -4/+169 |
| | | | | | | | (bzr r15142.1.15) | ||||
| * | | Fix some canvas problems and refactorization | Jabier Arraiza Cenoz | 2016-10-10 | 1 | -0/+1 |
| |/ | | | (bzr r15142.1.8) | ||||
| * | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 2016-09-25 | 2 | -0/+88 |
| | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | ||||
| * | [Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle ↵ | ohtsuka-yoshio | 2016-09-14 | 1 | -0/+2 |
| | | | | | | | | | to grid intersection. Fixed bugs: - https://launchpad.net/bugs/459914 (bzr r15116) | ||||
| * | Improve font editing dialog. | Tavmjong Bah | 2016-09-06 | 2 | -13/+34 |
| |\ | | | | | (bzr r15109) | ||||
| | * | Improve font editing dialog: | Tavmjong Bah | 2016-07-10 | 2 | -12/+33 |
| | | | | | | | | | | | | | | | | | 1. Allow for fonts with other than 1000 units per em. 2. Allow setting 'ascent', 'descent', etc. 3. Allow setting individual glyph horizontal advances. 4. Fix bug where 'units-per-em' was not read correctly. (bzr r15014.1.1) | ||||
| * | | Decrease contrast of phantom bpath | Jabier Arraiza Cenoz | 2016-08-29 | 1 | -1/+1 |
| | | | | | | | (bzr r15091) | ||||
| * | | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 2016-08-29 | 3 | -13/+29 |
| | | | | | | | | | | | lines (bzr r15090) | ||||
| * | | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | ||||
| * | | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | (bzr r15059) | ||||
| * | | Merged trunk | Adrian Boguszewski | 2016-08-09 | 5 | -298/+14 |
| |\ \ | | | | | | | (bzr r14954.1.30) | ||||
