summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* Rename thingsMatthias Clasen2019-04-081-1/+1
* Add a flags argument to gtk_widget_pickMatthias Clasen2019-04-071-1/+1
* Fix up the border/background-color removalMatthias Clasen2019-03-311-2/+3
* Stop using deprecated style context apiMatthias Clasen2019-03-311-3/+1
* flowbox: Implement get_child_at_pos properlyTimm Bäder2019-02-161-17/+5
* flowbox: Accept multipress gesture lateCarlos Garnacho2019-01-071-2/+8
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-44/+9
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-5/+4
* draggesture: Port to new API modelBenjamin Otte2018-04-261-2/+2
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-10/+10
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-2/+1
* flowbox: Remove unnecessary queue_draw callTimm Bäder2018-04-141-1/+0
* gtkflowbox: Stop using ::key-press-eventCarlos Garnacho2018-04-051-12/+16
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-8/+4
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* a11y: Remove gtk.h from flowbox includesBenjamin Otte2018-02-091-4/+15
* The big versioning cleanupMatthias Clasen2018-02-061-76/+0
* list, flow box: Make unpaired releases opt-inMatthias Clasen2017-12-301-2/+31
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-2/+2
* Remove all gtk_widget_get_content_size usagesTimm Bäder2017-12-061-1/+2
* gtkflowbox: Activate items on ::unpaired-releaseCarlos Garnacho2017-11-261-0/+22
* Some more interningMatthias Clasen2017-11-181-7/+7
* gtk: Intern css namesMatthias Clasen2017-11-171-2/+2
* flowbox: Compute view box from correct variablesBenjamin Otte2017-11-111-2/+2
* flowbox: Don't call get_allocation()Benjamin Otte2017-11-051-17/+7
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-3/+18
* gtkflowbox: Drop crossing/motion event handlersCarlos Garnacho2017-09-191-86/+2
* flowbox: Convert to GdkEvent APIMatthias Clasen2017-09-191-1/+4
* flowbox: Update to using GdkEvent APICarlos Garnacho2017-09-191-8/+19
* FlowBox: Explain how to avoid inflated min sizeDaniel Boles2017-09-121-0/+4
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-2/+0
* flowbox: Fix get_child_at_posTimm Bäder2017-07-221-7/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-21/+11
* flowbox: Compute clip directlyTimm Bäder2017-07-191-5/+12
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-6/+3
* flowbox: Remove gadgetsTimm Bäder2017-07-191-162/+59
* flowbox: Initialize allocationTimm Bäder2017-07-191-0/+2
* flowbox: Remove css box drawingTimm Bäder2017-07-191-44/+10
* flowbox: Fix motion notify handlerTimm Bäder2017-05-251-22/+1
* flowbox: Fix child item selectionTimm Bäder2017-05-251-1/+8
* flowbox: Fix child item allocationTimm Bäder2017-05-251-4/+4
* gtkflowbox: Remove child windowCarlos Garnacho2017-05-251-65/+0
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-8/+2
* 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