summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/frame.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* frame: Gtk3 fixesAlex Valavanis2016-12-261-3/+0
| | | (bzr r15361)
* 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)
* 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)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-5/+3
| | | (bzr r12206)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-0/+79
(bzr r11260)