aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected]Karoly Lorentey2007-01-291-1/+2
|\
| * (try_window): Revert previous change.Chong Yidong2007-01-211-8/+0
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| * (try_window): Clear mouse-face highlights first.Chong Yidong2007-01-201-0/+9
* | Merged from [email protected].Karoly Lorentey2007-01-011-33/+57
|\|
| * (auto_resize_tool_bars_p): Replace with ...Kim F. Storm2006-12-291-27/+48
| * (redisplay_window): Set ignore_mouse_drag_p if tool-barKim F. Storm2006-12-151-2/+5
| * (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.Juanma Barranquero2006-12-111-1/+1
| * (show_mouse_face): Never use text cursor in tool-bar.Kim F. Storm2006-12-101-1/+1
| * (format-mode-line): Doc fix.Juanma Barranquero2006-12-101-2/+2
* | Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-3/+8
|\|
| * (move_it_to): Correctly count tab glyphs for continued lines ending inChong Yidong2006-11-301-1/+6
| * Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
| * (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.Eli Zaretskii2006-11-051-1/+1
* | Merged from [email protected].Karoly Lorentey2006-12-031-2/+6
|\|
| * (remember_mouse_glyph): Simplify last change.Kim F. Storm2006-10-231-5/+4
| * (remember_mouse_glyph): Don't crash if glyphs are not initialized.Kim F. Storm2006-10-231-2/+4
| * 2006-10-19 YAMAMOTO Mitsuharu <[email protected]>Kim F. Storm2006-10-191-0/+3
* | Merged from [email protected]Karoly Lorentey2006-10-141-50/+149
|\|
| * * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frameChong Yidong2006-10-131-14/+28
| * (pos_visible_p): Fix value when EOB is visible.Kim F. Storm2006-10-061-1/+2
| * (handle_fontified_prop): Don't fontify at EOB.Stefan Monnier2006-10-011-1/+3
| * (pos_visible_p): CHARPOS < 0 means return info forKim F. Storm2006-09-201-2/+3
| * (produce_image_glyph): Automatically crop wide images atKim F. Storm2006-09-141-1/+10
| * (get_window_cursor_type): Use hollow cursor onKim F. Storm2006-09-101-2/+4
| * * xdisp.c (mouse_autoselect_window): Removed.Chong Yidong2006-09-081-5/+18
| * (Vmenu_updating_frame): Define here.Richard M. Stallman2006-09-081-5/+24
| * (pos_visible_p): Remove exact_mode_line_heights_p arg;Kim F. Storm2006-09-051-18/+33
| * (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:Kim F. Storm2006-08-281-0/+2
| * (get_window_cursor_type): Replace BOX cursor on imagesKim F. Storm2006-08-271-3/+24
* | Merged from [email protected]Karoly Lorentey2006-10-141-17/+45
|\|
| * (overline_margin): New variable.Kim F. Storm2006-08-241-3/+13
| * (update_tool_bar): Redisplay toolbar also when onlyKim F. Storm2006-08-221-1/+2
| * (update_menu_bar): New arg HOOKS_RUN. Callers changed.Richard M. Stallman2006-07-291-13/+30
* | Merged from [email protected]Karoly Lorentey2006-07-291-7/+20
|\|
| * (handle_single_display_spec): Ensure the right value ofKim F. Storm2006-07-171-7/+18
| * (display_mode_line): Preserve match data.Thien-Thi Nguyen2006-07-171-0/+1
* | Merged from [email protected].Karoly Lorentey2006-07-141-11/+33
|\|
| * (display_tool_bar_line): Skip glyphs which are too bigKim F. Storm2006-07-011-10/+31
| * (handle_composition_prop): Set stop_charpos before push_it.Kim F. Storm2006-06-271-1/+2
* | Merged from [email protected]Karoly Lorentey2006-06-271-81/+159
|\|
| * (handle_composition_prop): Push iterator on stack.Kim F. Storm2006-06-231-4/+6
| * (handle_stop): Set it->ignore_overlay_strings_at_pos_pKim F. Storm2006-06-211-10/+14
| * (next_overlay_string): Fix assert.Kim F. Storm2006-06-161-48/+92
| * * xdisp.c (back_to_previous_visible_line_start): ResetChong Yidong2006-06-141-0/+2
| * (init_from_display_pos): Don't set it->method andKim F. Storm2006-06-131-35/+61
* | Merged from [email protected].Karoly Lorentey2006-06-121-14/+68
|\|
| * (next_element_from_composition): Set it->object toYAMAMOTO Mitsuharu2006-06-021-1/+22
| * (set_cursor_from_row): If cursor cannot be set in row,Kim F. Storm2006-05-281-4/+23
| * (get_phys_cursor_geometry): Return computed x and y throughKim F. Storm2006-05-271-9/+23