summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* macos: port gtk to GDK_WINDOWING_MACOSwip/chergert/gdk-macos-fixesChristian Hergert2020-10-091-6/+5
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-26/+26
* Replace "gint" with "int"Benjamin Otte2020-07-251-12/+12
* settings: Call gtk_system_setting_changedMatthias Clasen2020-04-221-10/+6
* Docs: Various tweaksMatthias Clasen2020-04-191-10/+11
* Remove gtk_style_context_reset_widgetsMatthias Clasen2020-04-101-1/+1
* Add a cursor-aspect-ratio settingMatthias Clasen2020-03-311-0/+10
* settings: Drop the Private structMatthias Clasen2020-03-281-126/+86
* Use bundle id instead of package name for the macOS preview as filename is no...Alex Samorukov2020-01-141-1/+1
* settings: Remove RC property parsersBenjamin Otte2019-11-221-340/+0
* settings: Remove code dealing with property parsersBenjamin Otte2019-11-221-198/+62
* gtksettings: Remove unused functions & prototypesTimm Bäder2019-09-091-84/+1
* Turn off metrics hintingMatthias Clasen2019-07-281-1/+1
* Add a gtk-overlay-scrolling settingMatthias Clasen2019-05-311-1/+18
* settings: Drop the priv pointerMatthias Clasen2019-05-191-29/+42
* settings: Make not subclassableMatthias Clasen2019-05-191-0/+11
* settings: Update docsMatthias Clasen2019-05-091-12/+1
* cssprovider: Export correct APIBenjamin Otte2019-04-181-2/+3
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-8/+9
* Drop key themesMatthias Clasen2019-02-211-35/+0
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-14/+14
* settings: Don't special case IM modulesBenjamin Otte2019-01-081-27/+0
* imwayland: Add text-input-unstable-v3 supportDorota Czaplejewicz2018-12-181-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* Stop using settings for modulesMatthias Clasen2018-02-181-31/+0
* gtksettings: Remove leftover codeCarlos Garnacho2018-02-161-5/+0
* modules: Add wayland IM implementationwip/carlosg/imwaylandCarlos Garnacho2018-02-131-0/+25
* The big versioning cleanupMatthias Clasen2018-02-061-48/+0
* Fix some parameter name mismatches to make g-ir-scanner happierRico Tzschichholz2017-11-281-1/+1
* settings: Use gdk_display_set_cursor_themewip/matthiasc/settingsMatthias Clasen2017-11-171-19/+5
* Include gdk-private.hMatthias Clasen2017-11-171-0/+1
* 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