summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/transformation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-1/+1
| | | | | | | | 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-23/+22
| | | | | | | | | | | | | | | | | | * 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)
* fix 1830356bulia byak2007-11-131-8/+8
| | | (bzr r4074)
* Warning cleanupJon A. Cruz2007-11-101-19/+19
| | | (bzr r4052)
* fix Clear for Scale tabbulia byak2007-10-311-2/+2
| | | (bzr r3998)
* fix 1802374, 1736088bulia byak2007-09-261-12/+12
| | | (bzr r3805)
* Dockable dialogs patch applied gustav_b2007-08-291-4/+4
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* patch 1705533gustav_b2007-04-251-2/+2
| | | (bzr r2956)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-69/+86
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-10/+14
| | | (bzr r2596)
* ensure Enter in spinbuttons activates the Applybulia byak2006-11-201-0/+10
| | | (bzr r1995)
* undo annotationsbulia byak2006-10-051-5/+5
| | | (bzr r1767)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-5/+10
| | | (bzr r1315)
* fix 1482463bulia byak2006-05-051-0/+1
| | | (bzr r740)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-6/+6
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-221-5/+3
| | | (bzr r273)
* rename present()->presdentPage(), removes compiler warningsRalf Stephan2006-02-211-1/+1
| | | (bzr r171)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+955
(bzr r1)