summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)