summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-13Place vertical iconified docks to the right of dockNathan Lee1-1/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-0/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-12-24Name a few more widgets. Minor cleanup.Tavmjong Bah1-16/+13
2017-07-10Drop obsolete resize_mode usageAlexander Valavanis1-7/+0
2017-06-29Dock: Rm unnecessary enumAlexander Valavanis1-2/+3
2016-11-11fix automatic dockbar resizingMarc Jeanmougin1-1/+1
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-12/+0
2016-05-15GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah1-0/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-2/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-3/+1
2014-06-252. connect signalsLiam P. White1-2/+5
2013-07-06Fix build failure with GDL >= 3.6Alex Valavanis1-4/+16
2013-03-08Drop more Gtk::Table usageAlex Valavanis1-0/+12
2012-10-14Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis1-3/+9
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+3
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-1/+3
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-27/+15
2011-12-29GDL: Drop placement patchesAlex Valavanis1-1/+0
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2008-10-27From trunkTed Gould1-7/+8
2007-11-10Warning cleanupJon A. Cruz1-39/+45
2007-10-25Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b1-1/+22
2007-09-25Define DockItems' floating state properly. Fixes some issues withgustav_b1-0/+5
2007-09-20Add scrolling of dock on DockItem::present.gustav_b1-0/+18
2007-09-06Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b1-1/+12
2007-08-29Dockable dialogs patch applied gustav_b1-0/+235