| Commit message (Expand) | Author | Age | Files | Lines |
* | (move_it_to): Handle GET_FROM_STRETCH method when checking for pos | Chong Yidong | 2008-12-30 | 1 | -1/+2 |
* | (try_window_reusing_current_matrix): Ensure that window cursor | Chong Yidong | 2008-11-07 | 1 | -7/+10 |
* | (syms_of_xdisp): Mention set-window-buffer in | Martin Rudalics | 2008-10-29 | 1 | -3/+4 |
* | * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog) | Stefan Monnier | 2008-10-28 | 1 | -5/+5 |
* | (try_scrolling): When computing the distance from the scroll margin to | Chong Yidong | 2008-10-27 | 1 | -28/+23 |
* | Perform last revert properly. :-( | Chong Yidong | 2008-10-27 | 1 | -9/+13 |
* | Perform last revert properly. | Chong Yidong | 2008-10-27 | 1 | -2/+1 |
* | Reverse last change. | Chong Yidong | 2008-10-27 | 1 | -1/+2 |
* | (try_scrolling): When computing distance from the scroll margin, don't | Chong Yidong | 2008-10-27 | 1 | -13/+9 |
* | (handle_single_display_spec, handle_display_prop): Undo | Chong Yidong | 2008-10-24 | 1 | -35/+23 |
* | * xdisp.c (fill_glyph_string): Fix typo in source (though the | Juanma Barranquero | 2008-10-23 | 1 | -3/+3 |
* | * xdisp.c (next_element_from_buffer): Remove bogus xassert condition. | Juanma Barranquero | 2008-10-22 | 1 | -4/+1 |
* | (redisplay_internal): If frame switched, redisplay the whole thing on MSDOS | Eli Zaretskii | 2008-10-04 | 1 | -1/+1 |
* | * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.curren... | Adrian Robert | 2008-10-02 | 1 | -0/+4 |
* | (move_it_to): Don't advance the iterator if the last tab in a | Chong Yidong | 2008-09-30 | 1 | -5/+6 |
* | (get_next_display_element): Handle string display correctly when | Chong Yidong | 2008-09-20 | 1 | -7/+44 |
* | (handle_composition_prop): Set it->cmp_it.ch to -1. | Kenichi Handa | 2008-09-10 | 1 | -0/+1 |
* | (move_it_to): When moving by vpos, ensure that the iterator advances | Chong Yidong | 2008-09-07 | 1 | -2/+12 |
* | * nsfont.m (nsfont_draw): Fix the references to missing gidx data | Teodor Zlatanov | 2008-09-07 | 1 | -2/+2 |
* | (prepare_menu_bars): Don't call | Martin Rudalics | 2008-08-31 | 1 | -2/+3 |
* | Include font.h. | Kenichi Handa | 2008-08-29 | 1 | -324/+365 |
* | (truncate-partial-width-windows): Doc fix. Increase default to 50. | Glenn Morris | 2008-08-29 | 1 | -2/+4 |
* | (update_tool_bar_unwind): New function. | Chong Yidong | 2008-08-29 | 1 | -1/+17 |
* | (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode. | Eli Zaretskii | 2008-08-23 | 1 | -1/+1 |
* | (try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for | Chong Yidong | 2008-08-23 | 1 | -16/+20 |
* | get_phys_cursor_geometry: redraw wider pixels on Nextstep, too. | David Reitter | 2008-08-20 | 1 | -1/+4 |
* | Remove dead code. | Chong Yidong | 2008-08-17 | 1 | -75/+23 |
* | (x_produce_glyphs): Handle the case when font has no space character | Chong Yidong | 2008-08-11 | 1 | -18/+26 |
* | (move_it_to): When stopping at a charpos, check if that's a continued | Chong Yidong | 2008-08-08 | 1 | -0/+24 |
* | (redisplay_window): Revert last change. | Chong Yidong | 2008-08-07 | 1 | -9/+8 |
* | (try_scrolling): Use iterator to find the scroll margin, | Chong Yidong | 2008-08-06 | 1 | -48/+47 |
* | (redisplay_window): Don't enforce scroll-margin when forcing a window | Chong Yidong | 2008-08-05 | 1 | -6/+4 |
* | fix popup menu selection return (menu.c); add use of popup_activated under NS... | Adrian Robert | 2008-08-04 | 1 | -2/+2 |
* | (redisplay_window): Check return value of | Chong Yidong | 2008-07-28 | 1 | -3/+8 |
* | * lisp.h (init_weak_hash_tables, syms_of_font) | Andreas Schwab | 2008-07-28 | 1 | -0/+3 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -26/+9 |
* | (right_overwritten): Doc fix | Jason Rumney | 2008-07-23 | 1 | -1/+1 |
* | change most cases of PENDING to TODO, some to FIXME or XXX | Adrian Robert | 2008-07-17 | 1 | -1/+1 |
* | (move_it_in_display_line): Account for word wrap, so that we don't | Chong Yidong | 2008-07-16 | 1 | -1/+19 |
* | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -14/+54 |
* | * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect. | Jason Rumney | 2008-07-15 | 1 | -3/+6 |
* | applying patch to consolidate non-GUI portion of hourglass implementation as ... | Adrian Robert | 2008-07-15 | 1 | -0/+89 |
* | (move_it_to): Backtrack if past the edge of a wrapped line. | Chong Yidong | 2008-07-10 | 1 | -36/+51 |
* | (try_window_id): Give up if word-wrapping is on. | Chong Yidong | 2008-07-05 | 1 | -6/+11 |
* | (get_it_property): Move out of HAVE_WINDOW_SYSTEM | Andreas Schwab | 2008-07-05 | 1 | -19/+19 |
* | (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping. | Chong Yidong | 2008-07-05 | 1 | -66/+106 |
* | (next_element_from_display_vector): Move assignment out | Jason Rumney | 2008-07-02 | 1 | -2/+2 |
* | Implement display-time wrap/line-prefix feature | Miles Bader | 2008-07-01 | 1 | -7/+130 |
* | (extend_face_to_end_of_line): Fix last change. | Chong Yidong | 2008-06-26 | 1 | -2/+1 |
* | (handle_auto_composed_prop): Fix for the terminal case. | Kenichi Handa | 2008-06-26 | 1 | -3/+5 |