summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2014-03-27Get pollar tiling working agains with trunkMartin Owens1-3/+3
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-5/+21
2013-03-12Further migration to Gtk::GridAlex Valavanis1-8/+9
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-4/+4
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
2012-09-02Fix for 747998 : Align unit menu in Rows Columns dialogJohn Smith1-8/+14
2012-05-19The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara1-1/+8
2012-05-09Renamed files to better match coding conventionsDenis Declara1-2/+2
2012-05-09Fixed runtime assertion about Parent beeing NullDenis Declara1-1/+0
2012-04-27Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab...Denis Declara1-909/+5
2012-04-24Added first support for elliptical arrangementsDenis Declara1-3/+24
2012-04-19Improved UI of PolarArrangement Tab and connected some widgets to events (now...Denis Declara1-6/+72
2012-04-15Added some POC code to move objects aroundDenis Declara1-0/+12
2012-04-15Improved User interface.Denis Declara1-4/+27
2012-04-09Added initial gui for polar arrangement tabDenis Declara1-8/+45
2012-04-04Changed enum used for alignment, which hopefully will fix daily deb builds.Denis Declara1-1/+1
2012-04-02Anchor widget now reads the last alignment from the settings. Anchor selectio...Denis Declara1-0/+4
2012-03-31Brought old code, "Rows and Columns" in it's own class. Added a separate clas...Denis Declara1-35/+63
2012-03-29Removed some commented code, which i replaced, and is therefore no longer used.Denis Declara1-69/+0
2012-03-28Integrated the newly created Anchor-Selection-Widget with the existing "Rows ...Denis Declara1-37/+19
2012-03-26Added anchor-selection widget, it doesn't do much at the moment, next step wi...Denis Declara1-0/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-4/+2
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-5/+5
2011-11-05increase max values in rows&cols dialog. increase significant digitsJohan B. C. Engelen1-4/+4
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-8/+8
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2011-04-16upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried...Johan B. C. Engelen1-48/+26
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-12-29Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem1-7/+14
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-9/+9
2010-04-06Fixed use of dialogs in more than one window, and tile problem with selection...Jon A. Cruz1-27/+33
2009-06-16Separated "Arrange" as button caption from "Arrange" as menu itemAlexandre Prokoudine1-1/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-2/+2
2009-02-09Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski1-4/+4
2009-01-06Warning and whitespace cleanup.Jon A. Cruz1-6/+4
2008-11-21Merge from fe-movedTed Gould1-12/+9
2008-10-27From trunkTed Gould1-82/+73
2008-10-11Merging from trunkTed Gould1-13/+10
2008-09-19by default, try square arrangement, not 1 row as beforebulia byak1-5/+8
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-31/+30