summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* Fix spelling errorsMatthias Clasen2022-11-171-2/+2
* Documentation fix: Various spelling mistakes (and one use of the wrong verb) ...Cam Cook2022-11-131-1/+1
* flowbox: Stop using gtk_style_context_save_to_nodeMatthias Clasen2022-10-121-12/+7
* flowbox: Port to the gtk_css_style_snapshot apiMatthias Clasen2022-10-121-4/+7
* Deprecate gtk_snapshot_render apisMatthias Clasen2022-10-121-1/+3
* flowbox: Stop using gtk_render_backgroundMatthias Clasen2022-10-121-1/+0
* flowbox: Stop using gtk_render_backgroundMatthias Clasen2022-10-111-1/+12
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-29/+9
* gtkflowbox: Add prepend() and append()Christopher Davis2021-10-121-0/+48
* floxbox: Fix focus navigationMatthias Clasen2021-05-231-4/+4
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-4/+4
* Documentation fixesMatthias Clasen2021-05-201-8/+8
* flowbox: Convert docsMatthias Clasen2021-03-111-184/+204
* Use function setter for WidgetClass.activate_signalEmmanuele Bassi2020-12-051-2/+2
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-6/+6
* docs: Document accessible roles of some classesMatthias Clasen2020-10-201-0/+5
* flowbox: Keep widget orderBenjamin Otte2020-10-201-25/+13
* flowbox: Set accessible rolesMatthias Clasen2020-10-141-0/+2
* flowbox: Update accessible state for childrenMatthias Clasen2020-10-131-0/+21
* 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