summaryrefslogtreecommitdiff
path: root/gtk/gtkfontdialog.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/dialogs: Destroy the window promptly on finish async functionMarco Trevisan (TreviƱo)2023-04-121-0/+11
* fontdialog: Handle Escape betterBenjamin Otte2022-12-241-1/+2
* dialog: GTK_DIALOG_ERROR_ABORTED => GTK_DIALOG_ERROR_CANCELLEDBenjamin Otte2022-12-241-1/+1
* dialog: GTK_DIALOG_ERROR_CANCELLED => GTK_DIALOG_ERROR_DISMISSEDBenjamin Otte2022-12-241-1/+1
* fontdialog: Improve docsMatthias Clasen2022-12-091-4/+4
* fontdialog: Don't forget to propagate errorsMatthias Clasen2022-12-091-2/+2
* fontdialog: Unset check cancellableMatthias Clasen2022-12-091-0/+5
* Be consistent in preconditions for async APIMatthias Clasen2022-10-311-0/+4
* docs: Add missing Since annotationsEmmanuele Bassi2022-10-301-1/+1
* Deprecate GtkFontChooser and implementationsMatthias Clasen2022-10-291-1/+5
* Add GtkFontDialogMatthias Clasen2022-10-291-0/+947