summaryrefslogtreecommitdiff
path: root/src/xsettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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