1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

158 commits

Author SHA1 Message Date
Kenichi Handa
8f924df7df *** empty log message *** 2003-09-08 12:53:41 +00:00
Kenichi Handa
463f5630a5 New directory 2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Jan Djärv
9d35adc75f Fix pixel calculation for TrueVisuals. 2003-08-30 17:44:40 +00:00
Jan Djärv
231d6cfb0c Create and initialize a client leader window so session management
doesn't restart Emacs twice.
2003-08-21 19:54:47 +00:00
Kenichi Handa
1552d1ea9c (struct x_bitmap_record): New member have_mask. 2003-07-31 00:51:34 +00:00
Juanma Barranquero
adbb56cbf0 (xg_set_icon): New function. 2003-07-13 17:30:09 +00:00
Kim F. Storm
43a74f12dd (struct x_output): Move members left_pos, top_pos,
border_width, pixel_height, pixel_width, line_height,
internal_border_width, vertical_scroll_bar_extra,
left_fringe_width, right_fringe_width, fringe_cols,
fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
(FRAME_DEFAULT_FONT_WIDTH): Remove macro.
(PIXEL_WIDTH, PIXEL_HEIGHT)
(FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
(FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
frame.h and renamed [see frame.h changes].
(CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
(CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
(PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
and renamed [see frame.h changes].
2003-05-24 22:10:38 +00:00
Dave Love
7ad6faa724 (use_xim) [HAVE_X_I18N]: Declare. 2003-05-21 22:11:31 +00:00
Kim F. Storm
47103c7753 (EMACS_CLASS): Remove. Use generic define.
(struct w32_display_info): Fix type of xrdb member.
(enum FULLSCREEN_*): Remove.
Remove prototypes for generic functions (in frame.h).
2003-03-31 20:36:37 +00:00
Kim F. Storm
4612b15525 (STORE_NATIVE_RECT): New macro. 2003-03-21 23:00:21 +00:00
Kim F. Storm
b11ce3eeb6 (No_Cursor): Declare as None for X.
(struct mac_output): Replace member cross_cursor by hand_cursor.
2003-03-21 13:52:57 +00:00
Kim F. Storm
fde8984c9f (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
(FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
(STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
New macros for consolidated code.
2003-03-16 20:47:08 +00:00
Kim F. Storm
055d3c98b7 Use generic compute_fringe_widths. 2003-03-12 12:12:26 +00:00
Jan Djärv
58e91b7793 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK. 2003-03-02 13:13:33 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Jan Djärv
1fcfb86611 Fix input methods for GTK.
Don't right justify GTK help menu.
2003-01-25 16:25:39 +00:00
Jan Djärv
488dd4c404 GTK version 2003-01-19 21:50:03 +00:00
Kenichi Handa
b94d3b355f (x_new_fontset): Prototype adjusted. 2003-01-10 07:22:39 +00:00
Jan Djärv
bf3382455d *** empty log message *** 2003-01-08 20:06:05 +00:00
Dave Love
75d0333328 (use_xim) [HAVE_X_I18N]: Declare. 2002-10-05 23:19:04 +00:00
Kim F. Storm
f0c8e81d17 (enum text_cursor_kinds): Removed.
(struct output_x) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(x_specified_cursor_type): Remove prototype.
2002-08-30 12:05:31 +00:00
Richard M. Stallman
cff72e2bc6 (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.
(struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
2002-08-27 18:41:51 +00:00
Kenichi Handa
18538ab385 (struct x_display_info): New member Xatom_UTF8_STRING. 2002-08-14 00:59:15 +00:00
Richard M. Stallman
1475142b5a (FRAME_CURSOR_WIDTH): New macro. 2002-07-27 18:56:36 +00:00
Kenichi Handa
40cbb819fa (x_get_font_repertory): Extern it. 2002-07-26 04:08:13 +00:00
Jan Djärv
e5cd5390a3 (struct x_output): Add focus_state. 2002-06-28 19:41:21 +00:00
Pavel Janík
e43bd4f5b2 *** empty log message *** 2002-06-13 15:00:02 +00:00
Eli Zaretskii
6fab1572a3 (text_cursor_kinds): New enumeration member HBAR_CURSOR. 2002-04-19 11:51:16 +00:00
Jan Djärv
3cf9b89ee6 Extern declare x_session_check_input () and x_session_initialize (). 2002-03-10 16:14:00 +00:00
Eli Zaretskii
b443e0bd7d (x_encode_text): Update prototype. 2002-02-22 13:15:02 +00:00
Kim F. Storm
64421b63fc (struct x_display_info): Add mouse_face_hidden. 2002-02-16 23:54:42 +00:00
Pavel Janík
baf10d8f55 Fix typos. 2002-01-27 16:44:10 +00:00
Eli Zaretskii
d517010aef (struct x_output): New members want_fullscreen,
x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
y_pixels_outer_diff.
2002-01-13 12:21:19 +00:00
Kim F. Storm
d246e5586b struct x_output): Add left_fringe_width, right_fringe_width,
and fringe_cols fields.
(FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
(FRAME_X_FRINGE_COLS): Use fringe_cols field.
(FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
(FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
(FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
(x_compute_fringe_widths): Add prototype.
2001-12-01 01:16:32 +00:00
Pavel Janík
86e9de5f07 (x_update_cursor): Remove duplicated prototype. 2001-11-16 22:52:53 +00:00
Kim F. Storm
f76e1b5f70 Fringe cleanup.
Comment fixes. Use renamed symbols.
(fringes_extra): Renamed from flags_areas_extra.
(FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
(FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
(FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
(FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
(FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
(FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from
FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2001-11-16 13:19:19 +00:00
Miles Bader
f9fdaa6a27 (struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.
2001-10-05 16:33:06 +00:00
Gerd Moellmann
4c175203a0 (x_free_dpy_colors): Add prototype. 2001-07-02 12:44:09 +00:00
Gerd Moellmann
80de57df35 (struct x_output): Add member wait_for_wm. 2001-06-25 15:38:01 +00:00
Gerd Moellmann
dd5f324b3c (clear_mouse_face): Remove prototype. 2001-05-11 15:11:45 +00:00
Gerd Moellmann
9d5361248c (FRAME_X_SCREEN_NUMBER): New macro. 2001-04-06 16:59:10 +00:00
Gerd Moellmann
59affd2f8b (struct x_display_info): Add mouse_face_overlay. 2001-03-06 15:29:39 +00:00
Gerd Moellmann
5fa360661b (struct x_output): Rename busy_cursor to
hourglass_cursor, busy_window to hourglass_window, busy_p to
hourglass_p.
2001-02-21 13:56:29 +00:00
Gerd Moellmann
4629a73ab8 (x_clear_area): Add prototype. 2001-01-25 20:26:04 +00:00
Gerd Moellmann
6dec8d7873 (x_free_frame_resources): Declare. 2000-12-13 20:27:22 +00:00
Gerd Moellmann
bd637d692d (x_free_gcs): Add prototype. 2000-12-07 11:43:37 +00:00
Gerd Moellmann
5c2242cef1 (struct x_output): Add member horizontal_drag_cursor. 2000-11-28 13:46:17 +00:00
Gerd Moellmann
ae4a31d9c4 (struct scroll_bar): Members x_widget_low, x_widget_high
removed.
(SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
Take the X display as additional argument.
(SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
`Widget' is a pointer type that's not easily stored in Lisp_Object
form in a portable way.
2000-11-19 00:28:46 +00:00
Gerd Moellmann
70772ed1ac (struct x_display_info): Add color_cells and ncolor_cells.
(x_query_color, x_query_colors): Add prototype.
2000-10-18 11:58:27 +00:00