summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/frame.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-6/+0
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2017-07-09Update for Gtk alignment changesAlexander Valavanis1-1/+1
2016-12-26frame: Gtk3 fixesAlex Valavanis1-11/+19
(bzr r15361)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-2/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-0/+83
(bzr r11260)