summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* docs: Miscellaneous doc fixesMatthias Clasen2019-02-241-1/+3
* infobar: Remove an unused variableTimm Bäder2019-02-051-1/+0
* Drop GtkButtonBoxMatthias Clasen2019-02-041-8/+0
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-1/+2
* infobar: Remove priv pointerTimm Bäder2018-06-201-24/+36
* The big versioning cleanupMatthias Clasen2018-02-061-38/+0
* Make a few more code samples compileTimm Bäder2018-01-031-6/+7
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* ActionBar: Fix links in set_revealed() doc, etc.Daniel Boles2017-09-051-1/+1
* InfoBar: Fix typos in set_revealed() documentationDaniel Boles2017-09-051-7/+7
* InfoBar: Fix wrong/uninit var use in code exampleDaniel Boles2017-08-121-1/+1
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-2/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+1
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+1
* infobar: Remove unused definesTimm Bäder2017-03-311-5/+0
* widget: Remove show-all propertyTimm Bäder2017-01-201-2/+0
* infobar: Fix copy&paste error in documentationTimm Bäder2017-01-121-1/+1
* infobar: Add :revealed propertyTimm Bäder2017-01-121-33/+61
* infobar: Keep GParamSpecs aroundTimm Bäder2017-01-121-18/+21
* Remove GtkStockTimm Bäder2016-10-181-5/+3
* infobar: Stop looking at stock itemsTimm Bäder2016-10-181-11/+0
* Remove various unused style propertiesTimm Bäder2016-10-161-70/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-1/+1
* infobar: Update documentationMatthias Clasen2016-05-231-2/+2
* infobar: Fix typoTimm Bäder2016-05-081-1/+1
* infobar: Avoid a memory leak in an error caseMatthias Clasen2016-02-261-4/+10
* infobar: Don't expose implementation detailsMatthias Clasen2016-01-281-2/+2
* infobar: remove unneeded gadgetCosimo Cecchi2016-01-031-105/+0
* infobar: port to use a gadgetCosimo Cecchi2016-01-031-44/+59
* infobar: trivial code cleanupsCosimo Cecchi2016-01-031-5/+6
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-4/+4
* infobar: Add a name to the css nodeMatthias Clasen2015-10-251-0/+8
* GtkInfoBar: Use _gtk_builder_lookup_objectMatthias Clasen2015-04-271-10/+12
* GtkInfoBar: Use the new helpersMatthias Clasen2015-04-271-56/+103
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-0/+1
* GtkInfoBar: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+2
* infobar: Remove unneeded checksBenjamin Otte2014-05-011-8/+4
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-3/+3
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-12/+21
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+4
* docs: don't use <anchor>William Jon McCann2014-02-071-1/+1
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-5/+5
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1