aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* * frame.c (x_set_font): Remove unused variable.Andreas Schwab2010-12-031-1/+1
* Fix bug#7299; default value of tool-bar-mode in without-x builds.Glenn Morris2010-10-311-0/+4
* Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-1/+5
* Merge changes from emacs-23Chong Yidong2010-10-241-9/+18
|\
| * 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
* | * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.Glenn Morris2010-10-231-5/+9
* | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-181-0/+15
* | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet anotherStefan Monnier2010-09-171-1/+1
* | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)Jan D2010-09-171-0/+23
* | 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