aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* src/frame.c: Fix previous change.Juanma Barranquero2010-10-221-2/+0
* Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-221-7/+18
* Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-021-4/+10
* bug #5736: Allow X-resource menuBar to take on/off as documented.Jan Djärv2010-03-221-0/+7
* Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).Chong Yidong2010-01-291-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * cmds.c: Include "frame.h".Andreas Schwab2009-12-091-1/+1
* frame.c (frame_make_pointer_invisible)Jan Djärv2009-11-291-2/+4
* Don't crash if an X terminal is deleted with force == t.Jan Djärv2009-11-271-0/+6
* (focus-follows-mouse): Mention mouse-autoselect-window.Glenn Morris2009-11-241-1/+1
* Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.Jan Djärv2009-11-231-1/+9
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-2/+1
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-46/+46
* * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fixChong Yidong2009-10-311-10/+18
* Fix typos in comments.Juanma Barranquero2009-10-261-4/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fframe_pixel_height): Doc fix. (Bug#4535)Glenn Morris2009-10-111-4/+16
* * frame.c (xrdb_get_resource): Return nil for empty string resources;Juanma Barranquero2009-09-241-1/+1
* (x_get_resource_string): Re-add for non-toolkit builds (bug#4461).Stefan Monnier2009-09-171-0/+26
* (x_get_resource_string): Remove unused.Stefan Monnier2009-09-161-25/+0
* * xterm.c (x_new_font): Call change_frame_size before callingJan Djärv2009-09-151-3/+0
* (Fx_parse_geometry): Unify the X and NS versions so that they share aGlenn Morris2009-09-111-23/+16
* Slightly fix the docstring of `select-frame'.Bastien Guerry2009-07-261-3/+3
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-0/+39
* * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.Jan Djärv2009-07-011-1/+3
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-86/+22
* * frame.c (x_get_arg): Check if dpyinfo is non-NULL.Chong Yidong2009-06-271-1/+1
* (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.Stefan Monnier2009-05-191-10/+9
* * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether sele...Adrian Robert2009-05-181-2/+6
* (frame-list): Clarify which frames are returned.Stefan Monnier2009-05-041-1/+1
* (x_set_font): When ARG is a font-object, check if theKenichi Handa2009-04-291-0/+10
* (x_set_font): Avoid C99 mid-block variable declaration.Jason Rumney2009-04-061-3/+2
* (delete_frame): Work around compiler bug.Stefan Monnier2009-03-281-1/+4
* (x_set_font): If the fullscreen property is non-nil, adjustJan Djärv2009-03-271-0/+18
* (x_set_font): Handle the case that ARG is a cons.Kenichi Handa2009-03-191-2/+14
* (x_set_font): When ARG is a font-object, don't alter theKenichi Handa2009-03-111-1/+2
* (x_set_font): Always store a font to the font parameter,Jason Rumney2009-01-141-1/+1
* (x_set_frame_parameters): Remember requested value forMartin Rudalics2009-01-091-7/+21
* (x_set_frame_parameters): Make sure height (width) getMartin Rudalics2009-01-051-2/+13
* (make_terminal_frame): Remove redundant code and uselessDan Nicolaescu2009-01-011-15/+7
* (Vemacs_iconified): Remove.Martin Rudalics2008-12-301-5/+0
* (store_frame_param, x_get_arg): Enable newer code onJason Rumney2008-12-301-4/+0
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-25/+35
* Add comment to last change by jhd.Chong Yidong2008-12-201-0/+4
* (Fmake_terminal_frame): Raise an error when called fromJason Rumney2008-12-201-1/+1
* *** empty log message ***Jan Djärv2008-12-201-0/+2
* (Fdelete_frame): Call free_font_driver_list.Chong Yidong2008-12-131-0/+1
* * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.Seiji Zenitani2008-11-281-1/+1
* (x_set_alpha): Set alpha to -1 if nil given.Chong Yidong2008-11-121-19/+18