summaryrefslogtreecommitdiff
path: root/src/xsettings.c
AgeCommit message (Expand)Author
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-22Introduce Pure GTK3 portYuuki Harano
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-23Update some URLsPaul Eggert
2019-06-20Fix failure of setting default face attribute in init script (Bug#36284)YAMAMOTO Mitsuharu
2019-04-24Don't link libXft when using cairoYAMAMOTO Mitsuharu
2019-04-07Help the compiler with byte orderPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-22Work around reporting a dpi change in apply_xft_settingsMartin Rudalics
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-08-09Fix DPI calculation when Xft/DPI is defaultPaul Eggert
2015-01-13Use bool for boolean in xmenu.c, xml.cPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-27Fix parse_settings to match internal documentationPaul Eggert
2014-12-26Use bool for boolean in xselect.c, xsettings.cPaul Eggert
2014-05-10* xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv
2014-02-28Fix a few crashes and leaks when cloning C strings.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-10-29Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov
2013-10-04Use hardware support for byteswapping on glibc x86 etc.Paul Eggert
2013-09-22Add set operations for bool-vector.Daniel Colascione
2013-09-17Don't overuse 'const' in types of locals.Paul Eggert
2013-09-17* configure.ac: Do not check for g_type_init because weDmitry Antipov
2013-09-16* xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0Jan Djärv
2013-09-16Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov
2013-07-30* fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov
2013-07-10Port to C89.Paul Eggert
2013-03-20* frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-10Clean out old termopts cruft.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-07-12Use empty_unibyte_string where applicable.Dmitry Antipov
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-06-27* alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong