| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Rearrange tabs for document-properties dialog | Diederik van Lierop | 2007-04-17 | 1 | -2/+2 |
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 3 | -80/+24 |
| * | change description of select-new option in calligraphy | bulia byak | 2007-04-15 | 1 | -2/+2 |
| * | Tweak capture of error messages | Bob Jamison | 2007-04-15 | 1 | -8/+14 |
| * | Fix typo | Diederik van Lierop | 2007-04-14 | 1 | -1/+1 |
| * | New Grids are now ready to go. bug testing can start i think. | Johan B. C. Engelen | 2007-04-13 | 1 | -1/+1 |
| * | Add global preference for selector tool, chosing between GEOMETRIC_BBOX or VI... | Diederik van Lierop | 2007-04-13 | 2 | -2/+10 |
| * | New grids are almost ready to fly! | Johan B. C. Engelen | 2007-04-13 | 1 | -1/+1 |
| * | Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ... | Diederik van Lierop | 2007-04-12 | 2 | -21/+21 |
| * | Remove 'default scale origin' from selector tool's preferences | Diederik van Lierop | 2007-04-09 | 2 | -8/+2 |
| * | Corrected case where extension would not be added for opened filetypes not in... | Jon A. Cruz | 2007-04-06 | 1 | -6/+5 |
| * | fix 1516323 | bulia byak | 2007-04-01 | 1 | -4/+0 |
| * | removed leftover debug messages. Toggling new grids now works. Almost ready t... | Johan B. C. Engelen | 2007-04-01 | 1 | -5/+1 |
| * | patch 1690246 from Max + read_geometry fixes for consistent placement | bulia byak | 2007-04-01 | 1 | -0/+1 |
| * | make horizontal scrollbar automatic | bulia byak | 2007-03-27 | 1 | -2/+2 |
| * | fix range, make integer, remove unnecessary document_done, fix 1635388 | bulia byak | 2007-03-26 | 2 | -6/+8 |
| * | purge unused stuff, copyedit | bulia byak | 2007-03-26 | 3 | -30/+15 |
| * | Fix compile warning about construction order. | Johan B. C. Engelen | 2007-03-25 | 1 | -2/+2 |
| * | Purging old axonometric grid code: reworked it into the new grid class struct... | Johan B. C. Engelen | 2007-03-25 | 2 | -28/+12 |
| * | comment out debug | bulia byak | 2007-03-25 | 1 | -1/+1 |
| * | allow multiple (balanced) calls to add and remove document | MenTaLguY | 2007-03-23 | 1 | -0/+7 |
| * | More progress with preview and opening of files with non-ascii filenames. St... | Bob Jamison | 2007-03-22 | 1 | -1/+5 |
| * | use <errno.h> instead of assuming extern int | Bob Jamison | 2007-03-22 | 1 | -1/+1 |
| * | Make sure there is a decl for "errno" | Bob Jamison | 2007-03-21 | 1 | -5/+5 |
| * | Do some cleanup | Bob Jamison | 2007-03-21 | 1 | -35/+48 |
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| * | Monster commit. New grid infrastructure. The old gridmanagement code is still... | Johan B. C. Engelen | 2007-03-20 | 4 | -104/+297 |
| * | patch by cilix42 for bug 1671665 | bulia byak | 2007-03-19 | 2 | -14/+20 |
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| * | move masks to their own page, move tablet checkbox to mouse, copyedit | bulia byak | 2007-03-18 | 2 | -15/+24 |
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 1 | -1/+1 |
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 2 | -13/+9 |
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 2 | -73/+99 |
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 3 | -51/+73 |
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| * | fix by dvlierop2 for snapping bugs 1579556 and 1579587 | bulia byak | 2007-03-05 | 1 | -2/+4 |
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o... | Jon A. Cruz | 2007-03-05 | 1 | -157/+120 |
| * | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 2007-03-03 | 1 | -45/+57 |
| * | i18n cleanup and adding extension in more cases | Jon A. Cruz | 2007-03-03 | 1 | -13/+29 |
| * | Add the file extension even when the prior name has no extension already | Jon A. Cruz | 2007-03-03 | 1 | -0/+3 |
| * | Speedup when switching types by avoiding setting to a directory we are alread... | Jon A. Cruz | 2007-03-03 | 1 | -1/+3 |
| * | Switched from deferred extension appending to live extension swapping in the ... | Jon A. Cruz | 2007-03-02 | 2 | -29/+88 |
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| * | rename flood to paintbucket, copyedit | bulia byak | 2007-02-26 | 2 | -5/+5 |
| * | Add flood fill tool | John Bintz | 2007-02-25 | 2 | -1/+5 |
| * | Fixes issue where a modified stock marker's preview image appears in the | Bryce Harrington | 2007-02-21 | 2 | -6/+10 |
| * | Moving cache management code from .h to .cpp. | Bryce Harrington | 2007-02-20 | 2 | -34/+53 |
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 5 | -70/+200 |
| * | Partial fix for bug 980157. | Bryce Harrington | 2007-02-20 | 1 | -0/+78 |
| * | Cleaned up DOS line ends that had snuck in. | Jon A. Cruz | 2007-02-19 | 2 | -79/+79 |