Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | label: Remove unused private functions | Timm Bäder | 2021-01-03 | 1 | -16/+0 |
| | |||||
* | label: Remove mnemonics_visible_apply_recursively from private header | Timm Bäder | 2021-01-03 | 1 | -2/+0 |
| | | | | This is only used in gtklabel.c | ||||
* | label: Modernize source file | Timm Bäder | 2021-01-03 | 1 | -2/+2 |
| | | | | | | Try to sort toplevel functions to minimize unnecessary function prototypes at the beginning of the file, get rid of all tabs and trailing whitespace. | ||||
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -12/+12 |
| | |||||
* | GtkLabel: Add private api for links | Matthias Clasen | 2014-01-04 | 1 | -0/+16 |
| | | | | | | | This exposes enough information to implement the AtkHyperText interface. More private link api | ||||
* | Add a gtklabelprivate.h header | Matthias Clasen | 2014-01-04 | 1 | -0/+34 |
For now, move the few private functions from gtklabel.h here. |