summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and whitespace cleanupJon A. Cruz2008-02-241-13/+13
| | | (bzr r4838)
* The dialog to panel refactoring:gustav_b2007-11-221-40/+11
| | | | | | | | | | | | | | | | | | * 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)
* Handle Dialog events properlygustav_b2007-09-191-33/+28
| | | (bzr r3774)
* Move more dialog event handling into Dialog class, work in progress ongustav_b2007-09-191-18/+74
| | | | | focus issues. (bzr r3767)
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-191-130/+127
| | | | | | | | | | | | | estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766)
* Remove redundant dialog present(), make sure user_hidden is set forgustav_b2007-09-101-1/+0
| | | | | DockBehavior dialogs. (bzr r3710)
* Fixes for transient dialogs in win32.gustav_b2007-09-021-2/+10
| | | (bzr r3670)
* Dockable dialogs patch applied gustav_b2007-08-291-135/+115
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-011-0/+1
| | | (bzr r2801)
* now at least the first opening of the first gtkmm dialog opens it in-place ↵bulia byak2007-02-191-3/+2
| | | | | without jumping. still can't make it work for all cases. (bzr r2397)
* Cleans it from //#ifndef WIN32Johan B. C. Engelen2007-01-061-2/+0
| | | (bzr r2140)
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-2/+3
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-061-5/+12
| | | | | removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138)
* Check if dialog is going to be displayed offscreen, if so: move it to center ↵Johan B. C. Engelen2006-11-261-5/+8
| | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* amend workaround for #1432690MenTaLguY2006-02-241-7/+2
| | | (bzr r181)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* including typecheck trying to prevent #1432680Ralf Stephan2006-02-241-0/+9
| | | (bzr r177)
* open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan2006-02-061-0/+6
| | | | | #1424822 by Marco Scholten) (bzr r93)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+359
(bzr r1)