summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* flow box: Fix bad children allocation with RTL localesRafal Luzynski2015-09-041-10/+1
* flow box: Avoid a critical in keynavMatthias Clasen2015-08-261-1/+1
* flow box: Document incompatible configurationsMatthias Clasen2015-08-251-0/+10
* flow box: Warn for nonworking configurationsMatthias Clasen2015-08-251-0/+18
* flowbox: Sink the floating reference of model-based childrenEmmanuele Bassi2015-08-171-0/+13
* Add gtk_flow_box_bind_modelMatthias Clasen2015-08-161-2/+114
* cssnode: Change API of some functionsBenjamin Otte2015-07-161-6/+6
* flowbox: don't set gtk_style_context_set_background()Cosimo Cecchi2015-07-011-1/+0
* flowbox: Fix compiler warningsBenjamin Otte2015-05-301-1/+2
* GtkFlowBox: support positional css selectorsMatthias Clasen2015-05-291-2/+46
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+2
* GtkFlowBox: Add a missing #includeMatthias Clasen2014-07-181-0/+1
* GtkFlowBox: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+3
* GtkFlowBox: Explicitly notify orientationMatthias Clasen2014-06-091-9/+7
* GtkFlowBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-7/+7
* GtkFlowBox: Convert to g_object_class_install_propertiesMatthias Clasen2014-06-091-71/+67
* GtkFlowBox: Move overridden prop ids to the endMatthias Clasen2014-06-091-2/+4
* GtkFlowBox: Drop unused prop idsMatthias Clasen2014-06-091-2/+0
* flowbox: Use gestures for event managementCarlos Garnacho2014-06-051-115/+168
* flowbox: don't use focus-line-widthCosimo Cecchi2014-05-091-9/+5
* flowbox: don't use focus paddingCosimo Cecchi2014-05-091-14/+8
* GtkFlowBox: fixed NULL dereferencing segfaultsJuan Pablo Ugarte2014-05-011-8/+8
* flowbox: Remove unneeded checksBenjamin Otte2014-05-011-16/+8
* widgets: Remove (GtkTickCallback) castsBenjamin Otte2014-04-291-1/+1
* flow box: Avoid excessive signalsMatthias Clasen2014-03-291-5/+0
* Trivial typo fixMatthias Clasen2014-03-281-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: Fix tiny typo.Murray Cumming2014-02-101-1/+1
* GtkFlowBox::child-activated: fix param type in g_signal_connectJuan R. GarcĂ­a Blanco2014-02-071-1/+1
* docs: don't use <anchor>William Jon McCann2014-02-071-6/+6
* docs: use apostrophes in *n'tWilliam 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-6/+6
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+2
* Docs: Use markdown for listsMatthias Clasen2014-02-021-5/+3
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-121-3/+1
* flowbox: Always return a NULL iter when we are at the endDebarshi Ray2013-10-211-6/+6
* flowbox: Be careful when the container is emptyDebarshi Ray2013-10-211-0/+3
* gtkflowbox: Fix warning when realizingJasper St. Pierre2013-10-171-1/+1
* gtk/gtkflowbox: Fix build warning/errorChun-wei Fan2013-10-071-1/+1
* Tweak flowbox selection behaviourMatthias Clasen2013-10-061-43/+128
* Make resetting a filter work properlyMatthias Clasen2013-10-061-15/+19
* Fix wording in the docsMatthias Clasen2013-10-061-1/+1
* Add GtkFlowBoxMatthias Clasen2013-10-061-0/+4719