summaryrefslogtreecommitdiff
path: root/gtk/gtkheaderbarprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up private headersMatthias Clasen2014-04-051-0/+4
| | | | | This commit adds a few missing private headers, and cleans up some irregularities in the existing ones
* Make app menu fallback a bit more reliableMatthias Clasen2013-12-131-1/+1
| | | | | If the theme has no 'menu' control in the window decorations, show the menubar after all.
* Make window icons work in GtkHeaderBarMatthias Clasen2013-12-131-2/+2
|
* headerbar: Support all kinds of CSD decorationsJasper St. Pierre2013-12-121-0/+5
| | | | | | | Move the gtkwindow.c CSD code into GtkHeaderBar, and make it triggerable by the show-close-button property, and remove shows-fallback-app-menu. https://bugzilla.gnome.org/show_bug.cgi?id=720233
* headerbar: Remove unused private APIJasper St. Pierre2013-12-111-5/+0
| | | | | | | Don't remove gtkheaderbarprivate.h, even though it's empty, since we'll add more to it soon. https://bugzilla.gnome.org/show_bug.cgi?id=720233
* GtkHeaderBar: Make labels creation available privatelyBastien Nocera2013-06-141-0/+28
So it can be reused in subclasses https://bugzilla.gnome.org/show_bug.cgi?id=701345