| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix memleak. Export dialog still has many of its pointer members leaking !!! | Johan B. C. Engelen | 2013-10-30 | 2 | -24/+26 |
| | | | | (bzr r12753) | ||||
| * | units: fix stroke/gradient/whatever scaling when changing document unit in ↵ | Johan B. C. Engelen | 2013-10-29 | 1 | -5/+25 |
| | | | | | | the document properties dialog (bzr r12749) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-29 | 1 | -1/+1 |
| | | | | (bzr r12746) | ||||
| * | don't update doc unit stuff when initializing DocumentProperties dialog widgets | Johan B. C. Engelen | 2013-10-25 | 1 | -8/+14 |
| | | | | (bzr r12724) | ||||
| * | fix ambiguity error with C++11 (gcc 4.6.2 Windows) | Johan B. C. Engelen | 2013-10-21 | 1 | -1/+1 |
| | | | | (bzr r12707) | ||||
| * | we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵ | buliabyak | 2013-10-13 | 2 | -6/+7 |
| | | | | | | DialogManager; do not grab focus when restoring (bzr r12682) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 19 | -78/+78 |
| | | | | | | 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) | ||||
| * | Fix cycling through nodes with tab key. | Markus Engel | 2013-10-09 | 2 | -12/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237667 (bzr r12675) | ||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -2/+2 |
| | | | | | | | | | 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 | -1/+1 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 3 | -10/+8 |
| | | | | (bzr r12661) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 2 | -5/+5 |
| | | | | (bzr r12660) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 2 | -8/+8 |
| | | | | (bzr r12659) | ||||
| * | fix bug (added some comments to jabiertxof's patch) | Johan B. C. Engelen | 2013-10-04 | 2 | -3/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1235032 (bzr r12658) | ||||
| * | Do not allow NULL _spcurve to be set in PathManipulator. | Krzysztof Kosi??ski | 2013-10-04 | 1 | -0/+4 |
| | | | | | | | | | Fixes crasher bug #488035. Fixed bugs: - https://launchpad.net/bugs/488035 (bzr r12655) | ||||
| * | Fix segment welding in the node tool hanging when a two-point segment | Krzysztof Kosi??ski | 2013-10-02 | 1 | -2/+7 |
| | | | | | | | | | and at least one additional point is selected. Fixes LP bug #710101. Fixed bugs: - https://launchpad.net/bugs/710101 (bzr r12650) | ||||
| * | fix previous commit | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+2 |
| | | | | (bzr r12641) | ||||
| * | string leaks | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+2 |
| | | | | (bzr r12640) | ||||
| * | fix two memleaks | Johan B. C. Engelen | 2013-09-28 | 1 | -2/+6 |
| | | | | (bzr r12617) | ||||
| * | cppcheck: performance | Kris De Gussem | 2013-09-26 | 2 | -2/+2 |
| | | | | (bzr r12598) | ||||
| * | random code cleanup | Johan B. C. Engelen | 2013-09-26 | 1 | -1/+1 |
| | | | | (bzr r12596) | ||||
| * | Merged from trunk (r12593). | Markus Engel | 2013-09-26 | 3 | -4/+4 |
| |\ | | | | | (bzr r11608.1.132) | ||||
| | * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 3 | -4/+4 |
| | | | | | | | | | | | slowly slowly... (bzr r12593) | ||||
| * | | Merged from trunk (r12588). | Markus Engel | 2013-09-24 | 20 | -142/+323 |
| |\| | | | | | (bzr r11608.1.129) | ||||
| | * | Fix my email address through codebase | Bryce Harrington | 2013-09-24 | 2 | -2/+2 |
| | | | | | | | (bzr r12588) | ||||
| | * | fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵ | Johan B. C. Engelen | 2013-09-23 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | | | changing major grid line number, possibly other random crashes Fixed bugs: - https://launchpad.net/bugs/1229183 (bzr r12581) | ||||
| | * | Disable smooth output in Inkscape PixelArtDialog | Vinícius dos Santos Oliveira | 2013-09-23 | 1 | -0/+12 |
| | | | | | | | (bzr r12578) | ||||
| | * | Fix percentage document size handling. | Matthew Petroff | 2013-09-23 | 2 | -2/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577) | ||||
| | * | Merge gsoc procedural templates work. | Slagvi Public | 2013-09-21 | 4 | -73/+139 |
| | |\ | | | | | | | (bzr r12570) | ||||
| | | * | Small style fixes. | Slagvi Public | 2013-09-21 | 3 | -10/+6 |
| | | | | | | | | | | (bzr r12481.1.15) | ||||
| | | * | Fix templates parameters names. | Slagvi Public | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r12481.1.13) | ||||
| | | * | Change paths storage to std::string. | Slagvi Public | 2013-09-20 | 3 | -9/+11 |
| | | | | | | | | | | (bzr r12481.1.12) | ||||
| | | * | Small style fixes. | Slagvi Public | 2013-09-20 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r12481.1.10) | ||||
| | | * | Fix "default_*" template names treatment. | Slagvi Public | 2013-09-18 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r12481.1.8) | ||||
| | | * | Fix procedural templates "modified" status. | Slagvi Public | 2013-09-15 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r12481.1.7) | ||||
| | | * | Fixed available undo after new template creation. | Slagvi Public | 2013-09-15 | 1 | -0/+4 |
| | | | | | | | | | | (bzr r12481.1.6) | ||||
| | | * | Removed search templates case sensitivity | Slagvi Public | 2013-09-15 | 1 | -9/+8 |
| | | | | | | | | | | (bzr r12481.1.4) | ||||
| | | * | Creating documents from procedural templates added. | Slagvi Public | 2013-09-04 | 4 | -22/+42 |
| | | | | | | | | | | (bzr r12481.1.2) | ||||
| | | * | Add listing procedural templates in NewFromTemplate dialog. | Slagvi Public | 2013-08-24 | 2 | -32/+72 |
| | | | | | | | | | | (bzr r12481.1.1) | ||||
| | * | | Fix format security errors | Alex Valavanis | 2013-09-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| | * | | Merge from trunk. | Matthew Petroff | 2013-09-20 | 18 | -384/+981 |
| | |\ \ | | | | | | | | | (bzr r12475.1.29) | ||||
| | | * | | updates for cmake | Campbell Barton | 2013-09-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | (bzr r12547) | ||||
| | | * | | Show warning when input image of Trace Pixel Art dialog is too large. | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | (bzr r12546) | ||||
| | | * | | Removing redundant "include config.h" | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -4/+0 |
| | | | | | | | | | | | | | (bzr r12545) | ||||
| | * | | | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -3/+5 |
| | | | | | | | | | | | | | (bzr r12475.1.23) | ||||
| | * | | | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 2 | -2/+13 |
| | | | | | | | | | | | | | (bzr r12475.1.22) | ||||
| | * | | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 5 | -84/+78 |
| | |\ \ \ | | | | | | | | | | | (bzr r12475.1.20) | ||||
| | * | | | | Fix bug with tool handles during document unit change. | Matthew Petroff | 2013-09-14 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | (bzr r12475.1.17) | ||||
| | * | | | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 14 | -23/+691 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r12475.1.16) | ||||
| | * | | | | | Finish fixing document unit change undo bug. | Matthew Petroff | 2013-09-11 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | (bzr r12475.1.15) | ||||
