| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes for pressure pencil | Jabier Arraiza | 2019-07-19 | 1 | -2/+2 |
| | | |||||
| * | Improvements finish pointed by Maren | Jabier Arraiza | 2019-07-19 | 1 | -0/+3 |
| | | |||||
| * | Fix translations and coding style | Jabier Arraiza | 2019-07-19 | 1 | -15/+8 |
| | | |||||
| * | Improvemets to power pencil | Jabiertxof | 2019-07-19 | 1 | -0/+17 |
| | | |||||
| * | PoewePencil improvements | Jabier Arraiza | 2019-07-14 | 1 | -1/+1 |
| | | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 1 | -3/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+5 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Working on powerstroke fixes to pentool | Jabier Arraiza | 2017-12-18 | 1 | -2/+0 |
| | | |||||
| * | Add base interpolator parameter | Jabier Arraiza | 2017-11-29 | 1 | -1/+2 |
| | | |||||
| * | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -1/+2 |
| | | |||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -2/+2 |
| | | | | (bzr r14059.2.1) | ||||
| * | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -0/+2 |
| | | | | (bzr r13090.1.1) | ||||
| * | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12038) | ||||
| * | powerstroke: correct naming of join parameter. breaks earlier created ↵ | Johan B. C. Engelen | 2012-03-23 | 1 | -1/+1 |
| | | | | | | powerstroke paths, sorry. hope it does not hurt too many testers... (bzr r11120) | ||||
| * | powerstroke: add miter cusp type. improve tangent detection for cusps drawing | Johan B. C. Engelen | 2012-03-04 | 1 | -0/+1 |
| | | | | (bzr r11046) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11018) | ||||
| * | 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) | ||||
| * | Powerstroke: add smoothness parameter for CubicBezierJohan | Johan B. C. Engelen | 2011-11-08 | 1 | -0/+1 |
| | | | | (bzr r10733) | ||||
| * | Powerstroke: adjust control points when adding or deleting knots, to try and ↵ | Johan B. C. Engelen | 2011-11-05 | 1 | -0/+3 |
| | | | | | | keep the shape a bit the same... (bzr r10728) | ||||
| * | PowerStroke: handle cusps in some way. properly bugged for all types but ↵ | Johan B. C. Engelen | 2011-09-29 | 1 | -10/+0 |
| | | | | | | "beveled" (bzr r10652) | ||||
| * | restructure powerstroke LPE a bit in preparation for cusp fixup | Johan B. C. Engelen | 2011-09-22 | 1 | -1/+11 |
| | | | | (bzr r10645) | ||||
| * | LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug) | Johan B. C. Engelen | 2011-09-21 | 1 | -1/+3 |
| | | | | (bzr r10641) | ||||
| * | LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵ | Johan B. C. Engelen | 2011-06-26 | 1 | -2/+3 |
| | | | | | | bugs/features) (bzr r10373) | ||||
| * | add spiro interpolator to powerstroke | Johan B. C. Engelen | 2011-03-18 | 1 | -0/+2 |
| | | | | (bzr r10115) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | powerstroke: sort point option | Johan B. C. Engelen | 2010-07-27 | 1 | -1/+2 |
| | | | | (bzr r9660) | ||||
| * | powerstroke: arbitrary number of control points. | Johan B. C. Engelen | 2010-07-27 | 1 | -3/+0 |
| | | | | (bzr r9659) | ||||
| * | more powerstroke build infrastructure | Johan B. C. Engelen | 2010-07-26 | 1 | -14/+2 |
| | | | | (bzr r9656) | ||||
| * | add powerstroke initial shot | Johan B. C. Engelen | 2010-07-26 | 1 | -0/+67 |
| (bzr r9654) | |||||
