summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+1
* flowbox: don’t try to focus or draw NULL widgetsMatthias Clasen2017-04-051-2/+7
* widget: Save pointer to focus childTimm Bäder2017-03-311-2/+2
* flowbox: don’t select when rubberbanding over nothingErnestas Kulik2017-03-311-1/+3
* flowboxchild: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-02-171-46/+2
* flowbox: Measure child widget sizes using gtk_widget_measureTimm Bäder2017-01-221-32/+15
* snapshot: Rename append APIsBenjamin Otte2017-01-131-3/+3
* viewport: Remove API to query GdkWindowsBenjamin Otte2017-01-081-6/+2
* flowbox: Don't emit child-activated while dragging the pointerDebarshi Ray2016-12-201-0/+9
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-2/+0
* flowbox: Export gtk_flow_box_get_child_at_pos as public APIDebarshi Ray2016-12-201-25/+39
* flowbox: Don't emit selected-children-changed during destructionDebarshi Ray2016-12-191-1/+1
* flowbox: Rename gtk_flow_box_find_child_at_pos for consistencyDebarshi Ray2016-12-191-10/+10
* flowbox: Fix get_child_at_index crash with an invalid indexDebarshi Ray2016-12-021-1/+1
* flowbox: Size gadget realtive to widget->windowBenjamin Otte2016-11-301-12/+7
* Use Graphene init macros for compound literalsEmmanuele Bassi2016-11-211-1/+1
* snapshot: Convert GtkFlowBoxBenjamin Otte2016-11-151-40/+47
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+2
* flowbox: children per line may not be 0Benjamin Otte2016-11-151-1/+2
* flowbox: Turn into no-window widgetBenjamin Otte2016-11-061-10/+50
* rendernode: Require passing a renderer to get_draw_context()Benjamin Otte2016-11-011-1/+1
* Fix clip of more windowed widgetsTimm Bäder2016-10-281-0/+2
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-1/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-96/+22
* Convert GtkFlowBox to indirect renderingMatthias Clasen2016-10-181-50/+40
* flowbox: Use gdk_window_new_child()Benjamin Otte2016-10-181-17/+9
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-4/+2
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Remove more unnecessary redrawsTimm Bäder2016-02-071-2/+0
* flowbox: remove unused prelight codeMatt Watson2015-12-211-20/+0
* Revise CSS node documentationMatthias Clasen2015-12-161-2/+2
* flowbox: Don't render focus erroneouslyMatthias Clasen2015-12-151-1/+1
* flowbox: convert to gadgetsMatthias Clasen2015-12-151-444/+554
* flowbox: Convert child to gadgetsMatthias Clasen2015-12-151-145/+149
* GtkFlowBox: Add missing nullable annotationTimm Bäder2015-12-121-2/+3
* GtkFlowBox: Fix copy/paste mistake in docsTimm Bäder2015-12-121-2/+2
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* flowbox: Add a diagram to CSS documentationMatthias Clasen2015-11-101-0/+10
* flowbox: Use a CSS node for rubberband drawingMatthias Clasen2015-11-101-4/+17
* flowbox: Add element namesMatthias Clasen2015-11-051-5/+7
* flowbox: correct the behavior with "can-focus"==FALSERafal Luzynski2015-10-031-13/+50
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+0
* Intern all signal names beforehandMatthias Clasen2015-09-121-13/+13
* 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