summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-9/+9
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-8/+8
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-8/+8
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
2008-01-30rename grid arrange to rows and columnsbulia byak1-1/+1
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-5/+5
2007-11-22The dialog to panel refactoring:gustav_b1-7/+5
2007-11-10Warning cleanupJon A. Cruz1-1/+1
2007-08-29Dockable dialogs patch applied gustav_b1-2/+2
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-4/+4
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-39/+62
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-7/+7
2006-10-10undo annotationsbulia byak1-2/+2
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
2006-05-27patch from bug 1495755bulia byak1-0/+3
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-7/+7
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-2/+2