summaryrefslogtreecommitdiff
path: root/src/xsettings.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-3/+3
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-6/+10
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-35/+14
* | Improve doc for system font things. Return font regardless of use_system_font.Jan D2010-06-301-5/+8
* | Fix config.h includes.Dan Nicolaescu2010-06-011-1/+1
* | Fix bug #6139, text is briefly shown in tool bar on startup.Jan D2010-05-081-1/+1
* | xsettings.c: include limits.h and update file comment.Jan D2010-04-301-1/+2
* | Fix Bug#6001.Jan Djärv2010-04-221-1/+1
* | * xsettings.c: Move misplaced HAVE_GCONFJan Djärv2010-04-211-5/+5
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-85/+169
* | * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.Jan Djärv2010-04-081-1/+2
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-7/+41
|/
* Store settings in xft-settings for debug purposes.Jan Djärv2010-01-191-2/+32
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* DPI might get set to 0 if we saw some Xsettings, but not DPI.Jan Djärv2009-12-121-11/+44
* * xsettings.c: Include "keyboard.h".Andreas Schwab2009-12-091-0/+1
* Add arch taglineMiles Bader2009-12-011-0/+3
* xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).Jan Djärv2009-11-251-20/+0
* Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.Jan Djärv2009-11-231-0/+21
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-211-38/+1
* Always suggest system font because .emacs may not have been read yet.Jan Djärv2009-11-201-4/+9
* xsettings.c didn't check font-use-system-font, fix that.Jan Djärv2009-11-171-2/+7
* * xftfont.c (xftfont_fix_match): Older versions of fontconfig doesJan Djärv2009-11-171-8/+11
* #ifdef on FC_LCD_FILTER.Jan Djärv2009-11-171-0/+9
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+627