| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some transformation center regressions, related to the viewbox/units changes | Diederik van Lierop | 2014-08-14 | 1 | -5/+21 |
| | | | | (bzr r13512) | ||||
| * | refresh bbox of clipped clone (Bug 1349018) | Alvin Penner | 2014-08-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1349018 (bzr r13491) | ||||
| * | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵ | Liam P. White | 2014-08-04 | 1 | -3/+5 |
| | | | | | | | | | | | #604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489) | ||||
| * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -2/+2 |
| | | | | (bzr r13485) | ||||
| * | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 2014-07-28 | 1 | -4/+0 |
| | | | | (bzr r13475) | ||||
| * | Partly reverted r13460. | Markus Engel | 2014-07-23 | 1 | -1/+1 |
| | | | | (bzr r13464) | ||||
| * | Fixed some logic errors; clang warnings. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | | | | (bzr r13460) | ||||
| * | Fix moving of item center: 1) at paste and 2) at changing document units | Diederik van Lierop | 2014-07-12 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -0/+1 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -4/+4 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 1 | -0/+5 |
| | | | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845) | ||||
| * | fix crash | Johan B. C. Engelen | 2013-10-28 | 1 | -4/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/854617 (bzr r12742) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-27 | 1 | -7/+7 |
| | | | | (bzr r12737) | ||||
| * | Added some consts. | Markus Engel | 2013-10-26 | 1 | -24/+16 |
| | | | | (bzr r12729) | ||||
| * | 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) | ||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -9/+5 |
| | | | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | ||||
| * | use geometric bbox to calculate filter effect region (Bug 1229971) | Alvin Penner | 2013-09-28 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229971 (bzr r12621) | ||||
| * | another place where getURI()->toString() values were leaking | buliabyak | 2013-09-28 | 1 | -2/+6 |
| | | | | (bzr r12610) | ||||
| * | 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 | -3/+3 |
| | | | | | | remove const. (bzr r12584) | ||||
| * | Fix the text filter issue and revert many changes. | Martin Owens | 2013-09-20 | 1 | -3/+4 |
| | | | | (bzr r12556) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -181/+161 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Refactor status-bar text for multiple items, was very broken | Martin Owens | 2013-09-20 | 1 | -3/+7 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | ||||
| | * | Revert some agressive changes and allow a seperate filter bbox for FER, ↵ | Martin Owens | 2013-09-19 | 1 | -0/+10 |
| | | | | | | | | | | | should be refactored at some point. (bzr r12536) | ||||
| | * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -179/+157 |
| | |\ | | | | | | | (bzr r12532) | ||||
| | | * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -7/+7 |
| | | | | | | | | | | (bzr r11608.1.117) | ||||
| | | * | Removed placement news / explicit destructor calls. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.113) | ||||
| | | * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r11608.1.110) | ||||
| | | * | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -1/+4 |
| | | |\ | | | | | | | | | (bzr r11608.1.107) | ||||
| | | * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -9/+6 |
| | | | | | | | | | | | | | (bzr r11608.1.86) | ||||
| | | * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -83/+66 |
| | | | | | | | | | | | | | (bzr r11608.1.81) | ||||
| | | * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.67) | ||||
| | | * | | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -7/+26 |
| | | | | | | | | | | | | | | | | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| | | * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.63) | ||||
| | | * | | Turned all functions concerning SPRect into member functions. | Markus Engel | 2013-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.60) | ||||
| | | * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -29/+29 |
| | | | | | | | | | | | | | (bzr r11608.1.57) | ||||
| | | * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -110/+15 |
| | | |\ \ | | | | | | | | | | | (bzr r11608.1.56) | ||||
| | | * | | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| | | * | | | Added "virtual pads" to | Markus Engel | 2013-03-29 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49) | ||||
| | | * | | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.48) | ||||
| | | * | | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 2012-10-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.46) | ||||
| | | * | | | Fixed some virtual function calls in SPItem and SPUse that led to crashes as ↵ | Markus Engel | 2012-08-21 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | they were not implemented in the base class. (bzr r11608.1.36) | ||||
| | | * | | | As all subclasses of SPItem now have "virtual pads" with correct ↵ | Markus Engel | 2012-08-20 | 1 | -70/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | inheritance, all virtual function calls in SPItem were converted to C++ style. (bzr r11608.1.30) | ||||
| | | * | | | Added "virtual pad" to SPItem. | Markus Engel | 2012-08-17 | 1 | -38/+123 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.2) | ||||
| | * | | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 2013-09-18 | 1 | -12/+0 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | ||||
| * / | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+4 |
| |/ / / | | | | | | | (bzr r12475.1.2) | ||||
| * | / | use visual bbox in calculation of filter area (Bug 1188336) | Alvin Penner | 2013-06-10 | 1 | -1/+4 |
| | |/ |/| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1188336 (bzr r12362) | ||||
| * | | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -52/+59 |
| | | | | | | | (bzr r12055) | ||||
| * | | Merge in connector cleanup | Martin Owens | 2013-01-11 | 1 | -3/+0 |
| |\ \ | | | | | | | (bzr r12015) | ||||
