| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 | 2 | -13/+75 |
| * | Fix for bug #577012 | Jasper van de Gronde | 2010-05-18 | 2 | -31/+45 |
| * | Text toolbar: | Tavmjong Bah | 2010-05-16 | 1 | -0/+22 |
| * | lpe-knot: fix crash | Johan B. C. Engelen | 2010-05-15 | 1 | -11/+13 |
| * | A couple small bug fixes for new text toolbar widgets. | Tavmjong Bah | 2010-05-15 | 1 | -60/+70 |
| * | fix bug when forking LPE stack | Johan B. C. Engelen | 2010-05-14 | 3 | -16/+34 |
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 5 | -4/+366 |
| * | Get rid of unneeded labels when the icons are self-explanatory. | Tavmjong Bah | 2010-05-13 | 2 | -3/+6 |
| * | Add ability to set icons to insensitive. Used to disable "Justify" | Tavmjong Bah | 2010-05-13 | 3 | -14/+163 |
| * | Fix small snapping regression (reported in LP #562205, comment #11) | Diederik van Lierop | 2010-05-09 | 2 | -5/+3 |
| * | Small improvement of my previous fix in rev. #9402 (bounding box snapping) | Diederik van Lierop | 2010-05-09 | 1 | -5/+12 |
| * | Fix tooltip error in the preferences (Bug #446723). | Nicolas Dufour | 2010-05-09 | 1 | -1/+1 |
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 15 | -44/+47 |
| * | Track selection changes for updating in icon preview. | Jon A. Cruz | 2010-05-06 | 2 | -1/+8 |
| * | Removed redundant refresh button, ui cleanup, added frames, etc. for bug #171... | Jon A. Cruz | 2010-05-06 | 2 | -22/+22 |
| * | Switched icons to have frames, be square, and arranged more efficiently for s... | Jon A. Cruz | 2010-05-06 | 1 | -4/+39 |
| * | Extension. Fix XAML export crash (Bug #282421). | Nicolas Dufour | 2010-05-04 | 1 | -1/+1 |
| * | Extensions. Use locale dependent string to float convertion for default value... | Nicolas Dufour | 2010-05-02 | 1 | -2/+2 |
| * | Follow-up to bug 427514 specific to icon preview, which happened to fix bug #... | Jon A. Cruz | 2010-05-02 | 2 | -9/+118 |