summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Collapse)AuthorAgeFilesLines
* (init_display): Treat null string DISPLAY var like not set.Karl Heuer1996-01-091-4/+7
|
* (Fsend_string_to_terminal, Fsit_for): Harmonize arguments withErik Naggum1996-01-091-6/+6
| | | | documentation.
* Always include dispextern.h before cm.h.Richard M. Stallman1995-11-121-5/+1
|
* (update_line): Avoid indexing into obody by -1.Richard M. Stallman1995-11-101-1/+1
|
* [HAVE_NTGUI]: Include w32term.h.Geoff Voelker1995-11-071-30/+48
| | | | | | | | Include dispextern.h before cm.h since dispextern.h includes windows.h. [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines, update_frame, update_line): Test for WIN32 frame. [HAVE_NTGUI] (init_display): Initialize WIN32 window system. Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
* (Qdisplay_table): New variable.Richard M. Stallman1995-10-141-0/+5
| | | | (syms_of_display): Initialize it.
* (get_display_line): Don't abort if there's textRichard M. Stallman1995-10-031-3/+2
| | | | | in the line to the right beyond HPOS. (quit_error_check): Make this a no-op.
* Include syssignal.h.Richard M. Stallman1995-08-211-0/+1
|
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-4/+4
|
* (update_frame): Check that the echo area is in the frame being displayed.Richard M. Stallman1995-07-211-7/+10
|
* (Fsit_for): Don't call prepare_menu_bars here.Karl Heuer1995-07-171-2/+0
|
* (update_frame): Pretend cursor is in echo areaRichard M. Stallman1995-06-281-3/+8
| | | | rather than put it in a minuffer hidden by the echo area.
* Comment update.Karl Heuer1995-06-111-3/+4
|
* (Fframe_or_buffer_changed_p): Calculate vector size right.Karl Heuer1995-06-111-6/+13
| | | | | | Add hysteresis when making it larger. Fill it up reliably and check at the end for overflowing it. (syms_of_display): Make frame_and_buffer_state initially with 20 elts.
* (Fframe_or_buffer_changed_p): Record frame namesKarl Heuer1995-05-251-3/+11
| | | | as well as the frame objects.
* (change_frame_size_1): Declare arg DELAY.Karl Heuer1995-05-251-1/+1
|
* (buffer_posn_from_coords): Don't let startp be before BEGV.Karl Heuer1995-05-191-0/+5
|
* (buffer_posn_from_coords): New arg to compute_motion.Karl Heuer1995-05-181-3/+4
|
* [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.Karl Heuer1995-05-111-1/+3
|
* (update_frame): Don't put cursor in echo area unlessKarl Heuer1995-05-021-1/+2
| | | | the echo area is on this frame.
* (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.Richard M. Stallman1995-04-131-2/+22
| | | | (init_desired_glyphs): New function.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (direct_output_forward_char): Don't use direct output at an overlay boundary.Karl Heuer1995-03-221-1/+6
|
* (change_frame_size_1): New subroutine.Richard M. Stallman1995-02-171-3/+25
| | | | | | (change_frame_size): If f is termcap frame, change size of all of them. (remake_frame_glyphs): No longer static. Don't mark nonselected termcap frame as garbaged.
* (window_change_signal): Add ignored argument.Richard M. Stallman1995-02-141-1/+2
|
* (scrolling): Fewer restrictions if scroll_region_ok isRichard M. Stallman1994-12-261-2/+5
| | | | set. New vector old_draw_cost for direct scrolling method.
* (update_frame): Call calculate_costs if baud_rate changed.Richard M. Stallman1994-12-061-0/+3
|
* Fix typo in comment.Karl Heuer1994-11-161-1/+1
|
* (Fframe_or_buffer_changed_p):Richard M. Stallman1994-10-221-1/+8
| | | | Detect deletion of a buffer at the end of the buffer list.
* *** empty log message ***Morten Welinder1994-10-171-3/+5
|
* (direct_output_for_insert, direct_output_forward_char, change_frame_size,Karl Heuer1994-10-041-10/+10
| | | | Fsleep_for): Don't use XFASTINT as an lvalue.
* (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros insteadKarl Heuer1994-10-041-4/+4
| | | | of calling XSET directly.
* (direct_output_for_insert, direct_output_forward_char): Fix Lisp_ObjectKarl Heuer1994-09-191-2/+2
| | | | vs. int problems.
* (preserve_other_columns): Fix arg to sizeof in bcopy call.Richard M. Stallman1994-09-181-4/+4
|
* (free_frame_glyphs): No longer static.Richard M. Stallman1994-08-301-1/+1
|
* (sit_for): Undo previous change.Richard M. Stallman1994-07-311-4/+0
|
* (direct_output_for_insert): Pass missing 8thRichard M. Stallman1994-07-311-1/+1
| | | | argument to compute_char_face.
* (direct_output_for_insert): Dpn't call compute_char_faceRichard M. Stallman1994-07-201-1/+4
| | | | for a non-X frame.
* (sit_for): Return immediately if unread events exist.Richard M. Stallman1994-07-191-0/+4
|
* (syms_of_display): Make baud-rate a user var.Richard M. Stallman1994-06-161-1/+1
|
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+2
|
* (Fframe_or_buffer_changed_p): Reuse the state vector.Karl Heuer1994-06-071-2/+8
|
* (Fframe_or_buffer_changed_p): New function.Karl Heuer1994-06-061-0/+57
|
* Include systime.h after xterm.h.Richard M. Stallman1994-06-051-1/+3
|
* (change_frame_size): Keep cursor coords in range.Richard M. Stallman1994-05-231-1/+6
|
* (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,Richard M. Stallman1994-05-191-1/+7
| | | | | | use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined. Include errno.h.
* (update_frame): Fix test of outq and baud_rate some more.Richard M. Stallman1994-05-171-1/+1
|
* (update_frame): Fix backwd test of outq and baud_rate.Richard M. Stallman1994-05-171-1/+1
|
* Comment fix.Roland McGrath1994-05-101-0/+3
|
* [__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.Roland McGrath1994-05-101-1/+2
|