summaryrefslogtreecommitdiff
path: root/gtk/gtkactionbar.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* actionbar: Add more docs for gtk_action_bar_get_revealedMatthias Clasen2017-12-041-0/+2
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* ActionBar: Fix links in set_revealed() doc, etc.Daniel Boles2017-09-051-5/+6
* actionbar: Call g_object_class_install_properties()Kjell Ahlstedt2017-07-251-0/+3
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-8/+5
* Slightly rework clip handlingTimm Bäder2017-07-191-1/+1
* actionbar: Remove gadgetTimm Bäder2017-07-191-58/+7
* actionbar: Remove css box drawingTimm Bäder2017-07-191-20/+4
* Make GtkCenterBox publicMatthias Clasen2017-06-041-1/+1
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-14/+6
* actionbar: Add explicit center widgetTimm Bäder2017-04-251-31/+164
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+2
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-2/+0
* actionbar: Notify when :revealed changesTimm Bäder2017-01-121-1/+5
* actionbar: Add revealed propertyTimm Bäder2017-01-081-0/+97
* actionbar: Add revealer as internal childTimm Bäder2017-01-081-43/+18
* actionbar: Remove show() and hide() implementationsTimm Bäder2017-01-081-30/+0
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* snapshot: Port GtkActionBarBenjamin Otte2016-11-151-11/+19
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-29/+15
* gtk: Port GtkActionBar to render nodesEmmanuele Bassi2016-10-181-21/+11
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* 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