summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/panel-dialog.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-02refactor PanelDialog<Behavior::FloatingBehavior>Thomas Holder1-46/+17
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-6/+6
2018-01-16Remove the dialog "showclose" optionStefano Facchini1-13/+0
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-26/+13
2016-12-27Rm some deprecated Gtk::Stock usageAlex Valavanis1-3/+3
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-6/+6
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-16/+14
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-11/+8
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-4/+2
2014-06-252. connect signalsLiam P. White1-2/+4
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-0/+2
2012-02-25Header cleaningAlex Valavanis1-0/+1
2012-01-18documentationKris De Gussem1-21/+34
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-02Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz1-12/+12
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
2008-10-27From trunkTed Gould1-8/+9
2008-02-17Fix #192549 "selected style indicator can only call fill&stroke dialog once",gustav_b1-1/+10
2008-01-30When a panel dialog is presented, request it's panel to be presented as well. gustav_b1-4/+16
2007-12-08Fixes for gcc versions before 4.1.xJon A. Cruz1-78/+113
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-6/+88
2007-11-22The dialog to panel refactoring:gustav_b1-0/+116