| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to trunk | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -1/+1 |
| |\ | | | | | (bzr r11950.1.220) | ||||
| | * | modify transform behaviour for unscaled stroke width, Preserved Transforms ↵ | Alvin Penner | 2013-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12863) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 2 | -3/+0 |
| | | | | | | | (bzr r11950.1.212) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-12-28 | 1 | -1/+1 |
| |\| | | | | | (bzr r11950.1.209) | ||||
| | * | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 2013-12-17 | 1 | -1/+1 |
| | | | | | | | (bzr r12852) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-12-12 | 2 | -2/+2 |
| |\| | | | | | (bzr r11950.1.208) | ||||
| | * | Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns ↵ | Nicolas Dufour | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | and corners shows 3 after undo). (bzr r12846) | ||||
| | * | Superficial text fix in gradient toolbar. | Josh Andler | 2013-12-09 | 1 | -1/+1 |
| | | | | | | | (bzr r12842) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-12-08 | 1 | -1/+7 |
| |\| | | | | | (bzr r11950.1.207) | ||||
| | * | Fix for Bug #1094511 (GTK3: rulers render with solid black bg). | Nicolas Dufour | 2013-12-03 | 1 | -1/+7 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12835) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-10 | 24 | -36/+36 |
| |\| | | | | | (bzr r11950.1.195) | ||||
| | * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 24 | -36/+36 |
| | | | | | | | (bzr r12785) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 14 | -76/+90 |
| |\| | | | | | (bzr r11950.1.193) | ||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 14 | -76/+90 |
| | | | | | | | (bzr r12782) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-10-16 | 1 | -1/+3 |
| |\| | | | | | (bzr r11950.1.184) | ||||
| | * | eek-preview: Hide unused variable in gtk3 build | Alex Valavanis | 2013-10-15 | 1 | -1/+3 |
| | | | | | | | (bzr r12691) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-10-13 | 11 | -55/+55 |
| |\| | | | | | (bzr r11950.1.181) | ||||
| | * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 11 | -55/+55 |
| | | | | | | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-10-12 | 2 | -8/+7 |
| |\| | | | | | (bzr r11950.1.180) | ||||
| | * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | ||||
| | * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -7/+6 |
| | | | | | | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | | update to trunk | root | 2013-10-05 | 1 | -1/+1 |
| |\| | | | | | (bzr r11950.1.159) | ||||
| | * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | (bzr r12660) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-10-02 | 1 | -0/+2 |
| |\| | | | | | (bzr r11950.1.158) | ||||
| | * | fix obvious leak | Johan B. C. Engelen | 2013-09-30 | 1 | -0/+2 |
| | | | | | | | (bzr r12634) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-09-27 | 1 | -1/+1 |
| |\| | | | | | (bzr r11950.1.155) | ||||
| | * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | (bzr r12601) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-09-25 | 3 | -3/+3 |
| |\| | | | | | (bzr r11950.1.148) | ||||
| | * | 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) | ||||
| | * | Fix my email address through codebase | Bryce Harrington | 2013-09-24 | 2 | -2/+2 |
| | | | | | | | (bzr r12588) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-09-22 | 1 | -4/+4 |
| |\| | | | | | (bzr r11950.1.147) | ||||
| | * | Fix tautological comparison for enum of unspecified type | Alex Valavanis | 2013-09-21 | 1 | -4/+4 |
| | | | | | | | (bzr r12566) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-09-20 | 19 | -48/+66 |
| |\| | | | | | (bzr r11950.1.146) | ||||
| | * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 14 | -81/+90 |
| | |\ | | | | | | | (bzr r12475.1.29) | ||||
| | * | | Fix bug in rectangle toolbar. | Matthew Petroff | 2013-09-16 | 1 | -5/+6 |
| | | | | | | | | | | (bzr r12475.1.28) | ||||
| | * | | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 17 | -40/+56 |
| | | | | | | | | | | (bzr r12475.1.22) | ||||
| | * | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 3 | -142/+130 |
| | |\ \ | | | | | | | | | (bzr r12475.1.20) | ||||
| | * \ \ | Merge from trunk. | Matthew Petroff | 2013-09-12 | 2 | -11/+80 |
| | |\ \ \ | | | | | | | | | | | (bzr r12475.1.16) | ||||
| | * | | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | (bzr r12475.1.2) | ||||
| * | | | | | Update to trunk | Jabier Arraiza Cenoz | 2013-09-19 | 14 | -81/+90 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | (bzr r11950.1.141) | ||||
| | * | | | | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 3 | -142/+130 |
| | |\ \ \ \ | | | |_|/ | | |/| | | (bzr r11608.1.121) | ||||
| | * | | | | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 34 | -395/+308 |
| | |\ \ \ \ | | | |_|/ | | |/| | | (bzr r11608.1.120) | ||||
| | * | | | | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -1/+0 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r11608.1.119) | ||||
| | * | | | | | Cleaned up. | Markus Engel | 2013-08-03 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | (bzr r11608.1.117) | ||||
| | * | | | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | (bzr r11608.1.115) | ||||
| | * | | | | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | (bzr r11608.1.111) | ||||
| | * | | | | | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | (bzr r11608.1.109) | ||||
| | * | | | | | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 5 | -6/+6 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r11608.1.108) | ||||
| | * \ \ \ \ \ | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 29 | -565/+708 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r11608.1.107) | ||||
| | * \ \ \ \ \ \ | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 2 | -7/+15 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r11608.1.106) | ||||
