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