| Commit message (Expand) | Author | Age | Files | Lines |
| * | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 2010-07-06 | 44 | -173/+333 |
| * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 53 | -265/+273 |
| * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 92 | -515/+520 |
| * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 102 | -386/+410 |
| * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 137 | -912/+1038 |
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 17 | -310/+335 |
| * | Implementing the "Convert" popup menu item for gradients/swatches. Part of bu... | Jon A. Cruz | 2010-06-26 | 2 | -3/+82 |
| * | throw exception when sbasis is empty | Johan B. C. Engelen | 2010-06-25 | 1 | -0/+4 |
| * | fix wrong transform for dot drawing with pen or pencil tool | Johan B. C. Engelen | 2010-06-22 | 1 | -2/+1 |
| * | add more help to the tex preamble | Johan B. C. Engelen | 2010-06-21 | 1 | -0/+12 |
| * | Romanian translation update by Cristian Secară (Bug #596689) | Kris De Gussem | 2010-06-21 | 1 | -1/+2 |
| * | Disable edit dialog when custom swatch is edited in fill-n-stroke. Addressing... | Jon A. Cruz | 2010-06-17 | 1 | -18/+27 |
| * | Fix for show/hide. | Jon A. Cruz | 2010-06-17 | 1 | -2/+1 |
| * | 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 | 7 | -85/+135 |
| * | Disable a couple debug messages. | Josh Andler | 2010-06-15 | 1 | -2/+2 |
| * | Translations: | Nicolas Dufour | 2010-06-13 | 1 | -7/+13 |
| * | 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 | 2 | -10/+13 |
| * | Don't write text-specific style attributes to non-text objects. | Tavmjong Bah | 2010-06-06 | 1 | -2/+21 |
| * | Compute baseline-shift relative to parent baseline-shift. | Tavmjong Bah | 2010-06-06 | 1 | -0/+2 |
| * | Adding a character to a superscript or subscript no longer resets | Tavmjong Bah | 2010-06-05 | 1 | -24/+14 |
| * | Translator credits update (now all files are updated) | Kris De Gussem | 2010-06-05 | 1 | -2/+2 |
| * | Moved spray tool down, text tool up. | Tavmjong Bah | 2010-06-05 | 1 | -4/+18 |
| * | Adding JessyInk 1.5.1 extension set by Hannes Hochreiner | Josh Andler | 2010-06-04 | 1 | -0/+1 |
| * | Translator credits update | Kris De Gussem | 2010-06-04 | 1 | -3/+5 |
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 8 | -11/+471 |
| * | Authors and translators lists update. | Nicolas Dufour | 2010-06-03 | 1 | -146/+181 |
| * | Forgot explicit initialization of FILE*. | Jasper van de Gronde | 2010-06-02 | 1 | -1/+1 |
| * | Fix for bug #283769 (emergency save fails) | Jasper van de Gronde | 2010-06-02 | 1 | -37/+43 |
| * | i think this is the final fix for the LPE forking bug with clones. | Johan B. C. Engelen | 2010-06-01 | 1 | -0/+4 |
| * | Flowed text does not support dx (kerning), dy, and rotation attributes. | Tavmjong Bah | 2010-06-01 | 1 | -20/+36 |
| * | Prevent vertical kerning from changing line spacing. Fixes bug 516216. | Tavmjong Bah | 2010-06-01 | 1 | -15/+54 |
| * | Cleanup on encapsulation. Addition of initial widescreen detection. | Jon A. Cruz | 2010-06-01 | 2 | -20/+67 |
| * | Fixing order from r9463, correct order is Width -> Height -> Units. (Bug #587... | Alex Leone | 2010-06-01 | 1 | -1/+1 |
| * | In the document properties dialog, changes tab order to units, width, height.... | Alex Leone | 2010-06-01 | 2 | -1/+11 |
| * | Makes the "Fit Page to Selection" margin options load from the opened file. (... | Alex Leone | 2010-06-01 | 4 | -20/+63 |
| * | much better fix for lpe forking, that can no longer turn into infinite loop | Johan B. C. Engelen | 2010-05-31 | 2 | -26/+33 |
| * | add comment | Johan B. C. Engelen | 2010-05-30 | 1 | -0/+1 |
| * | Extensions. Localized float values in SVG due to internal extensions, %f in p... | Nicolas Dufour | 2010-05-27 | 3 | -20/+33 |
| * | Consistency fix in the tools strings (badly places :). | Nicolas Dufour | 2010-05-26 | 4 | -34/+34 |
| * | temporary fix, to stop lpe clone freeze | Johan B. C. Engelen | 2010-05-26 | 1 | -1/+2 |
| * | Snapping: get rid of the false positives when calculating intersections | Diederik van Lierop | 2010-05-22 | 3 | -3/+24 |
| * | Temporary build fix for not newest gtk versions. | Jon A. Cruz | 2010-05-22 | 1 | -2/+4 |
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 5 | -14/+33 |
| * | Subtract letter_spacing from width at end of line so center | Tavmjong Bah | 2010-05-21 | 1 | -2/+20 |
| * | fix lpe dialog updating | Johan B. C. Engelen | 2010-05-18 | 2 | -1/+6 |
| * | reduce include dependencies | Johan B. C. Engelen | 2010-05-18 | 7 | -6/+10 |
| * | better fix for lpe stack forking | Johan B. C. Engelen | 2010-05-18 | 5 | -23/+42 |
| * | Fix for bug #284147 | Jasper van de Gronde | 2010-05-18 | 1 | -0/+1 |