summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-21/+4
* zero out pointers to deleted members. might expose problems if a stail pointe...Jon A. Cruz2010-04-041-0/+1
* From trunkTed Gould2008-10-271-14/+15
* Warning and whitespace cleanupJon A. Cruz2008-02-241-13/+13
* The dialog to panel refactoring:gustav_b2007-11-221-40/+11
* Handle Dialog events properlygustav_b2007-09-191-33/+28
* Move more dialog event handling into Dialog class, work in progress ongustav_b2007-09-191-18/+74
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-191-130/+127
* Remove redundant dialog present(), make sure user_hidden is set forgustav_b2007-09-101-1/+0
* Fixes for transient dialogs in win32.gustav_b2007-09-021-2/+10
* Dockable dialogs patch applied gustav_b2007-08-291-135/+115
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-011-0/+1
* now at least the first opening of the first gtkmm dialog opens it in-place wi...bulia byak2007-02-191-3/+2
* Cleans it from //#ifndef WIN32Johan B. C. Engelen2007-01-061-2/+0
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-2/+3
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...Johan B. C. Engelen2007-01-061-5/+12
* Check if dialog is going to be displayed offscreen, if so: move it to center ...Johan B. C. Engelen2006-11-261-5/+8
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY2006-04-171-1/+1
* amend workaround for #1432690MenTaLguY2006-02-241-7/+2
* make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan2006-02-241-0/+3
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
* including typecheck trying to prevent #1432680Ralf Stephan2006-02-241-0/+9
* open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan2006-02-061-0/+6
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+359