| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | powerstroke: properly implement rounded joins. brain buster!! | Johan B. C. Engelen | 2012-03-21 | 1 | -12/+81 |
| | | | | (bzr r11111) | ||||
| * | Fix false gtk deprecation warnings from gtkmm headers | Alex Valavanis | 2012-03-12 | 2 | -2/+1 |
| | | | | (bzr r11070) | ||||
| * | powerstroke: - add miter size limit | Johan B. C. Engelen | 2012-03-08 | 1 | -20/+51 |
| | | | | | | - fix crash with groups (thought I already committed this?) (bzr r11064) | ||||
| * | powerstroke: add miter cusp type. improve tangent detection for cusps drawing | Johan B. C. Engelen | 2012-03-04 | 2 | -18/+78 |
| | | | | (bzr r11046) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-29 | 1 | -2/+0 |
| | | | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033) | ||||
| * | powerstroke: work on cusps, so people can play with it a bit. it is not done ↵ | Johan B. C. Engelen | 2012-02-26 | 1 | -13/+53 |
| | | | | | | | | yet ! so may change in future... (partial update to latest 2geom, for reflection transform) (bzr r11024) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 12 | -43/+37 |
| | | | | (bzr r11018) | ||||
| * | some clean up | Johan B. C. Engelen | 2012-02-19 | 1 | -16/+5 |
| | | | | (bzr r10999) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 6 | -5/+6 |
| | | | | (bzr r10963) | ||||
| * | add missing files in cmake | Campbell Barton | 2012-02-08 | 1 | -0/+3 |
| | | | | (bzr r10949) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 8 | -8/+3 |
| | | | | (bzr r10940) | ||||
| * | add tooltip for powerstroke control points | Johan B. C. Engelen | 2012-01-18 | 2 | -8/+5 |
| | | | | (bzr r10906) | ||||
| * | select referred path when pressing shift+d (select original) for a path with ↵ | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+2 |
| | | | | | | Clone original LPE (bzr r10905) | ||||
| * | powerstroke: add new linecap type to have zero width at path start/end | Johan B. C. Engelen | 2012-01-17 | 1 | -10/+22 |
| | | | | (bzr r10901) | ||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 4 | -4/+4 |
| | | | | | | add some const stuff (bzr r10900) | ||||
| * | more header cleanup | Johan B. C. Engelen | 2012-01-17 | 1 | -12/+7 |
| | | | | (bzr r10898) | ||||
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 3 | -3/+3 |
| | | | | (bzr r10897) | ||||
| * | change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵ | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+2 |
| | | | | | | along path. (bzr r10896) | ||||
| * | proper forward decl | Johan B. C. Engelen | 2012-01-16 | 1 | -2/+1 |
| | | | | (bzr r10894) | ||||
| * | LPE: originalpath parameters: implement select original button | Johan B. C. Engelen | 2012-01-12 | 1 | -1/+11 |
| | | | | (bzr r10875) | ||||
| * | LPE: add new LPE that outputs the original path data. used to make a clone ↵ | Johan B. C. Engelen | 2012-01-12 | 11 | -1/+274 |
| | | | | | | (without LPE) of a path with an LPE applied (bzr r10874) | ||||
| * | Powerstroke: fix crashers | Johan B. C. Engelen | 2012-01-11 | 1 | -3/+9 |
| | | | | (bzr r10870) | ||||
| * | CanvasText: reinstate ability to set anchor position manually | Diederik van Lierop | 2012-01-04 | 1 | -5/+3 |
| | | | | (bzr r10841) | ||||
| * | Fixed null-pointer ctor crashes. | Jon A. Cruz | 2012-01-03 | 1 | -1/+4 |
| | | | | (bzr r10828) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 22 | -44/+31 |
| | | | | (bzr r10826) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 1 | -3/+5 |
| | | | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 2 | -8/+8 |
| | | | | (bzr r10766.1.1) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 8 | -8/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | lpe: add slider to scalar param optionally (does not work very well yet) | Johan B. C. Engelen | 2011-11-09 | 3 | -1/+11 |
| | | | | (bzr r10735) | ||||
| * | Powerstroke: add smoothness parameter for CubicBezierJohan | Johan B. C. Engelen | 2011-11-08 | 3 | -0/+10 |
| | | | | (bzr r10733) | ||||
| * | split interpolator code from main powerstroke code | Johan B. C. Engelen | 2011-11-08 | 4 | -243/+279 |
| | | | | (bzr r10732) | ||||
| * | Powerstroke: adjust control points when adding or deleting knots, to try and ↵ | Johan B. C. Engelen | 2011-11-05 | 4 | -5/+50 |
| | | | | | | keep the shape a bit the same... (bzr r10728) | ||||
| * | Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵ | Johan B. C. Engelen | 2011-11-04 | 1 | -8/+30 |
| | | | | | | on-canvas code is seriously flawed) (bzr r10719) | ||||
| * | reduce scope of some variables | Johan B. C. Engelen | 2011-11-04 | 1 | -11/+9 |
| | | | | (bzr r10718) | ||||
| * | fix order of checks. | Johan B. C. Engelen | 2011-10-28 | 1 | -1/+4 |
| | | | | (bzr r10703) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 5 | -8/+8 |
| | | | | (bzr r10687) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 3 | -7/+8 |
| | | | | (bzr r10681) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 2 | -2/+0 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 9 | -29/+30 |
| | | | | (bzr r10660) | ||||
| * | add PowerStroke to the normally visible LPEs, but with 'unstable!' warning | Johan B. C. Engelen | 2011-09-29 | 1 | -2/+2 |
| | | | | (bzr r10653) | ||||
| * | PowerStroke: handle cusps in some way. properly bugged for all types but ↵ | Johan B. C. Engelen | 2011-09-29 | 2 | -216/+167 |
| | | | | | | "beveled" (bzr r10652) | ||||
| * | powerstroke: add bevel cusp. but it bugs closed paths. need to restructure... | Johan B. C. Engelen | 2011-09-24 | 1 | -21/+14 |
| | | | | (bzr r10646) | ||||
| * | restructure powerstroke LPE a bit in preparation for cusp fixup | Johan B. C. Engelen | 2011-09-22 | 2 | -184/+253 |
| | | | | (bzr r10645) | ||||
| * | LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug) | Johan B. C. Engelen | 2011-09-21 | 2 | -43/+132 |
| | | | | (bzr r10641) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 4 | -4/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 4 | -6/+8 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 2 | -2/+2 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 4 | -10/+6 |
| | | | | (bzr r10461) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 3 | -17/+87 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+1 |
| | | | | | | | (bzr r10397) | ||||
