| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modify get_scale_transform_for_variable_stroke() to be consistent with get_sc... | Alvin Penner | 2014-01-04 | 1 | -2/+3 |
| * | fix pointer initialization ( "0" --> "NULL") | Johan B. C. Engelen | 2014-01-02 | 1 | -12/+12 |
| * | try to improve some error-prone piece of code (icon name related) | Johan B. C. Engelen | 2014-01-02 | 1 | -8/+9 |
| * | fix Windows build (constness) | Johan B. C. Engelen | 2014-01-02 | 1 | -3/+3 |
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 9 | -56/+48 |
| * | modify transform behaviour for unscaled stroke width, Preserved Transforms (B... | Alvin Penner | 2013-12-30 | 1 | -1/+1 |
| * | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 2013-12-17 | 1 | -1/+1 |
| * | Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns ... | Nicolas Dufour | 2013-12-12 | 1 | -1/+1 |
| * | Superficial text fix in gradient toolbar. | Josh Andler | 2013-12-09 | 1 | -1/+1 |
| * | Fix for Bug #1094511 (GTK3: rulers render with solid black bg). | Nicolas Dufour | 2013-12-03 | 1 | -1/+7 |
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 24 | -36/+36 |
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 14 | -76/+90 |
| * | eek-preview: Hide unused variable in gtk3 build | Alex Valavanis | 2013-10-15 | 1 | -1/+3 |
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o... | Johan B. C. Engelen | 2013-10-12 | 11 | -55/+55 |
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag... | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 |
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ... | Tavmjong Bah | 2013-10-08 | 1 | -7/+6 |
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| * | fix obvious leak | Johan B. C. Engelen | 2013-09-30 | 1 | -0/+2 |
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 1 | -1/+1 |
| * | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 2013-09-25 | 1 | -1/+1 |
| * | Fix my email address through codebase | Bryce Harrington | 2013-09-24 | 2 | -2/+2 |
| * | Fix tautological comparison for enum of unspecified type | Alex Valavanis | 2013-09-21 | 1 | -4/+4 |
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 14 | -81/+90 |
| |\ | |||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 3 | -142/+130 |
| | |\ | |||||
| | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 34 | -395/+308 |
| | |\ \ | |||||
| | * \ \ | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | * | | | | Cleaned up. | Markus Engel | 2013-08-03 | 4 | -8/+8 |
| | * | | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -1/+1 |
| | * | | | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 3 | -3/+3 |
| | * | | | | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -5/+5 |
| | * | | | | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 5 | -6/+6 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 29 | -565/+708 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 2 | -7/+15 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -1/+4 |
| | * | | | | | | | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -1/+2 |
| | * | | | | | | | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -2/+2 |
| | * | | | | | | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -47/+49 |
| | * | | | | | | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 2 | -3/+2 |
| | * | | | | | | | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -1/+2 |
| | * | | | | | | | Turned all functions concerning SPRect into member functions. | Markus Engel | 2013-03-30 | 1 | -11/+10 |
| * | | | | | | | | Fix bug in rectangle toolbar. | Matthew Petroff | 2013-09-16 | 1 | -5/+6 |
| * | | | | | | | | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 17 | -40/+56 |
| * | | | | | | | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 3 | -142/+130 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 3 | -142/+130 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 2 | -11/+80 |
| |\| | | | | | | |||||
| | * | | | | | | merge from trunk (r12487) | su_v | 2013-08-29 | 39 | -405/+256 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge from trunk (r12380) | su_v | 2013-06-19 | 20 | -345/+467 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merge from trunk (r12337) | su_v | 2013-05-16 | 2 | -288/+306 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk (r12322) | su_v | 2013-05-05 | 8 | -28/+19 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk (r12305) | su_v | 2013-04-27 | 2 | -7/+15 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | |||||
