summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+0
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-7/+7
* Avoid refering to old GtkContainer API in the docsTimm Bäder2020-08-011-4/+3
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-7/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-17/+17
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-118/+118
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-13/+18
* flowbox: Don't use a removed child after it has been unparentedKjell Ahlstedt2020-06-041-1/+1
* flowbox: Avoid an assertion in snapshot()Matthias Clasen2020-05-131-1/+22
* flowbox: Avoid a crash in measure()Matthias Clasen2020-05-131-0/+2
* flowbox: Make the children focusable againMatthias Clasen2020-05-131-1/+2
* flowbox: Derive from GtkWidgetMatthias Clasen2020-05-111-51/+76
* flowbox: Add gtk_flow_box_removeMatthias Clasen2020-05-111-4/+15
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+4
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-1/+0
* flowboxchild: Derive from GtkWidgetMatthias Clasen2020-05-041-9/+165
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* flowbox: Stop setting focus adjustmentsMatthias Clasen2020-04-181-2/+0
* flowbox: Add a private api to disable move-cursorMatthias Clasen2020-04-141-0/+14
* flowbox: Remove can-focus handlingMatthias Clasen2020-04-141-11/+0
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-52/+29
* gtk: Stop using modifier intentsMatthias Clasen2020-04-061-12/+2
* gtk: Stop using keymap apisMatthias Clasen2020-04-061-4/+4
* gtkflowbox: Fix a minor typo in the documentationPhilip Withnall2020-04-011-1/+1
* flowbox: Port bindings to use shortcutsBenjamin Otte2020-03-251-50/+51
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-51/+50
* flowbox: Port bindings to use shortcutsBenjamin Otte2020-03-181-50/+51
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* stylecontext: Get rid of gtk_style_context_get()Benjamin Otte2020-01-281-3/+3
* cssnode: Convert name + id from interned string to GQuarkBenjamin Otte2020-01-281-1/+1
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* Fix incorrect use of GIR closure annotations.Robert Ancell2020-01-131-4/+4
* va_marshaller: add various va_marshallersChristian Hergert2019-06-061-0/+3
* gtk: rely on default marshallersChristian Hergert2019-05-301-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-6/+6
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-24/+24
* flow box: Make finalMatthias Clasen2019-05-281-0/+23
* 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