| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -792/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Add arc radius to toolbar | Geoff Lankow | 2017-12-04 | 1 | -0/+59 |
| | | |||||
| * | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 2017-10-14 | 1 | -3/+3 |
| | | |||||
| * | Fixes for transforms in LPE shapes | Jabiertxo Arraiza Cenoz | 2017-10-09 | 1 | -3/+13 |
| | | |||||
| * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -0/+2 |
| | | | | | powerstroke path | ||||
| * | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 2017-05-29 | 1 | -2/+8 |
| | | | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713) | ||||
| * | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 2017-03-02 | 1 | -19/+56 |
| | | | | (bzr r15561) | ||||
| * | [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or ↵ | suv-lp | 2016-11-08 | 1 | -3/+4 |
| | | | | | | | | | target). Fixed bugs: - https://launchpad.net/bugs/1638472 (bzr r15226) | ||||
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -9/+3 |
| | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| | | | | (bzr r15025) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -0/+1 |
| | | | | (bzr r14059.2.16) | ||||
| * | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 2015-03-16 | 1 | -33/+50 |
| | | | | (bzr r14009) | ||||
| * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -29/+0 |
| | | | | (bzr r13939.1.1) | ||||
| * | Don't write the d attribute on <circle> or <ellipse> | Liam P. White | 2014-11-16 | 1 | -1/+1 |
| | | | | (bzr r13720) | ||||
| * | Fix nasty leak | Liam P. White | 2014-11-16 | 1 | -2/+2 |
| | | | | (bzr r13719) | ||||
| * | Code cleanup. | Liam P. White | 2014-08-18 | 1 | -17/+16 |
| | | | | (bzr r13341.1.145) | ||||
| * | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -2/+0 |
| | | | | (bzr r13341.1.69) | ||||
| * | Fix for Bug #1241902 - | Jabier Arraiza Cenoz | 2014-06-07 | 1 | -0/+2 |
| | | | | (bzr r13341.1.52) | ||||
| * | do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333) | Alvin Penner | 2014-04-30 | 1 | -50/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1312333 (bzr r13327) | ||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -2/+2 |
| | | | | (bzr r12921) | ||||
| * | Fix transforming shapes with path effect applied (bug #1247324) | Jabier Arraiza Cenoz | 2014-01-06 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884) | ||||
| * | fix initialization bug, that leads to non-continuous path | Johan B. C. Engelen | 2013-11-18 | 1 | -1/+1 |
| | | | | (bzr r12822) | ||||
| * | Added some consts. | Markus Engel | 2013-10-26 | 1 | -3/+5 |
| | | | | (bzr r12729) | ||||
| * | Fix some more issues with ellipses. | Markus Engel | 2013-10-10 | 1 | -31/+35 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237734 - https://launchpad.net/bugs/1235504 (bzr r12677) | ||||
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -354/+345 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12660) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12659) | ||||
| * | Further changes to SPEllipse. | Markus Engel | 2013-09-29 | 1 | -44/+26 |
| | | | | (bzr r12629) | ||||
| * | Adjusted code style of SPEllipse. | Markus Engel | 2013-09-27 | 1 | -175/+208 |
| | | | | (bzr r12602) | ||||
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 1 | -179/+86 |
| | | | | (bzr r12601) | ||||
| * | random code cleanup | Johan B. C. Engelen | 2013-09-26 | 1 | -6/+4 |
| | | | | (bzr r12596) | ||||
| * | Merged from trunk (r12593). | Markus Engel | 2013-09-26 | 1 | -2/+2 |
| |\ | | | | | (bzr r11608.1.132) | ||||
| | * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 1 | -2/+2 |
| | | | | | | | | | | | slowly slowly... (bzr r12593) | ||||
| * | | Merged from trunk (r12588). | Markus Engel | 2013-09-24 | 1 | -8/+61 |
| |\| | | | | | (bzr r11608.1.129) | ||||
| | * | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 2013-09-24 | 1 | -3/+3 |
| | | | | | | | | | | | remove const. (bzr r12584) | ||||
| | * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -368/+279 |
| | |\ | | | | | | | (bzr r12475.1.29) | ||||
| | | * | Refactor status-bar text for multiple items, was very broken | Martin Owens | 2013-09-20 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | ||||
| | * | | Fix bug that added transforms to new objects. | Matthew Petroff | 2013-09-02 | 1 | -0/+60 |
| | | | | | | | | | | (bzr r12475.1.11) | ||||
| * | | | Refactored SPGenericEllipse::set_shape | Markus Engel | 2013-09-24 | 1 | -38/+42 |
| | |/ |/| | | | (bzr r11608.1.127) | ||||
| * | | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -12/+12 |
| |\| | | | | | (bzr r11608.1.120) | ||||
| | * | cppcheck | Kris De Gussem | 2013-08-04 | 1 | -15/+20 |
| | | | | | | | (bzr r12467) | ||||
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -5/+0 |
| | | | | | | | (bzr r11608.1.86) | ||||
| * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -4/+0 |
| | | | | | | | (bzr r11608.1.81) | ||||
| * | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -4/+0 |
| | | | | | | | (bzr r11608.1.78) | ||||
| * | | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 2013-04-05 | 1 | -180/+196 |
| | | | | | | | (bzr r11608.1.76) | ||||
| * | | Combined some classes. | Markus Engel | 2013-04-04 | 1 | -122/+76 |
| | | | | | | | (bzr r11608.1.75) | ||||
| * | | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 2013-04-02 | 1 | -50/+0 |
| | | | | | | | (bzr r11608.1.72) | ||||
| * | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 2013-04-02 | 1 | -0/+22 |
| | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
