summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkfontchooser.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix various broken linksBilal Elmoussaoui2023-03-271-28/+28
|
* docs: Add deprecation notices for propertiesEmmanuele Bassi2022-11-081-1/+17
|
* Deprecate GtkFontChooser and implementationsMatthias Clasen2022-10-291-0/+640
These are being replaced by GtkFontDialog and GtkFontDialogButton This commit only moves the headers for GtkFontChooserWidget and GtkFontChooserDialog to deprecated/, and keeps the implementations in gtk/, since they will eventually be salvaged into a private GtkFontChooserWindow.