| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce use of GtkStyleContext | Matthias Clasen | 2021-01-28 | 1 | -1/+0 |
* | label: Remove unneeded NULL guards | Timm Bäder | 2021-01-17 | 1 | -14/+4 |
* | label: Refactor get_layout_location | Timm Bäder | 2021-01-17 | 1 | -26/+25 |
* | label: Fix a potential memory leak | Timm Bäder | 2021-01-17 | 1 | -1/+4 |
* | label: Remove unused private functions | Timm Bäder | 2021-01-03 | 1 | -105/+20 |
* | label: Remove mnemonics_visible_apply_recursively from private header | Timm Bäder | 2021-01-03 | 1 | -29/+30 |
* | label: Modernize source file | Timm Bäder | 2021-01-03 | 1 | -1927/+1781 |
* | label: Refactor get_layout_location() | Timm Bäder | 2020-12-21 | 1 | -28/+9 |
* | label: Refactor snapshot() | Timm Bäder | 2020-12-21 | 1 | -80/+73 |
* | Merge branch 'wip/surface-state-rework' into 'master' | Matthias Clasen | 2020-12-08 | 1 | -1/+1 |
|\ |
|
| * | gtk/popover: Use gtk_popover_present() instead of going via GtkNative | Jonas Ådahl | 2020-12-07 | 1 | -1/+1 |
* | | Use private can_activate() method | Emmanuele Bassi | 2020-12-05 | 1 | -1/+1 |
|/ |
|
* | Fix some nullable return annotations | Sophie Herold | 2020-11-21 | 1 | -1/+1 |
* | docs: Fix the links for keybinding signals | Matthias Clasen | 2020-11-17 | 1 | -3/+3 |
* | label: Avoid short-circuiting | Matthias Clasen | 2020-11-13 | 1 | -15/+31 |
* | label: Avoid a needless strdup | Matthias Clasen | 2020-11-11 | 1 | -13/+10 |
* | label: Optimize GtkLabel setters | Matthias Clasen | 2020-11-11 | 1 | -32/+35 |
* | a11y: Parse reference lists using varargs | Emmanuele Bassi | 2020-11-10 | 1 | -1/+1 |
* | label: Plug a potential memory leak | Timm Bäder | 2020-10-22 | 1 | -1/+4 |
* | gtk: Remove unused header include | Benjamin Otte | 2020-10-20 | 1 | -1/+0 |
* | label: Set the accessible label property | Matthias Clasen | 2020-10-19 | 1 | -0/+4 |
* | Clean up lots of GTK+ -> GTK | Matthias Clasen | 2020-09-12 | 1 | -5/+5 |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -3/+3 |
* | label: Try to avoid a pango_layout_get_extents call | Timm Bäder | 2020-08-19 | 1 | -6/+9 |
* | label: Disable unavailable actions | Matthias Clasen | 2020-08-08 | 1 | -0/+3 |
* | label: Redraw when focus changes | Matthias Clasen | 2020-08-02 | 1 | -0/+17 |
* | label: Be more selective when selecting on focus-in | Matthias Clasen | 2020-08-01 | 1 | -2/+7 |
* | a11y: Set an accessible role for GtkLabel | Matthias Clasen | 2020-07-28 | 1 | -0/+5 |
* | Remove ATK | Emmanuele Bassi | 2020-07-26 | 1 | -27/+0 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -21/+21 |
* | Replace "gfloat" with "float" | Benjamin Otte | 2020-07-25 | 1 | -7/+7 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -49/+49 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -134/+134 |
* | label: Only care about clipboard in unrealize of we need to | Timm Bäder | 2020-06-27 | 1 | -4/+7 |
* | Fix minor typos | Yuri Chornoivan | 2020-06-18 | 1 | -1/+1 |
* | Merge branch 'drop-fallback-c89' into 'master' | Matthias Clasen | 2020-05-31 | 1 | -5/+0 |
|\ |
|
| * | Drop fallback-c89.c | Christoph Reiter | 2020-05-31 | 1 | -5/+0 |
* | | Merge branch 'fix-mnemonic-zero' into 'master' | Matthias Clasen | 2020-05-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | label: Fix mnemonic zero | Matthias Clasen | 2020-05-30 | 1 | -1/+1 |
* | | eventcontrollermotion: Remove mode argument | Benjamin Otte | 2020-05-30 | 1 | -2/+0 |
|/ |
|
* | gtk: Handle seatless displays | Matthias Clasen | 2020-05-15 | 1 | -29/+51 |
* | widget: Add a :focusable property | Matthias Clasen | 2020-05-10 | 1 | -2/+2 |
* | Merge branch 'wip/baedert/for-master' into 'master' | Matthias Clasen | 2020-05-06 | 1 | -5/+11 |
|\ |
|
| * | label: Be more defensive against non-existant focus_link | Timm Bäder | 2020-05-05 | 1 | -0/+6 |
| * | label: Remove a debug leftover | Timm Bäder | 2020-05-05 | 1 | -2/+0 |
| * | label: Unref style_attrs list | Timm Bäder | 2020-05-05 | 1 | -3/+5 |
* | | label: Use dispose instead of destroy | Matthias Clasen | 2020-05-05 | 1 | -5/+5 |
* | | Use gtk_button_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
|/ |
|
* | Fix label accessibility | Matthias Clasen | 2020-04-20 | 1 | -4/+9 |
* | Assorted documentation fixes | Matthias Clasen | 2020-04-20 | 1 | -0/+42 |