| Commit message (Expand) | Author | Age | Files | Lines |
| * | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 2010-07-12 | 2 | -2/+3 |
| * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 2 | -4/+4 |
| * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 9 | -69/+69 |
| * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 8 | -19/+19 |
| * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 4 | -19/+18 |
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 6 | -17/+17 |
| * | Disable edit dialog when custom swatch is edited in fill-n-stroke. Addressing... | Jon A. Cruz | 2010-06-17 | 1 | -18/+27 |
| * | Fix crash when bringing up F&S dialog with the CMS picker as default when an ... | Jon A. Cruz | 2010-06-16 | 1 | -1/+2 |
| * | Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663. | Jon A. Cruz | 2010-06-16 | 2 | -54/+3 |
| * | Added icons for Superscript and Subscript. | Tavmjong Bah | 2010-06-07 | 1 | -2/+2 |
| * | "Fix" for bug #583593 (Default tool styles are not loaded for new users). | Tavmjong Bah | 2010-06-07 | 1 | -6/+9 |
| * | Moved spray tool down, text tool up. | Tavmjong Bah | 2010-06-05 | 1 | -4/+18 |
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -1/+129 |
| * | Flowed text does not support dx (kerning), dy, and rotation attributes. | Tavmjong Bah | 2010-06-01 | 1 | -20/+36 |
| * | copyedit tooltips | buliabyak | 2010-05-18 | 1 | -14/+14 |
| * | Add icons for line-height, letter-spacing, etc. to text toolbar. | Tavmjong Bah | 2010-05-18 | 1 | -6/+12 |
| * | Text toolbar: | Tavmjong Bah | 2010-05-16 | 1 | -0/+22 |
| * | A couple small bug fixes for new text toolbar widgets. | Tavmjong Bah | 2010-05-15 | 1 | -60/+70 |
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 1 | -3/+216 |
| * | Get rid of unneeded labels when the icons are self-explanatory. | Tavmjong Bah | 2010-05-13 | 1 | -2/+2 |
| * | Add ability to set icons to insensitive. Used to disable "Justify" | Tavmjong Bah | 2010-05-13 | 1 | -14/+23 |
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 1 | -1/+1 |
| * | Unnecessary style selector removed from the Spray tool bar and preferences, a... | Nicolas Dufour | 2010-04-28 | 1 | -3/+9 |
| * | inkscape-comboboxentry-action: | Tavmjong Bah | 2010-04-27 | 1 | -6/+19 |
| * | some copyediting of labels | buliabyak | 2010-04-27 | 1 | -6/+6 |
| * | Add alt-x shortcut to new text toolbar. | Tavmjong Bah | 2010-04-24 | 1 | -6/+7 |
| * | Minor tweaks to text toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -4/+4 |
| * | Converted text toolbar to GTK toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -822/+928 |
| * | Second step in fixing changing of font faces. | Tavmjong Bah | 2010-04-16 | 1 | -25/+74 |
| * | Leave uninitialized bools in preferences to the default 'false' value. Code s... | Jon A. Cruz | 2010-04-12 | 1 | -1/+1 |
| * | Fixed state sync for node tool booleans. Addressing bug #426032. | Jon A. Cruz | 2010-04-12 | 1 | -430/+378 |
| * | Correct calligraphic toggles getting out of sync with behavior. | Jon A. Cruz | 2010-04-11 | 1 | -25/+88 |
| * | Fix "show handles" button state on Ctrl+H | Krzysztof Kosi??ski | 2010-04-06 | 1 | -0/+27 |
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -4/+4 |
| * | Turn off debugging. | Jon A. Cruz | 2010-04-04 | 1 | -1/+1 |
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -4/+4 |
| * | Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ... | Jon A. Cruz | 2010-03-30 | 1 | -19/+57 |
| * | Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ... | Jon A. Cruz | 2010-03-29 | 5 | -62/+94 |
| * | Phase 3 - Convert to C++ class, but still using C-style callbacks and signals. | Jon A. Cruz | 2010-03-28 | 3 | -130/+161 |
| * | Phase 2b - remove use of SPWidget and wire signals directly. | Jon A. Cruz | 2010-03-27 | 1 | -76/+37 |
| * | Phase 2 - remove duplicated code and leave a single copy of each function. | Jon A. Cruz | 2010-03-27 | 1 | -611/+1 |
| * | Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit p... | Jon A. Cruz | 2010-03-27 | 6 | -453/+783 |
| * | Add needed null check. | Jon A. Cruz | 2010-03-23 | 1 | -1/+1 |
| * | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 2010-03-23 | 4 | -21/+30 |
| * | C++-ification of enums. | Jon A. Cruz | 2010-03-22 | 4 | -178/+156 |
| * | C++-ification of paint selector. | Jon A. Cruz | 2010-03-22 | 9 | -177/+154 |
| * | Fix crash | Jon A. Cruz | 2010-03-21 | 3 | -3/+16 |
| * | Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog. | Jon A. Cruz | 2010-03-21 | 5 | -16/+281 |
| * | Whitespace cleanup. | Jon A. Cruz | 2010-03-20 | 1 | -297/+297 |
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -1/+1 |