| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| * | Fix bug #168387 (Display mode toggle doesn't update radio button) | Diederik van Lierop | 2009-07-28 | 1 | -5/+49 |
| * | When closing a window and while asking whether to save, Inkscape should not b... | Diederik van Lierop | 2009-06-06 | 1 | -7/+16 |
| * | Also store the window's geometry when saving through the data-loss warning di... | Diederik van Lierop | 2009-05-25 | 1 | -2/+0 |
| * | Inkscape should not discard negative window positions. For example, a maximiz... | Diederik van Lierop | 2009-05-23 | 1 | -6/+4 |
| * | remove temporary prefs hack | Thomas Holder | 2009-05-17 | 1 | -7/+3 |
| * | consistent capitalization | bulia byak | 2009-03-24 | 1 | -1/+1 |
| * | Renamed ColorDef to PaintDef to prep for expanded functionality. | Jon A. Cruz | 2009-03-20 | 1 | -4/+4 |
| * | Rough code to preserve drag-n-drop of solid gradients. | Jon A. Cruz | 2009-03-18 | 1 | -3/+26 |
| * | Whitespace cleanup | Jon A. Cruz | 2009-03-18 | 1 | -14/+14 |
| * | Reworked internals of color and drag-n-drop. | Jon A. Cruz | 2009-03-08 | 1 | -56/+75 |
| * | Moving dnd data generation into the generic ColorDef class. | Jon A. Cruz | 2009-03-07 | 1 | -2/+1 |
| * | Adding clear-color swatch to complement no-color. | Jon A. Cruz | 2009-03-05 | 1 | -1/+4 |
| * | Adding some no-color to drag-n-drop | Jon A. Cruz | 2009-03-03 | 1 | -1/+65 |
| * | Use g_base64_encode_step when importing images via drag and drop. | Krzysztof Kosi??ski | 2009-02-22 | 1 | -34/+20 |
| * | Make the recent menu react to changes in max recent documents preference | Krzysztof Kosi??ski | 2009-02-09 | 1 | -0/+21 |
| * | Added a new toolbar with snapping controls | Diederik van Lierop | 2009-01-10 | 1 | -15/+17 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -6/+6 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+3 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -61/+66 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+1 |
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just g... | Ted Gould | 2008-09-25 | 1 | -3/+7 |
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -2/+2 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| * | rearrange to fix the first keypress event being lost with options.savewindowg... | bulia byak | 2008-07-19 | 1 | -4/+4 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | remove warnings | Bob Jamison | 2008-05-13 | 1 | -7/+7 |
| * | Removed outdated default size setting | Jon A. Cruz | 2008-05-13 | 1 | -3/+0 |
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -1/+1 |
| * | Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS X... | JiHO | 2008-01-10 | 1 | -0/+13 |
| * | Use "%"-key for toggling the snapper, and modify the related sp-desktop code | Diederik van Lierop | 2007-12-20 | 1 | -3/+4 |
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -25/+25 |
| * | Hooks for visual feedback during drag-n-drop | Jon A. Cruz | 2007-10-17 | 1 | -0/+46 |
| * | drop color on gr-drag first | bulia byak | 2007-10-16 | 1 | -38/+59 |
| * | implement dropping color onto stroke | bulia byak | 2007-10-13 | 1 | -4/+34 |
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -1/+1 |
| * | Modification of the parameters/return value of SPDesktop::getToplevel | Joel Holdsworth | 2007-07-28 | 1 | -7/+1 |
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ... | Joel Holdsworth | 2007-07-28 | 1 | -85/+28 |
| * | Fix Bug 1653629 : we can know start inkscape without key file | Jean-Ren?? Reinhard | 2007-07-26 | 1 | -2/+12 |
| * | patch 1734633: option to save window geometry in prefs | bulia byak | 2007-06-18 | 1 | -16/+115 |
| * | Updated overwrite confirmation dialog to be similar to the new stock GTK+ one | Jon A. Cruz | 2007-04-07 | 1 | -39/+26 |
| * | fix annoying superfluous separator | bulia byak | 2007-04-01 | 1 | -1/+2 |
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -11/+5 |
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -1/+1 |
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -2/+5 |
| * | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 2007-02-27 | 1 | -1/+1 |
| * | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 2007-01-21 | 1 | -2/+3 |