- 01 Jan, 2004 1 commit
-
-
Jason Rumney authored
-
- 27 Dec, 2003 1 commit
-
-
Kim F. Storm authored
-
- 05 Oct, 2003 1 commit
-
-
Jan Djärv authored
that function is removed. * xterm.c (x_set_offset): Use move_offset_left/top instead of x/y_pixels_outer_diff. (x_check_expected_move): Calculate move_offset_left/top. * xterm.h (struct x_output): New members: move_offset_top/left. * frame.c (x_set_frame_parameters): x_fullscreen_move removed, call x_set_offset directly. * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 31 Aug, 2003 2 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
returned even when font_type is unknown.
-
- 27 Aug, 2003 1 commit
-
-
Jason Rumney authored
-
- 01 Jun, 2003 1 commit
-
-
Jason Rumney authored
(w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs WHEEL_EVENT events.
-
- 27 May, 2003 2 commits
-
-
Juanma Barranquero authored
-
Jason Rumney authored
-
- 26 May, 2003 1 commit
-
-
Juanma Barranquero authored
mouse wheel is respectively mapped to mouse button 4 and 5. (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as WM_MOUSEWHEEL events.
-
- 24 May, 2003 1 commit
-
-
Kim F. Storm authored
new macros in dispextern.h, frame.h and window.h. (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars. (glyph_rect): Use window coordinates returned from window_from_coordinates rather than frame_to_window_pixel_xy. (XTset_vertical_scroll_bar): Adapt to per-window fringes and scroll-bars. (w32_clip_to_row): Remove superfluous whole_line_p arg and code (fringes are now inside margins, i.e. always in the clipping area). All callers changed. (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT directly, then call compute_fringe_widths. Don't call frame_update_line_height.
-
- 04 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 31 Mar, 2003 2 commits
-
-
Juanma Barranquero authored
-
Kim F. Storm authored
(x_fullscreen_adjust): Remove. Use generic instead. (x_redisplay_interface): Add w32_frame_parm_handlers member.
-
- 23 Mar, 2003 1 commit
-
-
Kim F. Storm authored
-
- 21 Mar, 2003 3 commits
-
-
Kim F. Storm authored
Add generic versions here. Remove system specific versions defined elsewhere.
-
Kim F. Storm authored
draw_window_cursor member. All uses changed.
-
Kim F. Storm authored
(BETWEEN): Remove unused macro. (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert) (w32_define_frame_cursor, w32_clear_frame_area) (w32_draw_window_cursor): New W32-specific functions for RIF. (w32_redisplay_interface): Add new members.
-
- 16 Mar, 2003 2 commits
-
-
Jason Rumney authored
-
Kim F. Storm authored
(BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead. (w32_per_char_metric): Change font_type arg to int for RIF. (w32_encode_char): Return int according to RIF requirements. (w32_compute_glyph_string_overhangs): Adapt to RIF. (w32_get_glyph_overhangs): New function for RIF. Uses generic x_get_glyph_overhangs. (w32_redisplay_interface): Add new members.
-
- 12 Mar, 2003 1 commit
-
-
Kim F. Storm authored
(w32_draw_fringe_bitmap): Only perform actual fringe drawing. (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
-
- 06 Mar, 2003 1 commit
-
-
Juanma Barranquero authored
(w32_term_init): Use it to initialize xrdb member of w32_display_info struct. Delete leftover code.
-
- 22 Jan, 2003 1 commit
-
-
Jason Rumney authored
(x_draw_composite_glyph_string_foreground): Implement overstriking. * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update). * w32term.c (notice_overwritten_cursor): Handle the special case of the cursor being in the first blank non-text line at the end of a window. * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor) (x_draw_phys_cursor_glyph): Set phys_cursor_width here. Compute from the x position returned by x_draw_glyphs. * w32term.c (note_mode_line_or_margin_highlight): Renamed from note_mode_line_highlight and extended. * w32term.c (last_window): New variable. (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs. (note_mouse_movement): Remove reimplemented code in #if 0.
-
- 21 Jan, 2003 1 commit
-
-
Jason Rumney authored
* w32term.c (note_mode_line_highlight): Delete #if 0 to enable function w32_define_cursor. (note_mouse_highlight): Initialize, setup cursor accoding to mouse position, change member name output_data.x to output_data.w32 and add function w32_define_cursor. (show_mouse_face): Delete #if 0 to enable function w32_define_cursor and change member name output_data.x to output_data.w32. (w32_initialize_display_info): Setup dpyinfo->vertical_scroll_bar_cursor. 2003-01-21 David Ponce <david@dponce.com> * w32term.c (w32_encode_char): For DIM=1 charset, set ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c x_encode_char change by Kenichi Handa <handa@m17n.org> on 2002-09-30. (w32_draw_relief_rect): Declare all args. (w32_define_cursor): New.
-
- 18 Dec, 2002 1 commit
-
-
Ben Key authored
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
-
- 12 Dec, 2002 1 commit
-
-
Jason Rumney authored
(w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement. Be more careful about when help_events are generated.
-
- 16 Nov, 2002 1 commit
-
-
Jason Rumney authored
-
- 15 Nov, 2002 2 commits
-
-
Jason Rumney authored
(w32_draw_image_foreground_1): Use standard copy and invert operations to draw images.
-
Jason Rumney authored
(w32_draw_image_foreground_1): Handle image masks. (x_draw_image_glyph_string): Don't BitBlt transparently.
-
- 08 Nov, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 26 Oct, 2002 1 commit
-
-
Kim F. Storm authored
-
- 24 Oct, 2002 1 commit
-
-
Kim F. Storm authored
get_window_cursor_type to track system caret.
-
- 23 Oct, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 30 Aug, 2002 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. (x_display_and_set_cursor): Use get_window_cursor_type. Remove unused local variables cursor_off_state. Redraw cursor if hbar cursor width changes.
-
- 29 Aug, 2002 1 commit
-
-
Richard M. Stallman authored
and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off. (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor. (expose_overlaps): New function. (expose_window): Use it to fix the display of overlapping rows.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 13 Jun, 2002 1 commit
-
-
Pavel Janík authored
-
- 25 May, 2002 1 commit
-
-
Jason Rumney authored
-