summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/align-and-distribute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* export bbox sorting machinerybulia byak2008-05-061-12/+8
| | | (bzr r5614)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-2/+2
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-17/+17
| | | (bzr r4838)
* Remember state of 'Relative to:' combo box in Align and Distribute dialog ↵Maximilian Albert2008-01-161-2/+5
| | | | | across sessions (closes LP #171086) (bzr r4517)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-18/+18
| | | | | | | | 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-10/+9
| | | | | | | | | | | | | | | | | | * 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)
* 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)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-10/+8
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-4/+13
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-36/+54
| | | (bzr r2596)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-5/+4
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* undo annotationsbulia byak2006-10-051-10/+15
| | | (bzr r1767)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-1/+1
| | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-121-1/+1
| | | (bzr r1395)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-7/+14
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-21/+21
| | | | | 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-1/+1
| | | (bzr r439)
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-281-1/+1
| | | (bzr r317)
* Added connector graph layout functionalityTim Dwyer2006-02-131-0/+48
| | | (bzr r122)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1051
(bzr r1)