| Commit message (Expand) | Author | Age | Files | Lines |
| * | separate crash handlers, allow "in place" crashes to happen | Kees Cook | 2007-02-18 | 1 | -12/+25 |
| * | a bunch of cairo fixmes in anticipation of a more direct rendering with less ... | bulia byak | 2007-02-17 | 4 | -6/+69 |
| * | bug 1652188: text-anchor:start means left even in rtl | Richard Hughes | 2007-02-17 | 1 | -2/+2 |
| * | eliminate temporary buffer in outline mode (faster); restore livarot path for... | bulia byak | 2007-02-17 | 1 | -24/+17 |
| * | first try to use cairo, for outline mode only so far | bulia byak | 2007-02-17 | 1 | -3/+102 |
| * | enable click-action and general tooltip for style swatches | bulia byak | 2007-02-15 | 4 | -16/+69 |
| * | spell out Fill and Stroke labels | bulia byak | 2007-02-15 | 2 | -6/+6 |
| * | * src/main.cpp: Allow the user to override the locale directory by | mjwybrow | 2007-02-13 | 1 | -0/+6 |
| * | removing forward declaration of a enum - is it valid at all? at least it work... | bulia byak | 2007-02-13 | 2 | -4/+3 |
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ... | bulia byak | 2007-02-13 | 9 | -376/+713 |
| * | angular brackets <> aren't allowed | Luca Bruno | 2007-02-13 | 1 | -1/+1 |
| * | fix 1658088 | bulia byak | 2007-02-12 | 1 | -4/+4 |
| * | batch export checkbox | bulia byak | 2007-02-12 | 1 | -71/+186 |
| * | fix warning | bulia byak | 2007-02-11 | 1 | -1/+1 |
| * | allow grouping a single object | bulia byak | 2007-02-11 | 1 | -7/+1 |
| * | readded comment for translators; moved comment to avoid showing in po | Luca Bruno | 2007-02-11 | 1 | -2/+4 |
| * | Actually, just ditched the whole option...its useless I decided... | Jon Phillips | 2007-02-11 | 1 | -6/+0 |
| * | oops...commented out my fix for new cli option...ugh...oops... | Jon Phillips | 2007-02-11 | 1 | -1/+2 |
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 3 | -0/+50 |
| * | jasper's patch for fast iir blur | bulia byak | 2007-02-11 | 4 | -383/+899 |
| * | fix 1654495: a comment repr node has no spobject, so we must weaken the asserts | bulia byak | 2007-02-11 | 2 | -4/+5 |
| * | more correct whitespace handling per http://www.w3.org/TR/SVG11/text.html#Whi... | bulia byak | 2007-02-10 | 1 | -2/+2 |
| * | Cleaned up comments | Bob Jamison | 2007-02-09 | 1 | -10/+65 |
| * | First, show translator-credits for this language if available, then show all ... | Bob Jamison | 2007-02-09 | 2 | -361/+497 |
| * | defocus checkboxes upon click so they don't steal keystrokes | bulia byak | 2007-02-07 | 1 | -1/+3 |
| * | more informative tooltip | bulia byak | 2007-02-07 | 1 | -1/+1 |
| * | correctly ifdef the new print dialog | Kees Cook | 2007-02-06 | 1 | -2/+7 |
| * | Added Esperanto translation | Luca Bruno | 2007-02-06 | 1 | -0/+1 |
| * | initial support for gtk print dialog, if available | Kees Cook | 2007-02-05 | 3 | -3/+93 |
| * | Reverting patch | Bryce Harrington | 2007-02-04 | 1 | -4/+1 |
| * | Patch from Debian bug tracker from Daniel Kahn Gillmor | Bryce Harrington | 2007-02-04 | 1 | -1/+4 |
| * | Fixed saving bug, now attributes are correctly handled for both normal saves ... | Johan B. C. Engelen | 2007-02-04 | 1 | -16/+43 |
| * | Unions Are Evil! When pixblock size is TINY, it stores data right in the data... | bulia byak | 2007-02-04 | 6 | -13/+13 |
| * | null the sodipodi:modified before saving, not after; whitespace | bulia byak | 2007-02-04 | 1 | -10/+20 |
| * | tweak parameters for more responsiveness | MenTaLguY | 2007-02-04 | 1 | -2/+2 |
| * | Fork gradientvector upon deletion of stops. | Johan B. C. Engelen | 2007-02-03 | 3 | -5/+18 |
| * | Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust a... | Johan B. C. Engelen | 2007-02-03 | 3 | -157/+306 |
| * | attempt to fix both responsiveness and blobs in calligraphy tool | MenTaLguY | 2007-02-03 | 2 | -2/+20 |
| * | * src/graphlayout/graphlayout.cpp: For the purposes of graph layout, | mjwybrow | 2007-02-02 | 1 | -1/+7 |
| * | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 2007-02-01 | 1 | -35/+56 |
| * | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 2007-02-01 | 1 | -1/+20 |
| * | Fixed untranslatable radiobuttons in extensions | Johan B. C. Engelen | 2007-01-27 | 2 | -30/+62 |
| * | Fixed: Non-translatable strings in "enum" type extensions | Johan B. C. Engelen | 2007-01-27 | 3 | -25/+62 |
| * | temporary fix: prevent crash when clipping/masking an object with its own clone | bulia byak | 2007-01-26 | 1 | -0/+24 |
| * | remove obsolete assert | Aaron Spike | 2007-01-26 | 1 | -1/+0 |
| * | comment for the future | bulia byak | 2007-01-25 | 1 | -0/+2 |
| * | double-click on offset changes to node tool | Josh Andler | 2007-01-25 | 1 | -2/+6 |
| * | making string translatable | Luca Bruno | 2007-01-25 | 1 | -4/+4 |
| * | get rid of sp_repr_new* | MenTaLguY | 2007-01-25 | 2 | -31/+0 |
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 4 | -47/+19 |