summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollable.c
Commit message (Expand)AuthorAgeFilesLines
* 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