summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-241-16/+13
* Drop obsolete resize_mode usageAlexander Valavanis2017-07-101-7/+0
* Dock: Rm unnecessary enumAlexander Valavanis2017-06-291-2/+3
* fix automatic dockbar resizingMarc Jeanmougin2016-11-111-1/+1
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-12/+0
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+1
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-2/+2
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-3/+1
* 2. connect signalsLiam P. White2014-06-251-2/+5
* Fix build failure with GDL >= 3.6Alex Valavanis2013-07-061-4/+16
* Drop more Gtk::Table usageAlex Valavanis2013-03-081-0/+12
* Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis2012-10-141-3/+9
* GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-211-2/+2
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+3
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-1/+3
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-27/+15
* GDL: Drop placement patchesAlex Valavanis2011-12-291-1/+0
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* From trunkTed Gould2008-10-271-7/+8
* Warning cleanupJon A. Cruz2007-11-101-39/+45
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-251-1/+22
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-251-0/+5
* Add scrolling of dock on DockItem::present.gustav_b2007-09-201-0/+18
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-061-1/+12
* Dockable dialogs patch applied gustav_b2007-08-291-0/+235