summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce GTK_ALIGN_BASELINE_FILL/CENTERMatthias Clasen2023-05-071-1/+2
* flowbox: Use deprecation guards around get_allocationMatthias Clasen2023-04-281-0/+10
* Merge branch 'ccook/doc-changes' into 'main'Matthias Clasen2023-04-161-1/+1
|\
| * | method ...Cam Cook2023-04-151-1/+1
| * Revert "Two corrections and added method linking that show up in docs"Cam Cook2023-04-151-1/+1
| * Two corrections and added method linking that show up in docsCam Cook2023-04-151-1/+1
* | gtkflowbox: Add remove_all()Christopher Davis2023-04-021-0/+26
|/
* Make widget property setters behaveMatthias Clasen2023-03-301-0/+6
* 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