| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
* | * xsettings.c (store_monospaced_changed): Define only if used. | Paul Eggert | 2011-07-12 | 1 | -4/+6 |
* | Use GConf and GSettings both, check GConf/GSettings toolbar style and font name. | Jan Djärv | 2011-07-05 | 1 | -97/+275 |
* | * xsettings.c (SYSTEM_FONT): Define only when used. | Paul Eggert | 2011-07-02 | 1 | -3/+5 |
* | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | Jan Djärv | 2011-07-01 | 1 | -148/+41 |
* | Fix bad include. | Jan Djärv | 2011-06-30 | 1 | -2/+2 |
* | Add GSettings support (GConf is going away). | Jan Djärv | 2011-06-30 | 1 | -25/+217 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -8/+4 |
* | * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne... | Paul Eggert | 2011-06-21 | 1 | -6/+2 |
* | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | Paul Eggert | 2011-06-21 | 1 | -15/+21 |
* | Merge from mainline. | Paul Eggert | 2011-04-14 | 1 | -3/+3 |
|\ |
|
| * | Use xfree instead of free where appropriate (Bug#8437) | Andreas Schwab | 2011-04-12 | 1 | -3/+3 |
* | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | | * xsettings.c, xsettings.h (xsettings_get_system_normal_font): | Paul Eggert | 2011-04-13 | 1 | -0/+2 |
* | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
|/ |
|
* | Port to Solaris 10, which doesn't support FC_HINT_STYLE. | Paul Eggert | 2011-02-11 | 1 | -9/+14 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -4/+2 |
* | * src/xsettings.c: Comment fix. | Glenn Morris | 2011-01-15 | 1 | -3/+3 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-17 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix link error on Fedora 14: newer GConf don't use g_type_*. | Jan D | 2010-11-14 | 1 | -0/+2 |
* | | Apply XAtom revork patches from Julien Danjou. | Jan Djärv | 2010-11-12 | 1 | -8/+0 |
* | | Add tool bar style text-image-horiz (text to the left of the image). | Jan Djärv | 2010-07-28 | 1 | -1/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -3/+3 |
* | | Fix some bad prototypes and formatting after conversion from K&R declaration. | Jan D | 2010-07-05 | 1 | -6/+10 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -35/+14 |
* | | Improve doc for system font things. Return font regardless of use_system_font. | Jan D | 2010-06-30 | 1 | -5/+8 |
* | | Fix config.h includes. | Dan Nicolaescu | 2010-06-01 | 1 | -1/+1 |
* | | Fix bug #6139, text is briefly shown in tool bar on startup. | Jan D | 2010-05-08 | 1 | -1/+1 |
* | | xsettings.c: include limits.h and update file comment. | Jan D | 2010-04-30 | 1 | -1/+2 |
* | | Fix Bug#6001. | Jan Djärv | 2010-04-22 | 1 | -1/+1 |
* | | * xsettings.c: Move misplaced HAVE_GCONF | Jan Djärv | 2010-04-21 | 1 | -5/+5 |
* | | Gtk tool bars can be text, icons with text or just icons. | Jan Djärv | 2010-04-20 | 1 | -85/+169 |
* | | * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF. | Jan Djärv | 2010-04-08 | 1 | -1/+2 |
* | | Lucid menus can now use Xft for fonts. | Jan Djärv | 2010-04-08 | 1 | -7/+41 |
|/ |
|
* | Store settings in xft-settings for debug purposes. | Jan Djärv | 2010-01-19 | 1 | -2/+32 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | DPI might get set to 0 if we saw some Xsettings, but not DPI. | Jan Djärv | 2009-12-12 | 1 | -11/+44 |
* | * xsettings.c: Include "keyboard.h". | Andreas Schwab | 2009-12-09 | 1 | -0/+1 |
* | Add arch tagline | Miles Bader | 2009-12-01 | 1 | -0/+3 |
* | xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025). | Jan Djärv | 2009-11-25 | 1 | -20/+0 |
* | Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog. | Jan Djärv | 2009-11-23 | 1 | -0/+21 |
* | Use a select wrapper around the GLib event loop, thus taking into account GLib | Jan Djärv | 2009-11-21 | 1 | -38/+1 |
* | Always suggest system font because .emacs may not have been read yet. | Jan Djärv | 2009-11-20 | 1 | -4/+9 |
* | xsettings.c didn't check font-use-system-font, fix that. | Jan Djärv | 2009-11-17 | 1 | -2/+7 |
* | * xftfont.c (xftfont_fix_match): Older versions of fontconfig does | Jan Djärv | 2009-11-17 | 1 | -8/+11 |
* | #ifdef on FC_LCD_FILTER. | Jan Djärv | 2009-11-17 | 1 | -0/+9 |