summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (x_set_frame_parameters): Check number is positive before using XFASTINT.Stefan Monnier2007-09-071-2/+2
* (Qterm_environment_variable): Remove.Stefan Monnier2007-08-311-3/+0
* (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2007-08-291-1/+2
* Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-1/+8
* | | Merge from emacs--devo--0Miles Bader2007-06-111-2/+9
|\ \ \ | |/ /
| * | (Fmouse_position, Fmouse_pixel_position):Nick Roberts2007-06-031-2/+9
* | | Merge from emacs--devo--0Miles Bader2007-05-301-0/+7
|\ \ \ | |/ /
| * | (Fset_mouse_pixel_position): Add call toNick Roberts2007-05-301-0/+7
| |/
* | * loadup.el: Load mac-win on a Mac. Avoid loading both x-win andDan Nicolaescu2007-05-191-1/+3
* | (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.Jason Rumney2007-05-151-1/+5
* | Fix compilation errors. Regenerate ldefs-boot.el.Karoly Lorentey2007-02-241-5/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-17/+18
|\ \ | |/
| * * frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor.Chong Yidong2007-02-201-6/+18
| * (Fmodify_frame_parameters): Return a value.Andreas Schwab2007-02-161-0/+2
| * (x_set_screen_gamma): Clear face cache.Chong Yidong2007-02-121-2/+5
| * (Fmodify_frame_parameters): Don't bindChong Yidong2007-02-061-16/+0
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-2/+5
|\ \ | |/
| * (x_set_fullscreen): Call fullscreen_hook if set.Jan Djärv2006-11-101-0/+3
| * (syms_of_frame): Fix typo in docstring.Juanma Barranquero2006-11-051-2/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-0/+14
|\ \ | |/
| * * frame.c (Qinhibit_face_set_after_frame_default): New var.Chong Yidong2006-10-051-0/+15
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-2/+11
|\ \ | |/
| * (Fmouse_position, Fmouse_pixel_position)Eli Zaretskii2006-08-121-2/+11
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-4/+2
|\ \ | |/
| * (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-181-4/+2
* | Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-1/+4
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-201-2/+0
|\ \ | |/
| * (x_set_border_width): Remove #ifndef MAC_OS.YAMAMOTO Mitsuharu2006-05-191-2/+0
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-171-1/+1
|\ \ | |/
| * (x_set_border_width): Fix error message to say "frame", not "window".Eli Zaretskii2006-05-131-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-281-0/+5
|\ \ | |/
| * (x_set_font): Clear f->n_tool_bar_rows and current frameKim F. Storm2006-04-231-0/+5
* | Fix previous commit.Karoly Lorentey2006-04-011-4/+4
* | Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard...Karoly Lorentey2006-03-261-0/+1
* | Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)Karoly Lorentey2006-03-081-3/+6
* | Fix bogus crash with -DENABLE_CHECKING.Karoly Lorentey2006-02-251-0/+1
* | Merged from Karoly Lorentey2006-02-161-2/+8
|\ \ | |/
| * (x_get_arg): Clear out PARAM in ALIST also on Mac.YAMAMOTO Mitsuharu2006-02-151-2/+1
| * (x_get_arg): Clear out all occurrences of PARAM in ALIST.Richard M. Stallman2006-02-151-0/+7
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 187, 704)Karoly Lorentey2006-01-301-2/+15
|\ \ | |/
| * (x_get_arg): "Clear out" the parm in ALIST if found there.Richard M. Stallman2006-01-261-1/+14
| * (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.Richard M. Stallman2006-01-181-1/+1
* | Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ...Karoly Lorentey2006-01-031-1/+0