Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewritten. | Gerd Moellmann | 1999-07-21 | 1 | -262/+275 |
| | |||||
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -1/+3 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | [HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry. | Geoff Voelker | 1995-11-07 | 1 | -4/+4 |
| | | | | | | Use FRAME_WINDOW_P instead of testing for specific window system frames. Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems. | ||||
* | (scrolling_1): When scroll_region_ok is set, use a | Richard M. Stallman | 1994-12-26 | 1 | -9/+451 |
| | | | | | | | | new scrolling method which scrolls groups of lines directly to their final vertical positions. (struct matrix_elt): New field writecount. (calculate_direct_scrolling): New function. (do_direct_scrolling): New function. | ||||
* | (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. | Richard M. Stallman | 1994-12-04 | 1 | -2/+2 |
| | |||||
* | (do_line_insertion_deletion_costs): Fix argument order. | Karl Heuer | 1994-10-18 | 1 | -1/+1 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | (calculate_scrolling): Add explicit casts, to avoid compiler warnings. | Karl Heuer | 1994-04-15 | 1 | -2/+2 |
| | |||||
* | (struct matrix_elt): Use int, not short. | Richard M. Stallman | 1994-04-09 | 1 | -7/+7 |
| | | | | | Use unsigned char for insertcount and deletecount. (INFINITY): Increase to 1000000. | ||||
* | (do_scrolling): Handle charstarts like glyphs. | Richard M. Stallman | 1994-04-03 | 1 | -4/+20 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (calculate_scrolling): Defend against negative baud_rate. | Richard M. Stallman | 1993-05-31 | 1 | -0/+3 |
| | |||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | * scroll.c (do_scrolling): When bcopying the max_ascent field from | Jim Blandy | 1992-12-24 | 1 | -1/+1 |
| | | | | | current_frame to temp_frame, remember that max_ascent is an array of shorts, not ints. | ||||
* | * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or | Joseph Arceneaux | 1992-10-14 | 1 | -4/+2 |
| | | | | `face_list' elements. Do copy new `max_ascent' frame element. | ||||
* | * scroll.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF): | Jim Blandy | 1992-08-12 | 1 | -1/+1 |
| | | | | | | Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and FRAME_HAS_MINIBUF_P, for consistency with the rest of the frame macros. | ||||
* | entered into RCS | Jim Blandy | 1992-07-13 | 1 | -115/+115 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-06-30 | 1 | -11/+2 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-02-04 | 1 | -23/+24 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-10-25 | 1 | -6/+6 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-07-09 | 1 | -1/+1 |
| | |||||
* | Initial revision | Jim Blandy | 1991-01-02 | 1 | -0/+606 |