| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make tooltip reflect the correct range for calligraphy angle fixation | Maximilian Albert | 2008-09-11 | 1 | -1/+1 |
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed... | Jeff Schiller | 2008-09-11 | 7 | -63/+187 |
| * | LIBNR REMOVAL. remove nartbpath test code in build.xml | Johan B. C. Engelen | 2008-09-10 | 1 | -1/+0 |
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 15 | -1662/+5 |
| * | 2geomify, remove warnings and other fixes | Ulf Erikson | 2008-09-10 | 4 | -491/+590 |
| * | Fix clipping for Cairo generated PNG's. | Tavmjong Bah | 2008-09-10 | 1 | -2/+5 |
| * | add quick comment | Johan B. C. Engelen | 2008-09-10 | 1 | -0/+6 |
| * | Temporarily specifying a return value to avoid strange bugs | Jon A. Cruz | 2008-09-09 | 1 | -0/+1 |
| * | 2geom update (rev. 1578); fixes node editing of some degenerate paths | Maximilian Albert | 2008-09-08 | 9 | -18/+76 |
| * | add missing #include for gtk version check | Maximilian Albert | 2008-09-08 | 1 | -0/+1 |
| * | add version check for new api | Bob Jamison | 2008-09-08 | 1 | -1/+4 |
| * | Unselet item in geometry tool when the user clicked into empty space | Maximilian Albert | 2008-09-08 | 1 | -1/+3 |
| * | Warning cleanup | Maximilian Albert | 2008-09-08 | 1 | -1/+0 |
| * | Slightly smaller page size entries | Maximilian Albert | 2008-09-08 | 1 | -7/+7 |
| * | Fix LP #258124 and crash when copying LPEs | Maximilian Albert | 2008-09-08 | 2 | -2/+2 |
| * | Attempt to fix the 245 floor / 255 page size adjustment problem. | Bob Jamison | 2008-09-08 | 1 | -2/+5 |
| * | fix node tool for LPEs by reverting r19694 | Johan B. C. Engelen | 2008-09-07 | 1 | -7/+1 |
| * | Remove an obsolete comment | Diederik van Lierop | 2008-09-07 | 1 | -3/+7 |
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ... | Johan B. C. Engelen | 2008-09-07 | 11 | -579/+0 |
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that... | Diederik van Lierop | 2008-09-07 | 14 | -53/+55 |
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 4 | -19/+17 |
| * | finally got the pattern transform right | bulia byak | 2008-09-06 | 1 | -19/+10 |
| * | add support for ROBO-Master multi-spline | Alvin Penner | 2008-09-06 | 1 | -49/+64 |
| * | Change includes for gtk.h/gtkclist.h slightly | Bob Jamison | 2008-09-06 | 1 | -1/+1 |
| * | undo last commit - here's a better way to fix this bug | bulia byak | 2008-09-05 | 2 | -34/+32 |
| * | Add libgio.dll to distro. Will need for gtk2.14, but good now, too. | Bob Jamison | 2008-09-05 | 1 | -0/+1 |
| * | fix crash: separate np and kh listeners so that np listener is not fired twic... | bulia byak | 2008-09-05 | 1 | -8/+27 |
| * | comment typo | bulia byak | 2008-09-05 | 1 | -1/+1 |
| * | Make click-select work in geometry tool | Maximilian Albert | 2008-09-05 | 1 | -0/+33 |
| * | Select landscape by default for certain page formats | Maximilian Albert | 2008-09-05 | 1 | -4/+28 |
| * | Add page sizes for various business card formats as per request in LP #172225 | Maximilian Albert | 2008-09-05 | 1 | -0/+5 |
| * | The page size table in Document Properties should use the available vertical ... | Maximilian Albert | 2008-09-05 | 2 | -4/+10 |
| * | Make rasterization of filters into pdf respect the requested dpi. | Aaron Spike | 2008-09-05 | 3 | -11/+11 |
| * | convert moveto, lineto and curveto native to Point, instead of going to gdoub... | Johan B. C. Engelen | 2008-09-04 | 1 | -10/+6 |
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. to... | Maximilian Albert | 2008-09-04 | 6 | -7/+266 |
| * | add lpe param: VectorParam<float> and VectorParam<double> | Johan B. C. Engelen | 2008-09-02 | 4 | -1/+180 |
| * | add method to write single paths to svg | Johan B. C. Engelen | 2008-09-02 | 2 | -8/+21 |
| * | Fixed forgotten variable assignment | Jon A. Cruz | 2008-09-02 | 1 | -1/+1 |
| * | comment update | bulia byak | 2008-09-01 | 1 | -1/+9 |
| * | use smaller subpixel scaling; large values take more memory and sometimes fai... | bulia byak | 2008-09-01 | 1 | -1/+1 |
| * | removed unnecessary pointer, changed to by reference. (the pointer was not al... | Johan B. C. Engelen | 2008-09-01 | 5 | -13/+12 |
| * | Fixes to desktop file from patch. Bug #263233 | Jon A. Cruz | 2008-09-01 | 1 | -3/+0 |
| * | fix assert when exporting bug 171849 file, make sure small patterns are expor... | bulia byak | 2008-09-01 | 1 | -2/+6 |
| * | I don't have this function, must be a recent addition to glib? replaced by a ... | bulia byak | 2008-09-01 | 1 | -1/+1 |
| * | update 2geom (rev. 1569) | Johan B. C. Engelen | 2008-09-01 | 21 | -169/+804 |
| * | yet another update of ru.po | Alexandre Prokoudine | 2008-09-01 | 1 | -1760/+1944 |
| * | Move single-dot-creation function to a better location (and rename it accordi... | Maximilian Albert | 2008-09-01 | 6 | -64/+62 |
| * | Fixed missing return of value and misc return cleanup. Should be the proper f... | Jon A. Cruz | 2008-09-01 | 1 | -129/+150 |
| * | Fix for missing define | Jon A. Cruz | 2008-09-01 | 1 | -0/+1 |
| * | enable EPS export via cairo, use it instead of the old native one | bulia byak | 2008-09-01 | 5 | -3/+179 |