summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using screen resolutionMatthias Clasen2017-10-311-29/+0
* Drop the GDK_DPI_SCALE variableMatthias Clasen2017-10-311-10/+0
* settings: Remove gtk_settings_get_for_screen()Benjamin Otte2017-10-311-18/+0
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-13/+5
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-15/+13
* settings: Don't store the screen in the settings objectBenjamin Otte2017-10-311-26/+24
* Some documentation updatesMatthias Clasen2017-10-301-6/+16
* Add gtk_settings_get_for_displayMatthias Clasen2017-10-301-1/+3
* Remove GdkScreen api usageMatthias Clasen2017-10-301-6/+5
* Store the display inside GtkSettingsMatthias Clasen2017-10-301-15/+8
* gtk: Stop handling settings eventsMatthias Clasen2017-10-301-23/+0
* gtk: Connect to GdkDisplay::setting-changedMatthias Clasen2017-10-301-0/+19
* Settings: Mention Shift+primary click on Range tooDaniel Boles2017-10-111-1/+2
* Settings: Reflect resurrected middleclick in RangeDaniel Boles2017-10-111-2/+7
* gtksettings: Fix code snippetTimm Bäder2017-10-111-2/+2
* settings: Don't assert in notifyMatthias Clasen2017-10-061-1/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* 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