summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tiledialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-887/+0
(bzr r6891)
2008-10-27From trunkTed Gould1-82/+73
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-13/+10
(bzr r6884)
2008-09-19by default, try square arrangement, not 1 row as beforebulia byak1-5/+8
(bzr r6847)
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-31/+30
(bzr r6840)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-9/+9
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-8/+8
(bzr r6569)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-8/+8
(bzr r5915)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
(bzr r5884)
2008-01-30rename grid arrange to rows and columnsbulia byak1-1/+1
(bzr r4617)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-5/+5
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2007-11-22The dialog to panel refactoring:gustav_b1-7/+5
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-11-10Warning cleanupJon A. Cruz1-1/+1
(bzr r4052)
2007-08-29Dockable dialogs patch applied gustav_b1-2/+2
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-4/+4
recent bbox regressions. (bzr r2604)
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-39/+62
(bzr r2538)
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-7/+7
rect handling, though) (bzr r2536)
2006-10-10undo annotationsbulia byak1-2/+2
(bzr r1793)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
(bzr r1315)
2006-05-27patch from bug 1495755bulia byak1-0/+3
(bzr r1023)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-7/+7
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-2/+2
(bzr r439)