summaryrefslogtreecommitdiff
path: root/gtk/gtkactionbar.c
Commit message (Expand)AuthorAgeFilesLines
* actionbar: Remove unnecessary map/unmap implementationsTimm Bäder2016-02-041-20/+0
* actionbar: Don't expose implementation detailsMatthias Clasen2016-01-281-2/+2
* actionbar: Don't forall() widgets twiceBenjamin Otte2016-01-191-2/+1
* Simplify actionbarMatthias Clasen2015-12-181-1/+2
* actionbar: Convert to gadgetsMatthias Clasen2015-12-151-1/+139
* GtkBox: The center widget can be NULLTimm Bäder2015-12-011-1/+1
* actionbar: Add an element name to the css nodeMatthias Clasen2015-10-291-0/+5
* actionbar: Remove get_path_for_child implementationBenjamin Otte2015-07-081-13/+0
* GtkActionBar: Make ::position writableMatthias Clasen2014-11-111-1/+1
* GtkActionBar: Rename center_box to boxMatthias Clasen2014-11-111-16/+16
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* GtkActionBar: Implement destroyMatthias Clasen2014-02-191-0/+15
* Add map/unmap to GtkActionBarMatthias Clasen2014-02-181-0/+20
* Fix up gtk_action_bar_forallMatthias Clasen2014-02-181-1/+2
* Revert "action bar: remove the forall implementation"Matthias Clasen2014-02-181-0/+15
* action bar: remove the forall implementationMatthias Clasen2014-02-171-15/+0
* action bar: Use a regular box instead of GtkCenterBoxMatthias Clasen2014-02-161-7/+6
* Add new ActionBarWilliam Jon McCann2014-02-121-0/+362
* Rename GtkActionBar to GtkCenterBoxWilliam Jon McCann2014-02-121-1068/+0
* GtkActionBar: Fix center widget visibility handlingMatthias Clasen2014-01-211-8/+14
* GtkActionBar: Just leave the center widget as NULL, initiallyMatthias Clasen2014-01-071-19/+0
* Fix order of pack-end widgetsMatthias Clasen2014-01-071-15/+3
* Add GtkActionBarWilliam Jon McCann2014-01-071-0/+1093