- 17 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
In the cache, use a key containing the information if scalable fonts are included. (x_load_font): Adapt to change of keys in the font cache. (x_list_fonts): Ensure caching font information when called for a null frame, which is the case frequently when Emacs starts.
-
- 15 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
has gone in the meantime, use face MOUSE_FACE_ID.
-
Gerd Moellmann authored
x_display_info_for_display returns null, don't try to close the display; we didn't open it.
-
- 12 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
(x_draw_image_relief, x_draw_image_foreground_1) (x_draw_image_glyph_string): Adapt to the change of image margins.
-
Gerd Moellmann authored
-
- 05 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 04 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
non-nil.
-
- 02 Jan, 2001 3 commits
-
-
Eli Zaretskii authored
`pend'. (XTread_socket) <LeaveNotify>: Remove unused variable `frame', leave only the one in the inner block.
-
Gerd Moellmann authored
statements that call X. Save away the error message in a local copy.
-
Gerd Moellmann authored
the start.
-
- 27 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
instead of x-toolkit-scroll-bars-p. (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
-
- 18 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
because of an error condition in XtCloseDisplay.
-
- 15 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
currently being updated.
-
- 13 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
(x_destroy_window): Use it.
-
Gerd Moellmann authored
char *'
-
- 11 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 07 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
resources of non-toolkit X windows will be freed.
-
- 06 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
computing the height of the font. If max_bounds' ascent or descent are greater than the font's ascent or descent, this means glyphs overlap, which should be handled now by redisplay.
-
- 05 Dec, 2000 2 commits
-
-
Gerd Moellmann authored
(xim_close_dpy): Handle case that the display has been closed.
-
Gerd Moellmann authored
destroying it.
-
- 04 Dec, 2000 3 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
area to x_draw_glyphs instead of a window-relative coordinate.
-
Kenichi Handa authored
a composition is not found, use 1 pixel dot ascent and 0 dot descent value to avoid displaying terribly tall empty boxes.
-
- 01 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
height for YNegative. (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's height; also see comment there.
-
- 30 Nov, 2000 2 commits
-
-
Gerd Moellmann authored
#ifndef instead of using #if. (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if USE_TOOLKIT_SCROLL_BARS is defined.
-
Gerd Moellmann authored
hasn't a font, use that of the frame, as drawing glyphs does.
-
- 29 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
is over the menu bar widget, say it's not on the frame.
-
- 28 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
on the vertical border between windows.
-
- 22 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
Change references to mambers deleted from struct frame to use the new ones.
-
- 20 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
variables. (x_send_scroll_bar_event): Store the window in scroll_bar_windows and store an index in the XClientMessageEvent. Storing a Lisp_Object or pointer can fail on a 64 bit system, since X only transfers 32 bits. (x_scroll_bar_to_input_event): Get the window from scroll_bar_windows.
-
- 19 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
(x_scroll_bar_remove, XTset_vertical_scroll_bar): Call SCROLL_BAR_X_WIDGET with addtional argument DPY.
-
- 14 Nov, 2000 1 commit
-
-
Miles Bader authored
Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST. (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
-
- 13 Nov, 2000 1 commit
-
-
Miles Bader authored
colors, because FACTOR isn't enough. (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New macros.
-
- 08 Nov, 2000 2 commits
-
-
Gerd Moellmann authored
scroll bar widget after configuring it, so that it will appear at the right position from the start. (XTredeem_scroll_bar): Cleaned up.
-
Kenichi Handa authored
font is taller than the frame line, we don't have to vias the division by two.
-
- 30 Oct, 2000 2 commits
-
-
Gerd Moellmann authored
RGB values.
-
Gerd Moellmann authored
we have a color cache, check that the cached color equals the allocated color. If not, clear the color cache.
-
- 27 Oct, 2000 2 commits
-
-
Stefan Monnier authored
(get_keymap): Remove. (get_keymap_1): Rename get_keymap. * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. * xterm.c (note_mode_line_highlight): Use KEYMAPP. * xmenu.c (single_submenu): Use KEYMAPP. (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. * w32term.c (note_mode_line_highlight): Use KEYMAPP. * w32menu.c (True, False): Remove (use TRUE and FALSE instead). (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. (single_submenu): Use KEYMAPP. (w32_menu_show, w32_dialog_show): Use TRUE. * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. * keymap.c (KEYMAPP): Remove (moved to lisp.h). (Fkeymapp): Use KEYMAPP. (get_keymap): Rename from get_keymap_1. Remove old def. Return t when autoload=0 and error=0 and the keymap needs autoloading. (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. (Fminor_mode_key_binding): Don't raise an error if the binding is not a keymap. (Fuse_global_map, Fuse_local_map): Allow autoloading. (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. * keyboard.c (read_char): get_keymap_1 -> get_keymap. Allow Vspecial_event_map to be autoloaded. (menu_bar_items): Fetch the keymap rather than using keymapp. (menu_bar_one_keymap): No need to follow func-indirect any more. (parse_menu_item): get_keymap_1 -> get_keymap. (tool_bar_items): Fetch the keymap rather than using keymapp. (read_key_sequence): Use KEYMAPP. * intervals.c (get_local_map): Use get_keymap rather than following function-indirections explicitly. * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
-
Gerd Moellmann authored
signed value, and use a default value computed from the font's maximum descent.
-