summaryrefslogtreecommitdiff
path: root/src/xsettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-1/+1
* * configure.ac: Do not check for g_type_init because weDmitry Antipov2013-09-171-4/+0
* * xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0Jan Djärv2013-09-161-0/+4
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-1/+1
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-5/+4
* Port to C89.Paul Eggert2013-07-101-3/+3
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-7/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-3/+2
* Use empty_unibyte_string where applicable.Dmitry Antipov2012-07-121-1/+1
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-4/+6
* * alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov2012-06-271-1/+2
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * xsettings.c (store_monospaced_changed): Define only if used.Paul Eggert2011-07-121-4/+6
* Use GConf and GSettings both, check GConf/GSettings toolbar style and font name.Jan Djärv2011-07-051-97/+275
* * xsettings.c (SYSTEM_FONT): Define only when used.Paul Eggert2011-07-021-3/+5
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-011-148/+41
* Fix bad include.Jan Djärv2011-06-301-2/+2
* Add GSettings support (GConf is going away).Jan Djärv2011-06-301-25/+217