summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollable.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-16/+4
* scrollable: Clarify when to set adjustment propsIvan Molodetskikh2022-04-121-8/+7
* gtk: add nullable annotations for Scrollable gettersBilal Elmoussaoui2022-01-011-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* scrollable: Tweak docsMatthias Clasen2021-03-111-2/+1
* scrollable: Convert docsMatthias Clasen2021-03-111-73/+77
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-26/+0
* Fix gtk_scrollable_get_border annotationLukas K2016-04-101-1/+1
* Add a gtk_scrollable_get_borderMatthias Clasen2014-12-101-0/+28
* GtkScrollable: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: use more apostrophesWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-36/+19
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* widget: Allow underallocation for scrollablesBenjamin Otte2011-04-281-0/+8
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* GtkScrollable: Improve the documentation text.Murray Cumming2010-11-021-27/+27
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-0/+118
* Move min-display-width/height to GtkScrolledWindowMatthias Clasen2010-10-221-122/+0
* gtk: return 0 not NULL from functions returning gintMichael Natterer2010-10-221-2/+2
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-0/+327