| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -1/+1 |
* | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -3/+3 |
|\ |
|
| * | Fix faulty `if' statement in delete_frame. | Chong Yidong | 2010-07-02 | 1 | -3/+4 |
* | | Fix frame sizing for Lucid/Motif/Lesstif. | Jan D | 2010-07-09 | 1 | -0/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -65/+34 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -15/+15 |
* | | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563). | Jan D | 2010-07-05 | 1 | -3/+22 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -179/+68 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -34/+34 |
* | | xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526). | Jan D | 2010-06-28 | 1 | -7/+3 |
* | | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249). | Chong Yidong | 2010-06-26 | 1 | -4/+14 |
* | | Don't use font names from GConf if font backend can't handle it (bug#6478). | Jan Djärv | 2010-06-22 | 1 | -10/+16 |
* | | (Fx_create_frame, x_create_tip_frame): Set default border width to zero. | Jan Djärv | 2010-04-13 | 1 | -2/+2 |
* | | xfns.c (select_visual): Don't call error if XGetVisualInfo returns | Jan Djärv | 2010-04-12 | 1 | -1/+1 |
* | | xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding. | YAMAMOTO Mitsuharu | 2010-04-10 | 1 | -3/+3 |
* | | Don't abort try_window with fonts change when showing tooltip (Bug#2423). | YAMAMOTO Mitsuharu | 2010-04-10 | 1 | -1/+1 |
* | | xfns.c (Fx_show_tip): Undo last change. | YAMAMOTO Mitsuharu | 2010-04-10 | 1 | -8/+4 |
* | | Fix showing the complete tip the first time, bug #2423. | Jan D | 2010-04-09 | 1 | -4/+8 |
* | | Lucid menus can now use Xft for fonts. | Jan Djärv | 2010-04-08 | 1 | -13/+0 |
* | | xfns.c (set_machine_and_pid_properties): Fix parantesis | Jan D | 2010-04-05 | 1 | -1/+1 |
* | | Move declaration before other statements. | Jan Djärv | 2010-04-04 | 1 | -1/+1 |
* | | Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828). | Jan Djärv | 2010-04-04 | 1 | -2/+42 |
* | | Merge from `emacs-23'. | Stefan Monnier | 2010-03-24 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | bug #5736: Allow X-resource menuBar to take on/off as documented. | Jan Djärv | 2010-03-22 | 1 | -1/+1 |
| * | xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont. | YAMAMOTO Mitsuharu | 2010-03-20 | 1 | -0/+2 |
* | | Put non-GTK X scroll-bars on left. | Chong Yidong | 2010-03-15 | 1 | -1/+6 |
* | | * xfns.c (Fx_create_frame): Set default to Qright. | Chong Yidong | 2010-03-12 | 1 | -1/+1 |
|/ |
|
* | Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643). | Chong Yidong | 2010-01-29 | 1 | -1/+1 |
* | xfns.c (Fx_create_frame): Remove window size matching code from | Jan Djärv | 2010-01-28 | 1 | -146/+1 |
* | xfns.c (Fx_create_frame): If frame height i stoo big, try | Jan Djärv | 2010-01-25 | 1 | -9/+17 |
* | Take desktop panels into account when sizing frames so they fit on the screen. | Jan Djärv | 2010-01-15 | 1 | -1/+99 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]: | YAMAMOTO Mitsuharu | 2010-01-11 | 1 | -1/+37 |
* | (Fx_create_frame): Don't create frame larger than display by default bug#3643. | Jan Djärv | 2010-01-09 | 1 | -0/+39 |
* | Make line<->pixel_y conversion macros aware of native menu/tool bars. | YAMAMOTO Mitsuharu | 2010-01-09 | 1 | -1/+1 |
* | Set the extended window manager hint for tooltip windows. | Jan Djärv | 2009-12-13 | 1 | -0/+5 |
* | Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog. | Jan Djärv | 2009-11-23 | 1 | -5/+20 |
* | Always suggest system font because .emacs may not have been read yet. | Jan Djärv | 2009-11-20 | 1 | -4/+11 |
* | * lisp.h: Remove declaration of Ffont_get_system_font. | Andreas Schwab | 2009-11-17 | 1 | -2/+2 |
* | (x_default_font_parameter): Remove dead assignment. | Andreas Schwab | 2009-11-17 | 1 | -1/+0 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -16/+29 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -8/+0 |
* | * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -13/+13 |
* | * xterm.c: | Dan Nicolaescu | 2009-10-19 | 1 | -5/+2 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Fix typos in comments. | Juanma Barranquero | 2009-10-04 | 1 | -1/+1 |
* | * xterm.h: Rename x_non_menubar_window_to_frame to | Jan Djärv | 2009-09-02 | 1 | -58/+6 |
* | xfns.c (Fx_select_font): Remember last font selected in | Jan Djärv | 2009-07-10 | 1 | -7/+21 |
* | And again... | Jan Djärv | 2009-07-03 | 1 | -1/+2 |