| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change 0 to NULL for pointers | Johan B. C. Engelen | 2014-03-03 | 1 | -2/+2 |
| | | | | (bzr r13102) | ||||
| * | Fixed includes for tools. | Markus Engel | 2014-03-02 | 41 | -606/+326 |
| | | | | (bzr r13097) | ||||
| * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -1/+1 |
| | | | | (bzr r13089) | ||||
| * | Spray tool: | Nicolas Dufour | 2014-02-28 | 1 | -2/+6 |
| | | | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077) | ||||
| * | Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp, | Krzysztof Kosi??ski | 2014-02-27 | 1 | -5/+0 |
| | | | | | | where it belongs (bzr r13062) | ||||
| * | Added template functions as a casting-macro replacement. | Markus Engel | 2014-02-26 | 1 | -2/+10 |
| | | | | (bzr r13061) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | cppcheck stuff | Kris De Gussem | 2014-01-20 | 1 | -2/+2 |
| | | | | (bzr r12963) | ||||
| * | i18n. Fix for Bug #1269943 (Context for message Offset:). | kris-degussem | 2014-01-17 | 2 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952) | ||||
| * | Fixing edit-clear icon in the star tool (partial fix for Bug #1269698). | Nicolas Dufour | 2014-01-16 | 1 | -5/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1269698 (bzr r12941) | ||||
| * | gtkmmification (seems there is more margin in desktop-widget.cpp) | Kris De Gussem | 2014-01-11 | 2 | -19/+10 |
| | | | | (bzr r12915) | ||||
| * | null check: fix regression Bug #1258815 (crash after using Edit nodes icon ↵ | Kris De Gussem | 2014-01-09 | 1 | -1/+1 |
| | | | | | | twice (rev >= 12730)) (bzr r12903) | ||||
| * | modify get_scale_transform_for_variable_stroke() to be consistent with ↵ | Alvin Penner | 2014-01-04 | 1 | -2/+3 |
| | | | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881) | ||||
| * | fix pointer initialization ( "0" --> "NULL") | Johan B. C. Engelen | 2014-01-02 | 1 | -12/+12 |
| | | | | (bzr r12871) | ||||
| * | try to improve some error-prone piece of code (icon name related) | Johan B. C. Engelen | 2014-01-02 | 1 | -8/+9 |
| | | | | (bzr r12870) | ||||
| * | fix Windows build (constness) | Johan B. C. Engelen | 2014-01-02 | 1 | -3/+3 |
| | | | | (bzr r12869) | ||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 9 | -56/+48 |
| | | | | (bzr r12868) | ||||
| * | 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) | ||||
| * | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 2013-12-17 | 1 | -1/+1 |
| | | | | (bzr r12852) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 24 | -36/+36 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 14 | -76/+90 |
| | | | | (bzr r12782) | ||||
| * | eek-preview: Hide unused variable in gtk3 build | Alex Valavanis | 2013-10-15 | 1 | -1/+3 |
| | | | | (bzr r12691) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12660) | ||||
| * | fix obvious leak | Johan B. C. Engelen | 2013-09-30 | 1 | -0/+2 |
| | | | | (bzr r12634) | ||||
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 1 | -1/+1 |
| | | | | (bzr r12601) | ||||
| * | 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) | ||||
| * | Fix tautological comparison for enum of unspecified type | Alex Valavanis | 2013-09-21 | 1 | -4/+4 |
| | | | | (bzr r12566) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 14 | -81/+90 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | 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) | ||||
| | * | | | | | | | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.104) | ||||
| | * | | | | | | | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.102) | ||||
| | * | | | | | | | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.98) | ||||
| | * | | | | | | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -47/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.97) | ||||
| | * | | | | | | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82) | ||||
