aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* * frame.c (Qinhibit_face_set_after_frame_default): New var.Chong Yidong2006-10-051-0/+15
* (Fmouse_position, Fmouse_pixel_position)Eli Zaretskii2006-08-121-2/+11
* (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-181-4/+2
* (x_set_border_width): Remove #ifndef MAC_OS.YAMAMOTO Mitsuharu2006-05-191-2/+0
* (x_set_border_width): Fix error message to say "frame", not "window".Eli Zaretskii2006-05-131-1/+1
* (x_set_font): Clear f->n_tool_bar_rows and current frameKim F. Storm2006-04-231-0/+5
* (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
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (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
* (Fredirect_frame_focus): Fix typos in docstring.Juanma Barranquero2005-10-101-5/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (Fframe_char_width): Doc fix.Juanma Barranquero2005-08-021-2/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (make_frame_without_minibuffer): Follow error conventions.Juanma Barranquero2005-06-231-3/+3
* (Fmodify_frame_parameters):Juri Linkov2005-06-211-0/+6
* (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.Luc Teirlinck2005-06-101-9/+9
* (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.YAMAMOTO Mitsuharu2005-04-241-0/+4
* (Fignore_event): Remove.Stefan Monnier2005-03-191-27/+0
* (Fignore_event): Fix ancient obscure C-u handling bug.Stefan Monnier2005-03-171-3/+20
* (x_set_font): Call set_default_ascii_font if anKenichi Handa2005-03-081-0/+1
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-10/+2
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-161-1/+2
* (syms_of_frame): Fix the example in the doc string.Eli Zaretskii2004-11-061-1/+1
* (Fselect_frame, Fset_frame_selected_window)Luc Teirlinck2004-07-241-4/+14
* (Fdelete_frame): If we're in single_bboard_state onRichard M. Stallman2004-07-171-0/+30
* Remove period at end of error message.Jan Djärv2003-11-161-1/+1
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-051-25/+2
* Fix memory leaks (from YAMAMOTO Mitsuharu)Jan Djärv2003-10-051-0/+2
* Make (modify-frame-parameters nil '((top . 0))) work for all typesJan Djärv2003-10-051-4/+2
* (Vdefault_frame_scroll_bars): New variable.Kim F. Storm2003-09-201-7/+19
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix some of the font/face problems.Jan Djärv2003-06-261-0/+2
* * frame.c (make_frame): Condition want_fullscreen withJan Djärv2003-05-251-0/+2
* Make (many) trivial substitutions for renamed andKim F. Storm2003-05-241-153/+148
* (Fignore_event): Doc fix.Richard M. Stallman2003-05-191-1/+1
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-4/+4
* Fix build on Mac OS X with Carbon.Andrew Choi2003-04-011-0/+3
* (display_x_get_resource): Use Display_Info argument, not x_display_info.Juanma Barranquero2003-03-311-1/+1
* Fix compilation for --with-x=no.Kim F. Storm2003-03-311-0/+5
* Include blockinput.h.Kim F. Storm2003-03-311-34/+1560
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-23/+23
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-5/+14
* (make_terminal_frame) [CANNOT_DUMP]: InitializeKim F. Storm2002-08-261-0/+4
* (Fframe_parameter): Use const for pointer to lispKen Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-17/+17
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1