aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsettings.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-3/+2
* * 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
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-8/+4
* * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne...Paul Eggert2011-06-211-6/+2
* * xsettings.c (apply_xft_settings): Fix potential buffer overrun.Paul Eggert2011-06-211-15/+21
* Merge from mainline.Paul Eggert2011-04-141-3/+3
|\
| * Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-3/+3
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* | * xsettings.c, xsettings.h (xsettings_get_system_normal_font):Paul Eggert2011-04-131-0/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
|/
* Port to Solaris 10, which doesn't support FC_HINT_STYLE.Paul Eggert2011-02-111-9/+14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-4/+2
* * src/xsettings.c: Comment fix.Glenn Morris2011-01-151-3/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-171-0/+2
|\|
| * Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D2010-11-141-0/+2
* | Apply XAtom revork patches from Julien Danjou.Jan Djärv2010-11-121-8/+0
* | Add tool bar style text-image-horiz (text to the left of the image).Jan Djärv2010-07-281-1/+2