| Commit message (Expand) | Author | Files | Lines |
| 2012-05-09 | Renamed files to better match coding conventions | Denis Declara | 1 | -786/+0 |
| 2012-04-27 | Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab... | Denis Declara | 1 | -198/+6 |
| 2012-04-24 | Added first support for elliptical arrangements | Denis Declara | 1 | -3/+24 |
| 2012-04-19 | Improved UI of PolarArrangement Tab and connected some widgets to events (now... | Denis Declara | 1 | -6/+72 |
| 2012-04-15 | Added some POC code to move objects around | Denis Declara | 1 | -0/+12 |
| 2012-04-15 | Improved User interface. | Denis Declara | 1 | -4/+27 |
| 2012-04-09 | Added initial gui for polar arrangement tab | Denis Declara | 1 | -8/+45 |
| 2012-04-04 | Changed enum used for alignment, which hopefully will fix daily deb builds. | Denis Declara | 1 | -1/+1 |
| 2012-04-02 | Anchor widget now reads the last alignment from the settings. Anchor selectio... | Denis Declara | 1 | -0/+4 |
| 2012-03-31 | Brought old code, "Rows and Columns" in it's own class. Added a separate clas... | Denis Declara | 1 | -35/+63 |
| 2012-03-29 | Removed some commented code, which i replaced, and is therefore no longer used. | Denis Declara | 1 | -69/+0 |
| 2012-03-28 | Integrated the newly created Anchor-Selection-Widget with the existing "Rows ... | Denis Declara | 1 | -37/+19 |
| 2012-03-26 | Added anchor-selection widget, it doesn't do much at the moment, next step wi... | Denis Declara | 1 | -0/+1 |
| 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 |