summaryrefslogtreecommitdiff
path: root/src/xsettings.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-201-1/+1
* Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-191-0/+8
* Fix recent Cairo xsettings changesPo Lu2022-11-151-0/+2
* Include Cairo FreeType header when availablePo Lu2022-10-291-3/+4
* Fix warning in xsettings.cStefan Kangas2022-10-281-0/+1
* Fix build without Cairo FreeType and fontconfig supportPo Lu2022-10-281-2/+4
* Fix detection of DPI changes in builds without XftVincent Bernat2022-10-281-2/+17
* Implement font-use-system-font on HaikuPo Lu2022-09-251-5/+11
* Improve handling of xsettings eventsPo Lu2022-08-011-2/+5
* Fix unused function warning on XPo Lu2022-05-171-0/+4
* Fix font options compilation with gsettings disabledPieter van Prooijen2022-05-171-6/+11
* Fix use of more invalid keys in PGTK GSettings codePo Lu2022-05-151-28/+44
* Prevent crashes trying to access nonexistent keyPo Lu2022-05-151-2/+32
* Use gsettings font rendering entries for pgtk buildsPieter van Prooijen2022-05-131-0/+147
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-11/+43
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Update some URLsPaul Eggert2019-09-231-2/+2
* Fix failure of setting default face attribute in init script (Bug#36284)YAMAMOTO Mitsuharu2019-06-201-6/+2
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-241-25/+33
* Help the compiler with byte orderPaul Eggert2019-04-071-2/+2
* Add portable dumperDaniel Colascione2019-01-151-0/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-2/+2
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Work around reporting a dpi change in apply_xft_settingsMartin Rudalics2016-12-221-2/+17
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix DPI calculation when Xft/DPI is defaultPaul Eggert2015-08-091-2/+2
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix parse_settings to match internal documentationPaul Eggert2014-12-271-17/+19
* Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-261-30/+28
* * xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv2014-05-101-5/+17
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-281-14/+9
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-4/+7
* Add set operations for bool-vector.Daniel Colascione2013-09-221-7/+4