aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).Chong Yidong2010-01-291-1/+1
* xfns.c (Fx_create_frame): Remove window size matching code fromJan Djärv2010-01-281-146/+1
* xfns.c (Fx_create_frame): If frame height i stoo big, tryJan Djärv2010-01-251-9/+17
* Take desktop panels into account when sizing frames so they fit on the screen.Jan Djärv2010-01-151-1/+99
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:YAMAMOTO Mitsuharu2010-01-111-1/+37
* (Fx_create_frame): Don't create frame larger than display by default bug#3643.Jan Djärv2010-01-091-0/+39
* Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-091-1/+1
* Set the extended window manager hint for tooltip windows.Jan Djärv2009-12-131-0/+5
* Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.Jan Djärv2009-11-231-5/+20
* Always suggest system font because .emacs may not have been read yet.Jan Djärv2009-11-201-4/+11
* * lisp.h: Remove declaration of Ffont_get_system_font.Andreas Schwab2009-11-171-2/+2
* (x_default_font_parameter): Remove dead assignment.Andreas Schwab2009-11-171-1/+0
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-16/+29
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-8/+0
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-13/+13
* * xterm.c:Dan Nicolaescu2009-10-191-5/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* * xterm.h: Rename x_non_menubar_window_to_frame toJan Djärv2009-09-021-58/+6
* xfns.c (Fx_select_font): Remember last font selected inJan Djärv2009-07-101-7/+21
* And again...Jan Djärv2009-07-031-1/+2
* Fix typo.Jan Djärv2009-07-031-1/+2
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-3/+36
* * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.Jan Djärv2009-07-011-1/+2
* * keyboard.c (Fset_input_meta_mode): Doc fix.Chong Yidong2009-04-221-18/+18
* (Fx_create_frame): Give Xft driver a higher priority.Chong Yidong2009-02-191-1/+1
* (Fx_create_frame): Signal an error if no font is found (Bug#2147).Chong Yidong2009-02-061-0/+5
* (x_make_gc): Don't allocate stipple member for gc_values; it is notChong Yidong2009-01-161-5/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (x_create_tip_frame): Set border width of the X window.Chong Yidong2009-01-011-1/+1
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-1/+1
* (Fx_wm_set_size_hint): Check if the frame is an X frame.Chong Yidong2008-12-131-1/+2
* (Fx_wm_set_size_hint): Add missing return value.Andreas Schwab2008-11-041-0/+1
* (Fx_wm_set_size_hint): New function.Chong Yidong2008-11-031-0/+17
* (Fx_display_pixel_width, Fx_display_pixel_height)Chong Yidong2008-09-181-5/+7
* * bitmaps/README:Dan Nicolaescu2008-07-311-4/+0
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-4/+0
* applying patch to consolidate non-GUI portion of hourglass implementation as ...Adrian Robert2008-07-151-97/+2
* (Fx_create_frame): Doc fixJason Rumney2008-07-091-1/+1
* (x_create_tip_frame): Pass parameter argument toChong Yidong2008-07-081-1/+1
* (syms_of_xfns): Only define x-select-font when both HAVE_FREETYPE and USE_GTK.Jason Rumney2008-07-021-1/+1
* Fix last change, using "monospace" rather than "Monospace".Chong Yidong2008-06-251-1/+1
* (x_default_font_parameter): If Xft is available, first tryChong Yidong2008-06-251-3/+6
* (x_default_font_parameter): Try "monospace-12" too.Kenichi Handa2008-06-201-0/+2
* * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'Stefan Monnier2008-06-201-4/+9
* * w32fns.c, xfns.c (Qfont_param): New var.Stefan Monnier2008-06-191-0/+9
* (Fx_select_font): Give GTK font dialog the default font name.Chong Yidong2008-06-151-6/+15
* * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.Stefan Monnier2008-06-151-1/+6