summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tiledialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-887/+0
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-82/+73
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-13/+10
| | | (bzr r6884)
* by default, try square arrangement, not 1 row as beforebulia byak2008-09-191-5/+8
| | | (bzr r6847)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-31/+30
| | | (bzr r6840)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-9/+9
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-8/+8
| | | (bzr r6569)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-8/+8
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* rename grid arrange to rows and columnsbulia byak2008-01-301-1/+1
| | | (bzr r4617)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-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)
* The dialog to panel refactoring:gustav_b2007-11-221-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)
* Warning cleanupJon A. Cruz2007-11-101-1/+1
| | | (bzr r4052)
* Dockable dialogs patch applied gustav_b2007-08-291-2/+2
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-4/+4
| | | | | recent bbox regressions. (bzr r2604)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-39/+62
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-7/+7
| | | | | rect handling, though) (bzr r2536)
* undo annotationsbulia byak2006-10-101-2/+2
| | | (bzr r1793)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* patch from bug 1495755bulia byak2006-05-271-0/+3
| | | (bzr r1023)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-2/+2
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+872
(bzr r1)