| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 |
| * | purge unused stuff, copyedit | bulia byak | 2007-03-26 | 1 | -16/+9 |
| * | 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 |
| * | 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 |
| * | Monster commit. New grid infrastructure. The old gridmanagement code is still... | Johan B. C. Engelen | 2007-03-20 | 2 | -63/+227 |
| * | 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 |
| * | 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 | 2 | -46/+68 |
| * | 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 |
| * | 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 |
| * | now at least the first opening of the first gtkmm dialog opens it in-place wi... | bulia byak | 2007-02-19 | 1 | -3/+2 |
| * | enable click-action and general tooltip for style swatches | bulia byak | 2007-02-15 | 1 | -1/+1 |
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ... | bulia byak | 2007-02-13 | 1 | -5/+4 |
| * | angular brackets <> aren't allowed | Luca Bruno | 2007-02-13 | 1 | -1/+1 |
| * | readded comment for translators; moved comment to avoid showing in po | Luca Bruno | 2007-02-11 | 1 | -2/+4 |
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 1 | -0/+40 |
| * | 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 |
| * | Added Esperanto translation | Luca Bruno | 2007-02-06 | 1 | -0/+1 |
| * | text fixes | bulia byak | 2007-01-18 | 1 | -5/+5 |
| * | overwritten heap, wrong casts fixed. Closes SF#1575829 | Kees Cook | 2007-01-13 | 2 | -2/+2 |
| * | Small typofix. | Colin Marquardt | 2007-01-10 | 1 | -1/+1 |
| * | Using translator-credits | Luca Bruno | 2007-01-07 | 1 | -95/+4 |
| * | Cleans it from //#ifndef WIN32 | Johan B. C. Engelen | 2007-01-06 | 1 | -2/+0 |
| * | Small edits to copyright info. | Johan B. C. Engelen | 2007-01-06 | 3 | -4/+7 |
| * | Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo... | Johan B. C. Engelen | 2007-01-06 | 3 | -5/+29 |
| * | typo fixed | Luca Bruno | 2006-12-30 | 1 | -1/+1 |
| * | Clean up internal Python/Perl dialog text; link against the python dynamic li... | Kees Cook | 2006-12-16 | 1 | -0/+20 |
| * | improvements to trace dialog: siox button moved above preview frame, and cred... | St??phane Gimenez | 2006-12-10 | 1 | -335/+388 |
| * | these didn't compile for me. so let's try this. | Aaron Spike | 2006-11-30 | 2 | -42/+42 |