| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improving snapping logic; more to follow | Diederik van Lierop | 2007-11-18 | 1 | -5/+21 |
| * | whitespace | Johan B. C. Engelen | 2007-11-17 | 1 | -3/+2 |
| * | Prevent CMS button from pinning space used by scrollbars | Jon A. Cruz | 2007-11-17 | 1 | -0/+4 |
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by r... | Johan B. C. Engelen | 2007-11-17 | 3 | -11/+8 |
| * | Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no... | miklosh | 2007-11-17 | 1 | -0/+4 |
| * | 2geom: splice exceptions code from utils.h into exception.h | Johan B. C. Engelen | 2007-11-17 | 8 | -86/+130 |
| * | fix compile warning with C++ style cast | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 |
| * | Adding ICC Profiles in X support | Jon A. Cruz | 2007-11-17 | 5 | -39/+791 |
| * | 2geom tryout: new exceptions | Johan B. C. Engelen | 2007-11-17 | 8 | -18/+77 |
| * | hopefully fix compile (#include <errno.h> | Johan B. C. Engelen | 2007-11-16 | 1 | -0/+1 |
| * | fix warnings and delete gradient pixmap that will not be used | Johan B. C. Engelen | 2007-11-16 | 6 | -48/+19 |
| * | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 | Johan B. C. Engelen | 2007-11-16 | 4 | -25/+28 |
| * | make the order of buttons the same as that of menu commands | bulia byak | 2007-11-16 | 1 | -4/+4 |
| * | INX files: <option>, <_option>, <item> and <_item> now all work. The undersco... | Johan B. C. Engelen | 2007-11-15 | 2 | -4/+6 |
| * | A pasted selection is supposed to snap to the grid, but this cannot work the ... | Diederik van Lierop | 2007-11-14 | 3 | -70/+1 |
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 13 | -63/+185 |
| * | better paint bucket queue handling; queue points are sorted and cleaned up mo... | John Bintz | 2007-11-13 | 1 | -25/+57 |
| * | change pixel queuing method & add pixel queue cleanup routine to reduce numbe... | John Bintz | 2007-11-13 | 1 | -19/+40 |
| * | Partial fix for bug #1824387 [Still asks to save after complete undo] | Maximilian Albert | 2007-11-13 | 3 | -1/+29 |
| * | Don't set inkscape:modified on startup when grids are shown/hidden. | Maximilian Albert | 2007-11-13 | 4 | -8/+12 |
| * | make INX <option> translatable | Johan B. C. Engelen | 2007-11-13 | 2 | -4/+10 |
| * | fix 1830356 | bulia byak | 2007-11-13 | 1 | -8/+8 |
| * | Don't force focus on the canvas when the desktop is given | gustav_b | 2007-11-12 | 1 | -4/+1 |
| * | Remove makefiles that shouldn't be in repos | gustav_b | 2007-11-12 | 2 | -34/+0 |
| * | update to 2geom rev. 1168 | Johan B. C. Engelen | 2007-11-12 | 19 | -68/+253 |
| * | LPE: no longer overload doEffect methods, but name them according to accepted... | Johan B. C. Engelen | 2007-11-12 | 15 | -34/+33 |
| * | * added reference link for translators | Luca Bruno | 2007-11-11 | 1 | -0/+1 |
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 |
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 5 | -41/+41 |
| * | more logical order of commands | bulia byak | 2007-11-10 | 1 | -1/+1 |
| * | readjust jitter force | bulia byak | 2007-11-10 | 1 | -2/+0 |
| * | Added rough ui to flip colors to be icc-color | Jon A. Cruz | 2007-11-10 | 1 | -8/+46 |
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 35 | -516/+517 |
| * | Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h. | Johan B. C. Engelen | 2007-11-09 | 12 | -222/+63 |
| * | allow for _option in radiobuttons for XML translation | John Bintz | 2007-11-09 | 1 | -1/+1 |
| * | Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ... | Diederik van Lierop | 2007-11-09 | 8 | -57/+50 |
| * | refactoring, one MakeTweak method instead of a bunch largely similar methods | bulia byak | 2007-11-09 | 3 | -337/+127 |
| * | try to fix "hidden method" warning | Johan B. C. Engelen | 2007-11-08 | 1 | -2/+3 |
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 31 | -443/+424 |
| * | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ... | Johan B. C. Engelen | 2007-11-08 | 1 | -1/+15 |
| * | update 2geom | Johan B. C. Engelen | 2007-11-07 | 2 | -9/+9 |
| * | * UI text change "Curve stitching" to "Stitch subcurves" | Johan B. C. Engelen | 2007-11-06 | 3 | -6/+37 |
| * | 2geom update to 2Geom-SVN-rev. 1161 | Johan B. C. Engelen | 2007-11-06 | 2 | -10/+12 |
| * | Improve the user interaction for snapping of bounding boxes, and add an new t... | Diederik van Lierop | 2007-11-05 | 9 | -38/+102 |
| * | pattern along path is not obsolete :) | Johan B. C. Engelen | 2007-11-05 | 1 | -1/+1 |
| * | partially implemented xlink:href parameter loading. (It still just | Felipe Corr??a da Silva Sanches | 2007-11-05 | 4 | -20/+36 |
| * | noop: Slight simplification now that we already require gtk >= 2.6 (and indee... | Peter Moulder | 2007-11-05 | 1 | -3/+0 |
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 2 | -41/+41 |
| * | Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crash | Johan B. C. Engelen | 2007-11-04 | 1 | -0/+6 |
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 40 | -561/+592 |