summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-3/+3
* Various spelling mistakes across a few domains that show up in documentation.Cam Cook2022-12-081-2/+2
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-13/+9
* Fix spelling errorsMatthias Clasen2022-11-171-5/+5
* stylecontext: Deprecate most apisMatthias Clasen2022-10-121-1/+0
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Merge branch 'gtknotebook-arrow-press' into 'main'Matthias Clasen2022-08-281-0/+1
|\
| * gtknotebook: Claim event sequence after pressing notebook arrow buttonsMat2022-08-281-0/+1
* | gtknotebook: update arrow button state when reordering tabsMat2022-08-291-0/+1
|/
* notebook: Use canonical signal namesMatthias Clasen2022-08-271-6/+6
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-54/+18
* Avoid copying static debug stringsMatthias Clasen2021-07-281-4/+4
* droptarget: Rename :drop to :current-dropMatthias Clasen2021-06-151-2/+2
* invalid cast from 'GtkButton' to 'GtkBox'Caolán McNamara2021-06-011-2/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-10/+10
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-12/+12
* Documentation fixesMatthias Clasen2021-05-201-39/+39
* a11y: Realize notebook tabs when switchingMatthias Clasen2021-04-201-0/+3
* notebook: Don't leak the pages propertyMatthias Clasen2021-03-271-1/+1
* notebook: Convert docsMatthias Clasen2021-03-111-175/+286
* dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-291-7/+10
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+0
* a11y: Use the tab widget to label the notebook stack pageEmmanuele Bassi2020-11-161-0/+3
* a11y: Add more accessibility labels to GtkNotebookEmmanuele Bassi2020-11-121-2/+17
* docs: Add "Accessibility" section to various widgetsEmmanuele Bassi2020-11-121-13/+16
* a11y: Use GROUP role for GtkNotebookEmmanuele Bassi2020-11-111-0/+1
* a11y: Parse reference lists using varargsEmmanuele Bassi2020-11-101-1/+1
* notebook: Remove unnecessary codeBenjamin Otte2020-10-201-19/+6
* Document accessible roles for stacks and notebooksMatthias Clasen2020-10-141-0/+6
* notebook: Set accessible roles and propertiesMatthias Clasen2020-10-141-8/+34
* Drop style class definesMatthias Clasen2020-08-141-10/+7
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-10/+6
* Remove ATKEmmanuele Bassi2020-07-261-9/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-9/+9
* Replace "gint" with "int"Benjamin Otte2020-07-251-126/+126
* gtknotebook: Move away from grab_notifyCarlos Garnacho2020-06-241-19/+13
* Revert "notebook: Don't capture clicks"Matthias Clasen2020-06-191-0/+1
* notebook: Don't capture clicksMatthias Clasen2020-06-151-1/+0
* a11y: Simplify GtkNotebookAccessibleEmmanuele Bassi2020-06-051-3/+7
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-15/+16
* notebook: Derive from GtkWidgetMatthias Clasen2020-05-111-58/+8
* Stop using container api on GtkNotebookMatthias Clasen2020-05-111-6/+4
* Don't use container api on GtkStackMatthias Clasen2020-05-111-2/+2
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-3/+3
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-0/+2
* notebook: Use dispose instead of destroyMatthias Clasen2020-05-051-13/+3
* Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-3/+2
* Use gtk_popover_set_child throughoutMatthias Clasen2020-05-041-2/+4