summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-07-21adding gtk-themeJabier Arraiza1-13/+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-2/+1
2017-11-15Catch Gtk::IconThemeErrorTavmjong Bah1-1/+6
2017-07-06Remove more checks if icon exists in default theme.Tavmjong Bah1-6/+4
2017-06-29Dock: Rm unnecessary enumAlexander Valavanis1-6/+6
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+0
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-8/+0
2016-11-09resizable undocked dialogsMarc Jeanmougin1-0/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-8/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-0/+4
2012-05-21More size-request GTK+ 3 fixesAlex Valavanis1-2/+6
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+1
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-9/+42
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-2/+2
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+3
2012-01-14More GSEAL stuffAlex Valavanis1-2/+2
2011-12-31Fix for Bug #494722 (Docked dialogs in a floating window crashes on shutdown)...Nicolas Dufour1-2/+2
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-1/+1
2010-12-06A proper fix for dock item mising icon problem. Fixes bug #658055.Jon A. Cruz1-12/+18
2010-11-21Fix crash when floating dialog icon is not foundKrzysztof Kosi??ski1-5/+11
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-04-25Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski1-1/+1
2009-04-25Fix missing dock icons (bug #364075)Krzysztof Kosi??ski1-29/+9
2009-04-19Handle case when an icon is not populatedJon A. Cruz1-2/+9
2008-10-27From trunkTed Gould1-5/+5
2008-06-06Fixed uninitialized membersJon A. Cruz1-4/+9
2007-11-22The dialog to panel refactoring:gustav_b1-60/+0
2007-11-10Warning cleanupJon A. Cruz1-34/+34
2007-09-25Define DockItems' floating state properly. Fixes some issues withgustav_b1-9/+3
2007-09-20Add scrolling of dock on DockItem::present.gustav_b1-3/+5
2007-09-16Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b1-2/+11
2007-09-10Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b1-76/+105
2007-09-06Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b1-1/+1
2007-09-06Prevented automatic center docking from happening and added thegustav_b1-3/+9
2007-09-02Fixes for transient dialogs in win32.gustav_b1-4/+4
2007-08-29Dockable dialogs patch applied gustav_b1-0/+539