| Commit message (Expand) | Author | Files | Lines |
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -190/+183 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -14/+15 |
| 2011-07-19 | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 1 | -5/+9 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 1 | -1/+1 |
| 2011-06-26 | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 1 | -51/+51 |
| 2011-06-25 | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 1 | -30/+30 |
| 2011-06-13 | Replace deprecated GtkSignal | Alex Valavanis | 1 | -9/+9 |
| 2011-06-05 | Replace use of deprecated GtkTooltips API | Alex Valavanis | 1 | -5/+3 |
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()... | Jon A. Cruz | 1 | -3/+4 |
| 2010-12-29 | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) | Kris De Gussem | 1 | -3/+3 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-10-29 | Dropped not working accelator key (r9858 Bug #170765) | Kris De Gussem | 1 | -1/+1 |
| 2010-10-27 | UI: punctiation and mnemonics in preferences, export and ico preview dialog | Kris De Gussem | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -6/+6 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -3/+3 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -4/+4 |
| 2010-04-10 | fix bug 166659. precisely calculate bbox when exporting to png | Johan B. C. Engelen | 1 | -6/+6 |
| 2010-03-05 | Patch from Fridrich - LP #520532 | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -39/+39 |
| 2009-09-23 | Better patch by Adib for 431022. Appears safe, however, I am unable to test a... | Josh Andler | 1 | -2/+6 |
| 2009-09-22 | Patch by Adib for 431022. Appears safe, however, I am unable to test as it is... | Josh Andler | 1 | -1/+1 |
| 2009-08-21 | absolutize user-entered path from doc location | bulia byak | 1 | -19/+30 |
| 2009-08-17 | fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p... | bulia byak | 1 | -6/+22 |
| 2009-08-09 | Cleanup (remove unused variable; use generic function to determine the file e... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-09 | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi... | Maximilian Albert | 1 | -2/+1 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -8/+8 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -8/+8 |
| 2009-08-03 | FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also so... | theAdib | 1 | -2/+53 |
| 2009-03-11 | gtk adjustment fix | Jon A. Cruz | 1 | -6/+6 |
| 2009-02-26 | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 1 | -2/+4 |
| 2009-02-02 | remove mnemonic which does not work anyway | bulia byak | 1 | -1/+1 |
| 2008-12-16 | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 1 | -1/+1 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -38/+35 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -14/+14 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -5/+5 |
| 2008-09-18 | Yet another NR ==> Geom change | Maximilian Albert | 1 | -31/+30 |
| 2008-09-16 | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 1 | -25/+24 |
| 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 | -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-04 | noop: Address string-literal-to-char* warning. | Peter Moulder | 1 | -2/+2 |
| 2008-02-13 | i18n patch from Marcin | Alexandre Prokoudine | 1 | -1/+1 |
| 2008-01-17 | Reverted earlier edit - export bitmap dialog is now sizeable once again | Joel Holdsworth | 1 | -1/+1 |
| 2008-01-16 | Stopped the export bitmap dialog from being sizeable | Joel Holdsworth | 1 | -1/+1 |
| 2008-01-16 | Corrected the parenting of the browse dialog, so that it cannot fall undernea... | Joel Holdsworth | 1 | -1/+1 |
| 2008-01-15 | stop toggling insensitive state for modification flag updates (fixes critical... | MenTaLguY | 1 | -6/+6 |
| 2008-01-15 | abstract use of sodipodi:modified | MenTaLguY | 1 | -3/+2 |
| 2007-11-16 | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 | Johan B. C. Engelen | 1 | -5/+6 |
| 2007-11-08 | warning cleanup | Jon A. Cruz | 1 | -95/+95 |
| 2007-06-21 | Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb... | Peter Moulder | 1 | -1/+6 |