| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Point parameter refactor, Fixes a bug in Lattice2 whith lines. | Jabier Arraiza Cenoz | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | (bzr r13995) | ||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 1 | -10/+0 |
| |\| | | | | | (bzr r13922.1.12) | ||||
| | * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -10/+0 |
| | | | | | | | (bzr r13939.1.1) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -7/+7 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -19/+27 |
| |\| | | | | | (bzr r13922.1.8) | ||||
| | * | Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933 | Marc Jeanmougin | 2015-02-21 | 1 | -8/+4 |
| | | | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935) | ||||
| | * | scale groups when changing document units. (Bug 1369197) | Alvin Penner | 2015-02-19 | 1 | -10/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1369197 (bzr r13926) | ||||
| | * | Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the ↵ | mc | 2015-02-16 | 1 | -9/+27 |
| | | | | | | | | | | | | | | | | | | | clones shift position) and bug #653574 (Ungrouping moves clones inside nested groups). Fixed bugs: - https://launchpad.net/bugs/653574 - https://launchpad.net/bugs/1245339 (bzr r13924) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -17/+12 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -10/+9 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -53/+38 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | during copy and paste, scale stock symbols from units of 'px' to ↵ | Alvin Penner | 2015-01-15 | 1 | -3/+3 |
| | | | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853) | ||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -4/+3 |
| | | | | (bzr r13822.1.5) | ||||
| * | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 2014-12-23 | 1 | -6/+8 |
| | | | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 2014-12-21 | 1 | -3/+10 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | scale symbols when changing document units (Bug 1365451) | Alvin Penner | 2014-11-15 | 1 | -2/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -135/+150 |
| |\ | | | | | (bzr r13341.1.286) | ||||
| | * | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 2014-10-24 | 1 | -135/+150 |
| | | | | | | | (bzr r13634) | ||||
| * | | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -4/+51 |
| |\| | | | | | (bzr r13341.1.255) | ||||
| | * | modify scaling procedure for uniform scaling of flowed text (Bug 1278561) | Alvin Penner | 2014-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1278561 (bzr r13578) | ||||
| | * | improved version of rev 13561, to allow transforming both clip and mask on ↵ | Alvin Penner | 2014-09-19 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | the same group Fixed bugs: - https://launchpad.net/bugs/1287288 (bzr r13562) | ||||
| | * | scale clip or mask upon unit change (Bug 1287288) | Alvin Penner | 2014-09-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1287288 (bzr r13561) | ||||
| | * | partial rollback of r13544, allow old recursive behavior for some locations, ↵ | mathog | 2014-09-08 | 1 | -20/+29 |
| | | | | | | | | | | | but not EMF import (bzr r13549) | ||||
| | * | resolves bug 1348417 and implements addition features for bug 1302857 | mathog | 2014-09-04 | 1 | -1/+19 |
| | | | | | | | (bzr r13544) | ||||
| * | | Update to experimental r13483 | Liam P. White | 2014-08-17 | 1 | -7/+1 |
| |\| | | | | | (bzr r13090.1.105) | ||||
| | * | Fix some transformation center regressions, related to the viewbox/units changes | Diederik van Lierop | 2014-08-14 | 1 | -7/+1 |
| | | | | | | | (bzr r13512) | ||||
| * | | Update to experimental r13452 | Liam P. White | 2014-07-30 | 1 | -3/+2 |
| |\| | | | | | (bzr r13090.1.95) | ||||
| | * | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 2014-07-28 | 1 | -2/+0 |
| | | | | | | | (bzr r13475) | ||||
| | * | Fix moving of item center: 1) at paste and 2) at changing document units | Diederik van Lierop | 2014-07-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452) | ||||
| | * | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -29/+7 |
| | | | | | | | (bzr r13441) | ||||
| | * | Fix for bug #1241902 | Jabier Arraiza Cenoz | 2014-06-11 | 1 | -7/+29 |
| | | | | | | | (bzr r13418) | ||||
| * | | Update to experimental r13418 | Liam P. White | 2014-07-05 | 1 | -29/+7 |
| |\ \ | | | | | | | (bzr r13090.1.87) | ||||
| | * | | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -29/+7 |
| | | | | | | | | | | (bzr r13341.1.69) | ||||
| * | | | Update to experimental r13402 | Liam P. White | 2014-06-14 | 1 | -7/+29 |
| |\| | | | | | | | | (bzr r13090.1.82) | ||||
| | * | | Fix for Bug #1241902 - | Jabier Arraiza Cenoz | 2014-06-07 | 1 | -7/+29 |
| | |/ | | | | | (bzr r13341.1.52) | ||||
| * / | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -0/+12 |
| |/ | | | (bzr r13090.1.2) | ||||
| * | Added some consts. | Markus Engel | 2013-10-26 | 1 | -7/+8 |
| | | | | (bzr r12729) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -2/+2 |
| | | | | (bzr r12660) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12659) | ||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -7/+0 |
| | | | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | ||||
| * | Fix computed shapes disappearing when grouping within filtered groups. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -15/+20 |
| | | | | | | | | | Fixes blocker LP bug #850992. Fixed bugs: - https://launchpad.net/bugs/850992 (bzr r12643) | ||||
| * | Merged from trunk (r12593). | Markus Engel | 2013-09-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r11608.1.132) | ||||
| | * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | slowly slowly... (bzr r12593) | ||||
| | * | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 2013-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | remove const. (bzr r12584) | ||||
| | * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -355/+246 |
| | |\ | | | | | | | (bzr r12475.1.29) | ||||
| | | * | Refactor status-bar text for multiple items, was very broken | Martin Owens | 2013-09-20 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | ||||
| | * | | Fix 3d box document unit change undo bug. | Matthew Petroff | 2013-09-16 | 1 | -1/+3 |
| | | | | | | | | | | (bzr r12475.1.26) | ||||
