summaryrefslogtreecommitdiffstats
path: root/src/widgets/shrink-wrap-button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-13Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis1-65/+0
#Hackfest2016 (bzr r14837)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-0/+2
(bzr r11737)
2012-06-11Fix some broken callbacks for Gtk+ 3Alex Valavanis1-21/+22
(bzr r11486)
2012-05-18GTK+ 3 fixes for colour selector widgetsAlex Valavanis1-2/+4
(bzr r11384)
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+4
(bzr r11213)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-1/+2
(bzr r10957)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
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)