summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-2/+2
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-07Fix more deprecated GDK key symbolsAlex Valavanis1-4/+8
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-1/+1
2012-04-28Drop GtkObject use in dialogAlex Valavanis1-3/+3
2012-02-26gseal fixAlex Valavanis1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+4
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-3/+23
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-5/+5
2012-01-06Some documentationKris De Gussem1-49/+16
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+0
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-02-07Fixed uninitialized member variables.Jon A. Cruz1-4/+11
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-21/+4
2010-04-04zero out pointers to deleted members. might expose problems if a stail pointe...Jon A. Cruz1-0/+1
2008-10-27From trunkTed Gould1-14/+15
2008-02-24Warning and whitespace cleanupJon A. Cruz1-13/+13
2007-11-22The dialog to panel refactoring:gustav_b1-40/+11
2007-09-19Handle Dialog events properlygustav_b1-33/+28
2007-09-19Move more dialog event handling into Dialog class, work in progress ongustav_b1-18/+74
2007-09-19Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b1-130/+127
2007-09-10Remove redundant dialog present(), make sure user_hidden is set forgustav_b1-1/+0
2007-09-02Fixes for transient dialogs in win32.gustav_b1-2/+10
2007-08-29Dockable dialogs patch applied gustav_b1-135/+115
2007-04-01patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak1-0/+1
2007-02-19now at least the first opening of the first gtkmm dialog opens it in-place wi...bulia byak1-3/+2
2007-01-06Cleans it from //#ifndef WIN32Johan B. C. Engelen1-2/+0
2007-01-06Small edits to copyright info.Johan B. C. Engelen1-2/+3
2007-01-06Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...Johan B. C. Engelen1-5/+12
2006-11-26Check if dialog is going to be displayed offscreen, if so: move it to center ...Johan B. C. Engelen1-5/+8
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-1/+1
2006-02-24amend workaround for #1432690MenTaLguY1-7/+2
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+3
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
2006-02-24including typecheck trying to prevent #1432680Ralf Stephan1-0/+9
2006-02-06open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan1-0/+6