| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-04-23 | Fix warings on updates | Jabier Arraiza | 1 | -0/+1 | |
| 2018-04-23 | Fix promote d | Jabier Arraiza | 1 | -1/+3 | |
| 2018-04-23 | Revert TAV d work for testing | Jabier Arraiza | 1 | -3/+1 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -16/+2 | |
| 2018-03-07 | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 1 | -8/+12 | |
| See e88644b0 for first attempt and for comments. | |||||
| 2018-02-18 | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 1 | -12/+8 | |
| Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | |||||
| 2018-02-13 | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 1 | -8/+12 | |
| This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -5/+5 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -5/+5 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -3/+3 | |
| (bzr r12729) | |||||
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 1 | -1/+1 | |
| remove const. (bzr r12584) | |||||
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-04-05 | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.76) | |||||
| 2013-04-04 | Combined some classes. | Markus Engel | 1 | -13/+1 | |
| (bzr r11608.1.75) | |||||
| 2013-04-02 | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 1 | -10/+2 | |
| (bzr r11608.1.72) | |||||
| 2013-04-02 | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵ | Markus Engel | 1 | -1/+2 | |
| casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced all casting macros with glib-independent ones. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.64) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -9/+9 | |
| (bzr r11608.1.57) | |||||
| 2012-08-18 | Added "virtual pad" to SPPath. | Markus Engel | 1 | -0/+27 | |
| (bzr r11608.1.8) | |||||
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -9/+22 | |
| (bzr r10897) | |||||
| 2012-01-17 | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵ | Johan B. C. Engelen | 1 | -2/+1 | |
| SPPath (SPShape has curve_before_lpe) (bzr r10895) | |||||
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 1 | -3/+4 | |
| header. (bzr r9978.1.1) | |||||
| 2008-09-01 | Move single-dot-creation function to a better location (and rename it ↵ | Maximilian Albert | 1 | -2/+0 | |
| accordingly) (bzr r6746) | |||||
| 2008-01-20 | Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵ | Maximilian Albert | 1 | -1/+1 | |
| for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568) | |||||
| 2008-01-19 | Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵ | Maximilian Albert | 1 | -0/+2 | |
| with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563) | |||||
| 2008-01-02 | Fix LP bug #179328 | Johan B. C. Engelen | 1 | -0/+1 | |
| (bzr r4365) | |||||
| 2007-08-14 | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 1 | -0/+6 | |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
| 2007-03-08 | export nodes_in_path | bulia byak | 1 | -1/+1 | |
| (bzr r2567) | |||||
