summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* settings: Convert to GdkEvent APIMatthias Clasen2017-09-191-3/+8
* gtksettings: Add a debug message if there is no default GtkSettingsPhilip Withnall2017-09-121-2/+4
* gtksettings: Remove unnecessary deprecation guardsTimm Bäder2017-04-301-4/+0
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* Drop the settings color parserMatthias Clasen2016-11-011-265/+1
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-7/+7
* gtksettings: Remove Deprecated APITimm Bäder2016-10-181-852/+0
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* gtk: Cast static strings assigned to non-const variablesEmmanuele Bassi2016-10-171-4/+4
* settings: Pull in the RC parsing codeBenjamin Otte2016-10-161-3/+269
* API: screen: Stop storing font optionsBenjamin Otte2016-10-161-10/+17
* settings: Fix font names *again*Matthias Clasen2016-05-061-0/+1
* Use a cheaper way to store settings per displayMatthias Clasen2016-05-061-46/+72
* Generalize the previous commitMatthias Clasen2016-05-051-2/+14
* settings: Avoid a crashMatthias Clasen2016-05-051-5/+7
* settings: Fix xsettings handlingMatthias Clasen2016-05-041-14/+44
* settings: Ensure derived fields are initializedMatthias Clasen2016-05-041-4/+12
* settings: Add setters for font family and sizeMatthias Clasen2016-05-011-0/+53
* Add a few settings gettersMatthias Clasen2016-04-301-0/+34
* settings: Cache xsettingsMatthias Clasen2016-04-281-98/+106
* settings: Stop comparing screen numbersMatthias Clasen2016-04-271-13/+9
* Load theme settings from the right locationMatthias Clasen2016-03-211-8/+9
* Sync default double-click time with GNOMEMatthias Clasen2016-03-071-1/+1
* Add a gtk-keynav-use-caret mode settingMatthias Clasen2016-03-041-1/+20
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* win32: Remove unused functions / header includesBenjamin Otte2016-02-111-4/+0
* gtksettings: fix critical warningAlberts Muktupāvels2016-02-041-2/+6
* gtksettings: reset property to correct default valueAlberts Muktupāvels2016-02-021-1/+24
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* gtksettings: notify after property resetAlberts Muktupāvels2015-12-231-0/+1
* Tweak the gtk-font-name setting docsMatthias Clasen2015-11-231-1/+6
* Load settings.ini from all data dirsMatthias Clasen2015-10-311-3/+2
* Add gtk_settings_reset_propertyMatthias Clasen2015-10-031-0/+28
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-2/+2
* Use g_object_get_qdata instead of g_object_get_dataMatthias Clasen2015-09-121-5/+10
* settings: Reuse a valueMatthias Clasen2015-09-091-2/+2
* settings: Convert more fully to g_object_notify_by_pspecMatthias Clasen2015-09-081-4/+4
* settings: Avoid one case of g_object_notifyMatthias Clasen2015-09-071-1/+1
* docs: Fix GtkSettings property stanzasEmmanuele Bassi2015-09-011-2/+2
* Use pango_fc_font_map_config_changedMatthias Clasen2015-07-311-1/+1
* GtkSettings: Fix a documentation typoKalev Lember2015-07-121-1/+1
* settings: Include pangofc-fontmap.h header on Waylandnick2015-06-291-0/+1
* Fix up index for some 3.14 symbolsMatthias Clasen2015-06-201-3/+3
* settings: Fix the type annotation for color-hashEmmanuele Bassi2015-06-111-1/+1
* docs: Improve deprecation notices for GtkSettingsEmmanuele Bassi2015-06-111-2/+10
* GDK: Add cursor theme support to W32 backendРуслан Ижбулатов2015-05-201-1/+10
* settings: Wayland-only systems also use fontconfigEmmanuele Bassi2015-05-051-2/+2
* Drop PANGO_ENABLE_BACKENDMatthias Clasen2015-05-041-2/+0
* gtk: Fix various tiny typos in documentation commentsPhilip Withnall2015-02-181-1/+1
* settings: Provide a default style cascade per scaleBenjamin Otte2015-02-061-9/+32