summaryrefslogtreecommitdiff
path: root/src/xsettings.c
AgeCommit message (Expand)Author
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
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-14Spelling fixes.Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-07-12* xsettings.c (store_monospaced_changed): Define only if used.Paul Eggert
2011-07-05Use GConf and GSettings both, check GConf/GSettings toolbar style and font name.Jan Djärv
2011-07-02* xsettings.c (SYSTEM_FONT): Define only when used.Paul Eggert
2011-07-01* process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv
2011-06-30Fix bad include.Jan Djärv
2011-06-30Add GSettings support (GConf is going away).Jan Djärv
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-21* xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne...Paul Eggert
2011-06-21* xsettings.c (apply_xft_settings): Fix potential buffer overrun.Paul Eggert
2011-04-14Merge from mainline.Paul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-13* xsettings.c, xsettings.h (xsettings_get_system_normal_font):Paul Eggert
2011-04-12Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-02-11Port to Solaris 10, which doesn't support FC_HINT_STYLE.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15* src/xsettings.c: Comment fix.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-17Merge from emacs-23Stefan Monnier
2010-11-14Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D
2010-11-12Apply XAtom revork patches from Julien Danjou.Jan Djärv
2010-07-28Add tool bar style text-image-horiz (text to the left of the image).Jan Djärv
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-05Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-06-30Improve doc for system font things. Return font regardless of use_system_font.Jan D
2010-06-01Fix config.h includes.Dan Nicolaescu
2010-05-08Fix bug #6139, text is briefly shown in tool bar on startup.Jan D
2010-04-30xsettings.c: include limits.h and update file comment.Jan D
2010-04-22Fix Bug#6001.Jan Djärv
2010-04-21* xsettings.c: Move misplaced HAVE_GCONFJan Djärv
2010-04-20Gtk tool bars can be text, icons with text or just icons.Jan Djärv
2010-04-08* xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.Jan Djärv
2010-04-08Lucid menus can now use Xft for fonts.Jan Djärv