aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong2011-02-271-3/+11
* * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert2011-02-261-5/+5
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-8/+8
* Change B_ to BVARTom Tromey2011-02-161-1/+1
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-1/+1
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-34/+34
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Check return values of some library calls.Paul Eggert2011-01-221-3/+8
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-37/+14
* Refill some copyright headers.Glenn Morris2011-01-151-1/+3
* Merge from emacs-23Stefan Monnier2011-01-141-4/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+1
* | * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).Chong Yidong2010-12-201-8/+0
* | * 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