aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-12-221-0/+4
|
* (size_window): When setting the window's too_small_okGerd Moellmann2000-12-221-1/+1
| | | | | flag, compare old size with minimum size depending on WIDTH_P, don't compare with window_min_width.
* (w32_draw_bitmap): Fix drawing so it does not appear in the wrong colorsJason Rumney2000-12-222-17/+22
| | | | | when the foreground is not black. (expose_window): Don't redraw the window that's currently being updated.
* (delete_window): Simplify somewhat.Gerd Moellmann2000-12-222-10/+16
| | | | | | | (Fset_window_configuration): Don't SET_FRAME_GARBAGED after freeing window matrices. The flag windows_or_buffers_changed is set, so the next redisplay will consider all windows; this should suffice.
* (struct ccl_program): New member cr_consumed.Kenichi Handa2000-12-221-2/+7
|
* (CCL_WRITE_CHAR): Don't handle EOL conversion here.Kenichi Handa2000-12-221-31/+57
| | | | | (CCL_READ_CHAR): Handle EOL conversion here. (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
* (ccl_coding_driver): Initialize ccl->cr_consumed.Kenichi Handa2000-12-211-2/+12
|
* *** empty log message ***Kenichi Handa2000-12-211-0/+10
|
* *** empty log message ***Gerd Moellmann2000-12-211-0/+12
|
* Fix a typo.Gerd Moellmann2000-12-211-1/+1
|
* (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional argGerd Moellmann2000-12-211-5/+10
| | | | GLYPHS.
* (GLYPH_EQUAL_P): Also compare pixel widths,Gerd Moellmann2000-12-211-1/+2
| | | | otherwise tabs of different size compare equal.
* (Fcall_interactively): Prevent a compiler warning.Gerd Moellmann2000-12-211-1/+4
|
* (print_unwind): Return nil.Gerd Moellmann2000-12-211-3/+8
| | | | | (PRINTDECLARE): Initialize all local variables. (print_preprocess): Add a default case.
* (Qinhibit_point_motion_hooks): Declare extern.Gerd Moellmann2000-12-211-0/+1
|
* *** empty log message ***Gerd Moellmann2000-12-211-0/+4
|
* (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.Gerd Moellmann2000-12-211-1/+5
|
* *** empty log message ***Gerd Moellmann2000-12-211-0/+14
|
* (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)Gerd Moellmann2000-12-211-53/+82
| | | | [GLYPH_DEBUG]: Extended to dump glyphs in short form.
* (ensure_frame_matrix): Removed.Gerd Moellmann2000-12-211-14/+72
| | | | | (save_frame_matrix, restore_frame_matrix): New functions. (adjust_frame_glyphs_for_frame_redisplay): Use them.
* (ensure_frame_matrix): Function declaration removed.Gerd Moellmann2000-12-211-1/+0
|
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-211-3/+0
| | | | (Fset_window_configuration): Calls to ensure_frame_matrix removed.
* (x_update_begin): Regenerate the palette here, ratherAndrew Innes2000-12-212-13/+19
| | | | than for each window.
* (select_palette): Avoid calling SelectPalette ifAndrew Innes2000-12-211-1/+9
| | | | | palette is NULL, since this corrupts memory! Also get display_info reference from frame.
* (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoidJason Rumney2000-12-211-2/+2
| | | | returning without releasing it.
* (w32_init_bdf_font): Fix test for valid bmp heap.Jason Rumney2000-12-212-2/+2
|
* *** empty log message ***Jason Rumney2000-12-211-0/+7
|
* *** empty log message ***Kenichi Handa2000-12-211-0/+3
|
* (push_key_description): Don't convert eight-bit-controlKenichi Handa2000-12-211-3/+0
| | | | and eight-bit-graphic to multibyte character.
* (Fmake_char_internal): If CHARSET doesn't have aKenichi Handa2000-12-211-2/+6
| | | | | generic character and CODE1 is nil, return the smallest character in CHARSET.
* *** empty log message ***Kenichi Handa2000-12-211-0/+6
|
* (NSIG): Don't redefine.Dave Love2000-12-212-0/+6
|
* (where_is_internal): Check ascii_sequence_p rather thanStefan Monnier2000-12-202-22/+16
| | | | | | | excluding menu-bar and tool-bar. (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache. (menu_item_p): Remove. (where_is_internal_1): Don't ignore menu-items.
* *** empty log message ***Gerd Moellmann2000-12-201-0/+17
|
* (hscroll_window_tree): Take window's min_hscrollGerd Moellmann2000-12-201-1/+3
| | | | into account.
* (make_window): Initialize window's min_hscroll.Gerd Moellmann2000-12-201-20/+30
| | | | | | | | | | | (Fset_window_hscroll): Set window's hscroll and min_hscroll. (set_window_buffer, temp_output_buffer_show): Set min_hscroll to zero. (struct saved_window): New member min_hscroll. (SAVED_WINDOW_VECTOR_SIZE): Set to 17. (Fset_window_configuration): Set window's min_hscroll. (save_window_save): Save window's min_hscroll. (compare_window_configurations): Compare min_hscroll values.
* (struct window): New member min_hscroll.Gerd Moellmann2000-12-201-0/+3
|
* (echo_prompt): Prevent a compiler warning.Gerd Moellmann2000-12-201-1/+1
|
* (try_cursor_movement): Fix last change. The realGerd Moellmann2000-12-202-4/+11
| | | | | condition is that PT is at the end of the row, and should be displayed at the start of the next row.
* (try_cursor_movement): If we end on a partiallyGerd Moellmann2000-12-202-2/+6
| | | | visible line, end we already decided to scroll, return -1.
* (fake_current_matrices, ensure_frame_matrix): NewGerd Moellmann2000-12-201-5/+73
| | | | | | | functions. (adjust_frame_glyphs_for_frame_redisplay): If display has been completed, call fake_current_matrices instead of marking frame garbaged.
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-201-1/+4
| | | | (Fset_window_configuration): Call ensure_frame_matrix.
* (ensure_frame_matrix): Add prototype.Gerd Moellmann2000-12-201-0/+1
|
* *** empty log message ***Gerd Moellmann2000-12-201-0/+13
|
* (syms_of_w32fns): Initialize and staticpro tip_frame.Jason Rumney2000-12-202-1/+7
|
* (Frequire): Doc fix.Eli Zaretskii2000-12-192-1/+6
|
* Fix copy/paste error.Gerd Moellmann2000-12-191-0/+3
|
* (window_scroll_pixel_based): Don't useGerd Moellmann2000-12-191-6/+13
| | | | move_it_vertically.
* (direct_output_for_insert): Fix check for mini-windowGerd Moellmann2000-12-192-2/+7
| | | | currently displaying a message.
* *** empty log message ***Gerd Moellmann2000-12-191-0/+6
|