summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock-item.cpp (unfollow)
Commit message (Collapse)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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-07-21adding gtk-themeJabier Arraiza1-13/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
(bzr r15367)
2016-11-09resizable undocked dialogsMarc Jeanmougin1-0/+2
(bzr r15233)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-8/+0
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-0/+4
(bzr r11392)
2012-05-21More size-request GTK+ 3 fixesAlex Valavanis1-2/+6
(bzr r11391)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+1
(bzr r11018)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-9/+42
(bzr r10992)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-2/+2
(bzr r10957)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+3
(bzr r10940)
2012-01-14More GSEAL stuffAlex Valavanis1-2/+2
(bzr r10887)
2011-12-31Fix for Bug #494722 (Docked dialogs in a floating window crashes on ↵Nicolas Dufour1-2/+2
shutdown), by John Smith. (bzr r10813)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-1/+1
(bzr r10302.1.2)
2010-12-06A proper fix for dock item mising icon problem. Fixes bug #658055.Jon A. Cruz1-12/+18
Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937)
2010-11-21Fix crash when floating dialog icon is not foundKrzysztof Kosi??ski1-5/+11
Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2009-04-25Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski1-1/+1
versions of gtkmm) (bzr r7774)
2009-04-25Fix missing dock icons (bug #364075)Krzysztof Kosi??ski1-29/+9
(bzr r7772)
2009-04-19Handle case when an icon is not populatedJon A. Cruz1-2/+9
(bzr r7737)
2008-10-27From trunkTed Gould1-5/+5
(bzr r6885)
2008-06-06Fixed uninitialized membersJon A. Cruz1-4/+9
(bzr r5825)
2007-11-22The dialog to panel refactoring:gustav_b1-60/+0
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-11-10Warning cleanupJon A. Cruz1-34/+34
(bzr r4052)
2007-09-25Define DockItems' floating state properly. Fixes some issues withgustav_b1-9/+3
floating docks. (bzr r3799)
2007-09-20Add scrolling of dock on DockItem::present.gustav_b1-3/+5
(bzr r3777)
2007-09-16Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b1-2/+11
fixes. (bzr r3764)
2007-09-10Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b1-76/+105
cleanups. (bzr r3718)
2007-09-06Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b1-1/+1
(bzr r3699)
2007-09-06Prevented automatic center docking from happening and added thegustav_b1-3/+9
preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
2007-09-02Fixes for transient dialogs in win32.gustav_b1-4/+4
(bzr r3670)
2007-08-29Dockable dialogs patch applied gustav_b1-0/+539
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)