| Commit message (Expand) | Author | Files | Lines |
| 2013-03-13 | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 1 | -5/+21 |
| 2013-03-12 | Further migration to Gtk::Grid | Alex Valavanis | 1 | -8/+9 |
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry chri... | Alex Valavanis | 1 | -4/+4 |
| 2012-10-04 | code cleanup: make more functions static or include their own headers. | Campbell Barton | 1 | -2/+2 |
| 2012-09-02 | Fix for 747998 : Align unit menu in Rows Columns dialog | John Smith | 1 | -8/+14 |
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -1/+1 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 |
| 2012-02-06 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -4/+2 |
| 2012-01-03 | More deprecated GtkTooltips | Alex Valavanis | 1 | -5/+5 |
| 2011-11-05 | increase max values in rows&cols dialog. increase significant digits | Johan B. C. Engelen | 1 | -4/+4 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -8/+8 |
| 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-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 |
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -2/+1 |
| 2011-04-16 | upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried... | Johan B. C. Engelen | 1 | -48/+26 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -1/+1 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-12-29 | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) | Kris De Gussem | 1 | -7/+14 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -9/+9 |
| 2010-04-06 | Fixed use of dialogs in more than one window, and tile problem with selection... | Jon A. Cruz | 1 | -27/+33 |
| 2009-06-16 | Separated "Arrange" as button caption from "Arrange" as menu item | Alexandre Prokoudine | 1 | -1/+1 |
| 2009-02-19 | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2009-02-09 | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 1 | -4/+4 |
| 2009-01-06 | Warning and whitespace cleanup. | Jon A. Cruz | 1 | -6/+4 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -12/+9 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -82/+73 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -13/+10 |
| 2008-09-19 | by default, try square arrangement, not 1 row as before | bulia byak | 1 | -5/+8 |
| 2008-09-18 | Yet another NR ==> Geom change | Maximilian Albert | 1 | -31/+30 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -9/+9 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -8/+8 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -8/+8 |
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -1/+1 |
| 2008-01-30 | rename grid arrange to rows and columns | bulia byak | 1 | -1/+1 |
| 2007-12-07 | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 1 | -5/+5 |
| 2007-11-22 | The dialog to panel refactoring: | gustav_b | 1 | -7/+5 |
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2007-08-29 | Dockable dialogs patch applied | gustav_b | 1 | -2/+2 |
| 2007-03-11 | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 1 | -4/+4 |
| 2007-03-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -39/+62 |
| 2007-03-04 | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 1 | -7/+7 |
| 2006-10-10 | undo annotations | bulia byak | 1 | -2/+2 |
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -1/+2 |
| 2006-05-27 | patch from bug 1495755 | bulia byak | 1 | -0/+3 |
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 1 | -7/+7 |
| 2006-04-06 | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 1 | -2/+2 |