summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* adding gtk-themeJabier Arraiza2018-07-211-13/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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-2/+1
|
* Catch Gtk::IconThemeErrorTavmjong Bah2017-11-151-1/+6
|
* Remove more checks if icon exists in default theme.Tavmjong Bah2017-07-061-6/+4
|
* Dock: Rm unnecessary enumAlexander Valavanis2017-06-291-6/+6
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+0
|
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-8/+0
| | | (bzr r15367)
* resizable undocked dialogsMarc Jeanmougin2016-11-091-0/+2
| | | (bzr r15233)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-8/+0
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/ | | (bzr r15025)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-211-0/+4
| | | (bzr r11392)
* More size-request GTK+ 3 fixesAlex Valavanis2012-05-211-2/+6
| | | (bzr r11391)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
| | | (bzr r11018)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-9/+42
| | | (bzr r10992)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-2/+2
| | | (bzr r10957)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+3
| | | (bzr r10940)
* More GSEAL stuffAlex Valavanis2012-01-141-2/+2
| | | (bzr r10887)
* Fix for Bug #494722 (Docked dialogs in a floating window crashes on ↵Nicolas Dufour2011-12-311-2/+2
| | | | | shutdown), by John Smith. (bzr r10813)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-1/+1
| | | (bzr r10302.1.2)
* A proper fix for dock item mising icon problem. Fixes bug #658055.Jon A. Cruz2010-12-061-12/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937)
* Fix crash when floating dialog icon is not foundKrzysztof Kosi??ski2010-11-211-5/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski2009-04-251-1/+1
| | | | | versions of gtkmm) (bzr r7774)
* Fix missing dock icons (bug #364075)Krzysztof Kosi??ski2009-04-251-29/+9
| | | (bzr r7772)
* Handle case when an icon is not populatedJon A. Cruz2009-04-191-2/+9
| | | (bzr r7737)
* From trunkTed Gould2008-10-271-5/+5
| | | (bzr r6885)
* Fixed uninitialized membersJon A. Cruz2008-06-061-4/+9
| | | (bzr r5825)
* The dialog to panel refactoring:gustav_b2007-11-221-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)
* Warning cleanupJon A. Cruz2007-11-101-34/+34
| | | (bzr r4052)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-251-9/+3
| | | | | floating docks. (bzr r3799)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-201-3/+5
| | | (bzr r3777)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-2/+11
| | | | | fixes. (bzr r3764)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-76/+105
| | | | | cleanups. (bzr r3718)
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-061-1/+1
| | | (bzr r3699)
* Prevented automatic center docking from happening and added thegustav_b2007-09-061-3/+9
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* Fixes for transient dialogs in win32.gustav_b2007-09-021-4/+4
| | | (bzr r3670)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+539
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)