summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-241-1/+1
|
* Dock: Rm unnecessary enumAlexander Valavanis2017-06-291-1/+1
|
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-8/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix build failure with GDL >= 3.6Alex Valavanis2013-07-061-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-5/+9
| | | (bzr r11018)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-1/+1
| | | (bzr r10430)
* 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)
* From trunkTed Gould2008-10-271-4/+4
| | | (bzr r6885)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-251-0/+4
| | | | | no "slack". (bzr r3960)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-251-2/+3
| | | | | floating docks. (bzr r3799)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-201-0/+3
| | | (bzr r3777)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-2/+0
| | | | | cleanups. (bzr r3718)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+97
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)