summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (move_it_to): Handle GET_FROM_STRETCH method when checking for posChong Yidong2008-12-301-1/+2
* (try_window_reusing_current_matrix): Ensure that window cursorChong Yidong2008-11-071-7/+10
* (syms_of_xdisp): Mention set-window-buffer inMartin Rudalics2008-10-291-3/+4
* * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)Stefan Monnier2008-10-281-5/+5
* (try_scrolling): When computing the distance from the scroll margin toChong Yidong2008-10-271-28/+23
* Perform last revert properly. :-(Chong Yidong2008-10-271-9/+13
* Perform last revert properly.Chong Yidong2008-10-271-2/+1
* Reverse last change.Chong Yidong2008-10-271-1/+2
* (try_scrolling): When computing distance from the scroll margin, don'tChong Yidong2008-10-271-13/+9
* (handle_single_display_spec, handle_display_prop): UndoChong Yidong2008-10-241-35/+23
* * xdisp.c (fill_glyph_string): Fix typo in source (though theJuanma Barranquero2008-10-231-3/+3
* * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.Juanma Barranquero2008-10-221-4/+1
* (redisplay_internal): If frame switched, redisplay the whole thing on MSDOSEli Zaretskii2008-10-041-1/+1
* * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.curren...Adrian Robert2008-10-021-0/+4
* (move_it_to): Don't advance the iterator if the last tab in aChong Yidong2008-09-301-5/+6
* (get_next_display_element): Handle string display correctly whenChong Yidong2008-09-201-7/+44
* (handle_composition_prop): Set it->cmp_it.ch to -1.Kenichi Handa2008-09-101-0/+1
* (move_it_to): When moving by vpos, ensure that the iterator advancesChong Yidong2008-09-071-2/+12
* * nsfont.m (nsfont_draw): Fix the references to missing gidx dataTeodor Zlatanov2008-09-071-2/+2
* (prepare_menu_bars): Don't callMartin Rudalics2008-08-311-2/+3
* Include font.h.Kenichi Handa2008-08-291-324/+365
* (truncate-partial-width-windows): Doc fix. Increase default to 50.Glenn Morris2008-08-291-2/+4
* (update_tool_bar_unwind): New function.Chong Yidong2008-08-291-1/+17
* (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.Eli Zaretskii2008-08-231-1/+1
* (try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM forChong Yidong2008-08-231-16/+20
* get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.David Reitter2008-08-201-1/+4
* Remove dead code.Chong Yidong2008-08-171-75/+23
* (x_produce_glyphs): Handle the case when font has no space characterChong Yidong2008-08-111-18/+26
* (move_it_to): When stopping at a charpos, check if that's a continuedChong Yidong2008-08-081-0/+24
* (redisplay_window): Revert last change.Chong Yidong2008-08-071-9/+8
* (try_scrolling): Use iterator to find the scroll margin,Chong Yidong2008-08-061-48/+47
* (redisplay_window): Don't enforce scroll-margin when forcing a windowChong Yidong2008-08-051-6/+4
* fix popup menu selection return (menu.c); add use of popup_activated under NS...Adrian Robert2008-08-041-2/+2
* (redisplay_window): Check return value ofChong Yidong2008-07-281-3/+8
* * lisp.h (init_weak_hash_tables, syms_of_font)Andreas Schwab2008-07-281-0/+3
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-26/+9
* (right_overwritten): Doc fixJason Rumney2008-07-231-1/+1
* change most cases of PENDING to TODO, some to FIXME or XXXAdrian Robert2008-07-171-1/+1
* (move_it_in_display_line): Account for word wrap, so that we don'tChong Yidong2008-07-161-1/+19
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-14/+54
* * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.Jason Rumney2008-07-151-3/+6
* applying patch to consolidate non-GUI portion of hourglass implementation as ...Adrian Robert2008-07-151-0/+89
* (move_it_to): Backtrack if past the edge of a wrapped line.Chong Yidong2008-07-101-36/+51
* (try_window_id): Give up if word-wrapping is on.Chong Yidong2008-07-051-6/+11
* (get_it_property): Move out of HAVE_WINDOW_SYSTEMAndreas Schwab2008-07-051-19/+19
* (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.Chong Yidong2008-07-051-66/+106
* (next_element_from_display_vector): Move assignment outJason Rumney2008-07-021-2/+2
* Implement display-time wrap/line-prefix featureMiles Bader2008-07-011-7/+130
* (extend_face_to_end_of_line): Fix last change.Chong Yidong2008-06-261-2/+1
* (handle_auto_composed_prop): Fix for the terminal case.Kenichi Handa2008-06-261-3/+5