| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im... | Jabiertxof | 2017-05-29 | 1 | -2/+8 |
| * | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 2017-03-02 | 1 | -19/+56 |
| * | [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or t... | suv-lp | 2016-11-08 | 1 | -3/+4 |
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not define... | Tavmjong Bah | 2016-08-17 | 1 | -9/+3 |
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -0/+1 |
| * | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 2015-03-16 | 1 | -33/+50 |
| * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -29/+0 |
| * | Don't write the d attribute on <circle> or <ellipse> | Liam P. White | 2014-11-16 | 1 | -1/+1 |
| * | Fix nasty leak | Liam P. White | 2014-11-16 | 1 | -2/+2 |
| * | Code cleanup. | Liam P. White | 2014-08-18 | 1 | -17/+16 |
| * | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -2/+0 |
| * | Fix for Bug #1241902 - | Jabier Arraiza Cenoz | 2014-06-07 | 1 | -0/+2 |
| * | do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333) | Alvin Penner | 2014-04-30 | 1 | -50/+23 |
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -2/+2 |
| * | Fix transforming shapes with path effect applied (bug #1247324) | Jabier Arraiza Cenoz | 2014-01-06 | 1 | -0/+5 |
| * | fix initialization bug, that leads to non-continuous path | Johan B. C. Engelen | 2013-11-18 | 1 | -1/+1 |
| * | Added some consts. | Markus Engel | 2013-10-26 | 1 | -3/+5 |
| * | Fix some more issues with ellipses. | Markus Engel | 2013-10-10 | 1 | -31/+35 |
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ... | Tavmjong Bah | 2013-10-08 | 1 | -354/+345 |
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| * | Further changes to SPEllipse. | Markus Engel | 2013-09-29 | 1 | -44/+26 |
| * | Adjusted code style of SPEllipse. | Markus Engel | 2013-09-27 | 1 | -175/+208 |
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 1 | -179/+86 |
| * | random code cleanup | Johan B. C. Engelen | 2013-09-26 | 1 | -6/+4 |
| * | Merged from trunk (r12593). | Markus Engel | 2013-09-26 | 1 | -2/+2 |
| |\ |
|
| | * | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 2013-09-25 | 1 | -2/+2 |
| * | | Merged from trunk (r12588). | Markus Engel | 2013-09-24 | 1 | -8/+61 |
| |\| |
|
| | * | change names for displayName and detailedDescription, improve char code and r... | Martin Owens | 2013-09-24 | 1 | -3/+3 |
| | * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -368/+279 |
| | |\ |
|
| | | * | Refactor status-bar text for multiple items, was very broken | Martin Owens | 2013-09-20 | 1 | -8/+8 |
| | * | | Fix bug that added transforms to new objects. | Matthew Petroff | 2013-09-02 | 1 | -0/+60 |
| * | | | Refactored SPGenericEllipse::set_shape | Markus Engel | 2013-09-24 | 1 | -38/+42 |
| | |/
|/| |
|
| * | | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -12/+12 |
| |\| |
|
| | * | cppcheck | Kris De Gussem | 2013-08-04 | 1 | -15/+20 |
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -5/+0 |
| * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -4/+0 |
| * | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -4/+0 |
| * | | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 2013-04-05 | 1 | -180/+196 |
| * | | Combined some classes. | Markus Engel | 2013-04-04 | 1 | -122/+76 |
| * | | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 2013-04-02 | 1 | -50/+0 |
| * | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr... | Markus Engel | 2013-04-02 | 1 | -0/+22 |
| * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -16/+40 |
| * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+4 |
| * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -32/+32 |
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -294/+14 |
| |\| |
|
| | * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -136/+28 |