2008-10-04 |
Eli Zaretskii |
(redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
|
2008-10-02 |
Adrian Robert |
* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
|
2008-09-30 |
Chong Yidong |
(move_it_to): Don't advance the iterator if the last tab in a
|
2008-09-20 |
Chong Yidong |
(get_next_display_element): Handle string display correctly when
|
2008-09-10 |
Kenichi Handa |
(handle_composition_prop): Set it->cmp_it.ch to -1.
|
2008-09-07 |
Chong Yidong |
(move_it_to): When moving by vpos, ensure that the iterator advances
|
2008-09-07 |
Teodor Zlatanov |
* nsfont.m (nsfont_draw): Fix the references to missing gidx data
|
2008-08-31 |
Martin Rudalics |
(prepare_menu_bars): Don't call
|
2008-08-29 |
Kenichi Handa |
Include font.h.
|
2008-08-29 |
Glenn Morris |
(truncate-partial-width-windows): Doc fix. Increase default to 50.
|
2008-08-29 |
Chong Yidong |
(update_tool_bar_unwind): New function.
|
2008-08-23 |
Eli Zaretskii |
(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
|
2008-08-23 |
Chong Yidong |
(try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for
|
2008-08-20 |
David Reitter |
get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
|
2008-08-17 |
Chong Yidong |
Remove dead code.
|
2008-08-11 |
Chong Yidong |
(x_produce_glyphs): Handle the case when font has no space character
|
2008-08-08 |
Chong Yidong |
(move_it_to): When stopping at a charpos, check if that's a continued
|
2008-08-07 |
Chong Yidong |
(redisplay_window): Revert last change.
|
2008-08-06 |
Chong Yidong |
(try_scrolling): Use iterator to find the scroll margin,
|
2008-08-05 |
Chong Yidong |
(redisplay_window): Don't enforce scroll-margin when forcing a window
|
2008-08-04 |
Adrian Robert |
fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
|
2008-07-28 |
Chong Yidong |
(redisplay_window): Check return value of
|
2008-07-28 |
Andreas Schwab |
* lisp.h (init_weak_hash_tables, syms_of_font)
|
2008-07-27 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
2008-07-23 |
Jason Rumney |
(right_overwritten): Doc fix
|
2008-07-17 |
Adrian Robert |
change most cases of PENDING to TODO, some to FIXME or XXX
|
2008-07-16 |
Chong Yidong |
(move_it_in_display_line): Account for word wrap, so that we don't
|
2008-07-15 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|
2008-07-15 |
Jason Rumney |
* w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
before-merge-emacs-app-to-trunk
|
2008-07-15 |
Adrian Robert |
applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341
|
2008-07-10 |
Chong Yidong |
(move_it_to): Backtrack if past the edge of a wrapped line.
|
2008-07-05 |
Chong Yidong |
(try_window_id): Give up if word-wrapping is on.
|
2008-07-05 |
Andreas Schwab |
(get_it_property): Move out of HAVE_WINDOW_SYSTEM
|
2008-07-05 |
Chong Yidong |
(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
|
2008-07-02 |
Jason Rumney |
(next_element_from_display_vector): Move assignment out
|
2008-07-01 |
Miles Bader |
Implement display-time wrap/line-prefix feature
|
2008-06-26 |
Chong Yidong |
(extend_face_to_end_of_line): Fix last change.
|
2008-06-26 |
Kenichi Handa |
(handle_auto_composed_prop): Fix for the terminal case.
|
2008-06-25 |
Jason Rumney |
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
|
2008-06-25 |
Juanma Barranquero |
* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
|
2008-06-24 |
Chong Yidong |
(Vtruncate_partial_width_windows): New Lisp_Object, replacing
|
2008-06-14 |
Stefan Monnier |
(syms_of_xdisp): Default underline-minimum-offset to 1.
|
2008-06-10 |
Stefan Monnier |
* xdisp.c (underline_minimum_offset): Rename from xterm.c's
|
2008-06-06 |
Miles Bader |
Calculate tab width based on current face, not global default
|
2008-06-05 |
Stefan Monnier |
* window.c (window_scroll_pixel_based_preserve_x)
|
2008-06-01 |
Miles Bader |
Implement face-remapping-alist feature
|
2008-05-27 |
Stefan Monnier |
Include font.h for --without-x.
|
2008-05-27 |
Chong Yidong |
(draw_glyphs): If mouse-highlighting is on, attempt to draw overlap
|
2008-05-20 |
Stefan Monnier |
* xdisp.c (select_frame_for_redisplay): Adjust for last change to
|
2008-05-14 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-14 |
Kenichi Handa |
Throughout the file, delete all USE_FONT_BACKEND
|
2008-04-24 |
Miles Bader |
Merge from emacs--rel--22
|
2008-04-20 |
Chong Yidong |
(pos_visible_p): Check if iterator stops on a display string.
|
2008-04-10 |
Glenn Morris |
Revert changes included by mistake in previous commit.
|
2008-04-10 |
Glenn Morris |
(truncate-partial-width-windows): Doc fix.
|
2008-04-09 |
Jason Rumney |
(redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
|
2008-04-09 |
Stefan Monnier |
* xdisp.c (redisplay_internal): Reset tty's color_mode when switching
|
2008-04-01 |
Stefan Monnier |
(try_window_id): Don't forget to reset delta_bytes.
|
2008-03-29 |
Stefan Monnier |
* keyboard.c (pending_funcalls): New var.
|
2008-03-26 |
Stefan Monnier |
(redisplay_internal): Reset selected_frame earlier.
|
2008-03-19 |
Stefan Monnier |
(format_mode_line_unwind_data): Add window argument.
|
2008-03-10 |
Miles Bader |
Merge from emacs--rel--22
|
2008-03-08 |
Kim F. Storm |
(GET_NEXT_DISPLAY_ELEMENT): New macro.
|
2008-02-29 |
Chong Yidong |
(next_overlay_string): Don't set overlay_strings_at_end_processed_p if
|
2008-02-29 |
Stefan Monnier |
(get_overlay_strings_1): Fix typo.
|
2008-02-29 |
Chong Yidong |
(get_overlay_strings_1): Add missing argument type.
|
2008-02-28 |
Kenichi Handa |
(handle_auto_composed_prop): Don't make composition if it->string
|
2008-02-28 |
Kenichi Handa |
(display_mode_element): Cancel the previous change.
|
2008-02-27 |
Kim F. Storm |
(get_next_display_element, next_element_from_display_vector):
|
2008-02-26 |
Stefan Monnier |
* dispextern.h (face_at_buffer_position, face_for_overlay_string)
|
2008-02-25 |
Kenichi Handa |
(x_produce_glyphs): For a visible glyph, assure at least
|
2008-02-25 |
Kenichi Handa |
*** empty log message ***
|
2008-02-24 |
Stefan Monnier |
Allow fine-grained image-cache flushing.
|
2008-02-22 |
Stefan Monnier |
Consolidate the image_cache to the terminal struct.
|
2008-02-21 |
Kenichi Handa |
(display_mode_element): Fix previous change.
|
2008-02-21 |
Kenichi Handa |
(decode_mode_spec): New arg string.
|
2008-02-17 |
Juanma Barranquero |
*** empty log message ***
|
2008-02-17 |
Kenichi Handa |
(handle_composition_prop): Set it->c to the fist
|
2008-02-07 |
Stefan Monnier |
* xselect.c (x_handle_dnd_message):
|
2008-02-06 |
Kenichi Handa |
(x_produce_glyphs): Don't set it->ascent and it->descent
|
2008-01-30 |
Miles Bader |
Merge from emacs--devo--0
|
2008-01-09 |
Miles Bader |
Merge from emacs--devo--0
|
2007-12-29 |
Miles Bader |
Merge from emacs--devo--0
|
2007-12-25 |
Kenichi Handa |
(handle_auto_composed_prop): Change the argument to
|
2007-12-14 |
Kenichi Handa |
(handle_auto_composed_prop): Don't get a character at
|
2007-12-13 |
Kenichi Handa |
(handle_auto_composed_prop): Use Fget_text_property
|
2007-12-06 |
Miles Bader |
Merge from emacs--devo--0
|
2007-12-06 |
Kenichi Handa |
(handle_auto_composed_prop): Fix previous change.
|
2007-12-04 |
Kenichi Handa |
(handle_auto_composed_prop): Simplify the code. Never
|
2007-12-02 |
Andreas Schwab |
(back_to_previous_visible_line_start): Fix type of beg
|
2007-12-01 |
Kenichi Handa |
(handle_composition_prop): Adjusted for the change of
|
2007-11-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-10-19 |
Miles Bader |
Merge from emacs--devo--0
|
2007-10-15 |
Miles Bader |
Merge from emacs--devo--0
|
2007-10-12 |
Miles Bader |
Fix up multi-tty merge
|
2007-10-12 |
Miles Bader |
xdisp.c (get_char_face_and_encoding): Add extra args to FACE_FOR_CHAR.
|
2007-10-12 |
Miles Bader |
src/xdisp.c: Remove extraneous definition of get_glyph_face_and_encoding.
|
2007-10-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-09-13 |
Kenichi Handa |
(get_glyph_string_clip_rects): Reflect s->row->clip to
|
2007-08-29 |
Miles Bader |
Merge from emacs--devo--0
|
2007-08-13 |
Miles Bader |
Merge from emacs--devo--0
|
2007-08-03 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-27 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-24 |
Miles Bader |
Merge from emacs--devo--0
unicode-xft-base
|
2007-07-09 |
Miles Bader |
Merge from emacs--devo--0
|
2007-06-16 |
Miles Bader |
Merge from emacs--devo--0
|
2007-06-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-31 |
Jason Rumney |
(fill_composite_glyph_string): Make the first arg to
|
2007-05-30 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-24 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-01 |
Miles Bader |
Merge from emacs--devo--0
|
2007-04-24 |
Miles Bader |
Merge from emacs--devo--0
|
2007-04-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-03-21 |
Miles Bader |
Merge from emacs--devo--0
|
2007-03-18 |
Miles Bader |
Merge from emacs--devo--0
|
2007-02-14 |
Kenichi Handa |
(x_produce_glyphs): When a font is not found, make the
|
2007-01-26 |
Miles Bader |
Merge from emacs--devo--0
|
2007-01-01 |
Miles Bader |
Merge from emacs--devo--0
|
2006-12-16 |
Miles Bader |
Merge from emacs--devo--0
|
2006-12-07 |
Miles Bader |
Merge from emacs--devo--0
|