summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
* * src/frame.c (frame_params): Make const.Dan Nicolaescu2010-08-061-1/+1
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-12/+0
* Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+9
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+14
* Remove unused static functions.Juanma Barranquero2010-07-231-9/+1
* * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).Chong Yidong2010-07-171-1/+3
* Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+10
|\
| * Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+10
| |\
| | * Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-021-4/+10
* | | Adapt terminal frames to latest menu-bar changes.Chong Yidong2010-07-101-0/+4
|/ /
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-80/+43
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-155/+55
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+3
* | Fix application of default-frame-alist (Bug#5378).Chong Yidong2010-06-301-5/+1
* | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).Chong Yidong2010-06-261-0/+9
* | Revert last change.Chong Yidong2010-06-251-2/+1
* | Change initial-frame-alist and default-frame-alist defaults (Bug#2249).Chong Yidong2010-06-251-1/+2
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-7/+16
* | Merge from `emacs-23'.Stefan Monnier2010-03-241-0/+7
|\ \ | |/
| * bug #5736: Allow X-resource menuBar to take on/off as documented.Jan Djärv2010-03-221-0/+7
* | Put non-GTK X scroll-bars on left.Chong Yidong2010-03-151-0/+6
* | Put scroll-bar on right by default on UNIX.Chong Yidong2010-03-121-5/+0
|/
* 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