- 17 Feb, 2005 1 commit
-
-
Andreas Schwab authored
struct selection_input_event to avoid aliasing issues. (SET_SAVED_MENU_EVENT): Adapt reference to inev.
-
- 03 Feb, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 27 Jan, 2005 2 commits
-
-
Kim F. Storm authored
(x_draw_hollow_cursor): Use get_phys_cursor_geometry.
-
Stefan Monnier authored
-
- 25 Jan, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 20 Jan, 2005 1 commit
-
-
Kim F. Storm authored
-
- 31 Dec, 2004 1 commit
-
-
Jan Djärv authored
-
- 30 Dec, 2004 1 commit
-
-
Kenichi Handa authored
fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to fontp-?space_width.. (x_load_font): Calculate fontp->space_width and fontp->average_width. (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
-
- 15 Dec, 2004 1 commit
-
-
Jan Djärv authored
returning when xg_ignore_gtk_scrollbar is true.
-
- 11 Dec, 2004 1 commit
-
-
Jan Djärv authored
for left and top calculations. Remove call to x_real_positions. (x_check_expected_move): Do not set change_gravity to 1 when calling x_set_offset.
-
- 21 Nov, 2004 1 commit
-
-
Kim F. Storm authored
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
-
- 05 Nov, 2004 1 commit
-
-
Kim F. Storm authored
here, it may be too late if we start queuing after we have already stored some selection events into the kbd buffer. (struct selection_event_queue, queue, x_queue_selection_requests) (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests) (x_stop_queuing_selection_requests): Remove/move to xselect.c. (x_catch_errors_unwind): Block input around final XSync.
-
- 02 Nov, 2004 1 commit
-
-
Jan Djärv authored
xg_get_scroll_id_for_window if toolkit scroll bars are used.
-
- 21 Oct, 2004 1 commit
-
-
Jan Djärv authored
(FRAME_XIC_BASE_FONTNAME): New macro. (xic_free_xfontset): Declare. * xfns.c (xic_create_xfontset): Share fontsets between frames based on base_fontname. (xic_free_xfontset): New function. (free_frame_xic): Use it. (xic_set_xfontset): Ditto. * xterm.c (xim_destroy_callback): Ditto.
-
- 19 Oct, 2004 1 commit
-
-
Jan Djärv authored
(x_scroll_bar_create, XTset_vertical_scroll_bar): Remove arguments left and width to xg_update_scrollbar_pos. (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
-
- 12 Oct, 2004 1 commit
-
-
Kim F. Storm authored
-
- 07 Oct, 2004 1 commit
-
-
Kim F. Storm authored
windows. Update vertical line after drawing window fringes, but only if actually drawing any bitmaps--or there is no fringe.
-
- 05 Oct, 2004 1 commit
-
-
Jan Djärv authored
a row if Alt or Meta has been found for that row. Also stop scanning for Keysyms for that row.
-
- 04 Oct, 2004 1 commit
-
-
Kim F. Storm authored
bars with fractional column width. If scroll bar separates two windows, move it towards the window it belongs to. Only update the padding area below the scroll bar widget when necessary, i.e. when scroll bar widget is created, moved, or resized.
-
- 18 Sep, 2004 1 commit
-
-
Stefan Monnier authored
-
- 24 Aug, 2004 1 commit
-
-
Jan Djärv authored
-
- 20 Aug, 2004 1 commit
-
-
Kim F. Storm authored
-
- 30 Jun, 2004 1 commit
-
-
Stefan Monnier authored
(x_calc_absolute_position): Remove unused var `child'.
-
- 17 Jun, 2004 1 commit
-
-
Jan Djärv authored
clip_x/y_origin.
-
- 16 Jun, 2004 1 commit
-
-
Kim F. Storm authored
-
- 24 Apr, 2004 1 commit
-
-
Kim F. Storm authored
-
- 20 Apr, 2004 1 commit
-
-
Kim F. Storm authored
(x_draw_glyph_string_box): Fix call to x_draw_relief_rect. (x_draw_image_foreground, x_draw_image_relief) (x_draw_image_foreground_1, x_draw_image_glyph_string): Draw sliced images.
-
- 05 Apr, 2004 1 commit
-
-
Kim F. Storm authored
-
- 29 Mar, 2004 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(syms_of_xterm): DEFVAR_BOOL it. (ignore_next_mouse_click_timeout): New var. (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify. Use it to filter mouse clicks following focus event.
-
- 20 Mar, 2004 1 commit
-
-
Jan Djärv authored
GTK.
-
- 28 Feb, 2004 1 commit
-
-
Jan Djärv authored
* xterm.c (x_calc_absolute_position): Call x_real_positions to get WM window sizes and use those to calculate position. (x_set_offset): Removed code commented out.
-
- 27 Feb, 2004 1 commit
-
-
Kim F. Storm authored
numchars arg. Always store event into bufp arg. Return nothing. Callers changed accordingly. (glyph_rect): Simplify. (STORE_KEYSYM_FOR_DEBUG): New macro. (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc. (current_bufp, current_numcharsp) [USE_GTK]: Remove. (current_hold_quit) [USE_GTK]: Add. (event_handler_gdk): Adapt to new handle_one_xevent. (handle_one_xevent): Remove bufp_r and numcharsp args. Add hold_quit arg. Rework to use just one, local, inev input_event. Store inev directly in fifo using kbd_buffer_store_event_hold. Update count in one place. Postpone call to gen_help_event until inev is stored; use new local do_help for this. Simplify handling of keysyms (consolidate common code). Fix bug where count was updated with nchars instead of nbytes. Remove local emacs_event in handing of ButtonPress event; just use inev instead (so no reason to copy it later). Remove `out' label. Rename label `ret' to `done'; add various `goto done' to clarify code flow in deeply nested blocks. (x_dispatch_event): Simplify as handle_one_xevent now calls kbd_buffer_store_event itself. (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg. Call handle_one_xevent with new arglist. Store event from x_session_check_input in fifo. [USE_GTK]: Setup current_hold_quit. Decrement handling_signal before unblocking input. (x_initialize) [USE_GTK]: Initialize current_count.
-
- 13 Feb, 2004 1 commit
-
-
Kim F. Storm authored
-
- 08 Feb, 2004 1 commit
-
-
Kim F. Storm authored
Use cursor color for displaying cursor in fringe. (x_redisplay_interface): Add null handlers for define_fringe_bitmap and destroy_fringe_bitmap functions.
-
- 03 Feb, 2004 1 commit
-
-
Jan Djärv authored
ClientMessages.
-
- 16 Jan, 2004 2 commits
-
-
Kim F. Storm authored
(x_after_update_window_line): Just set redraw_fringe_bitmaps_p in row instead of actually drawing fringe bitmaps. (x_draw_fringe_bitmap): Handle bottom aligned bitmaps. (x_draw_window_cursor): Draw cursor in fringe.
-
Jan Djärv authored
of an old style (XLookupString) compose sequence.
-
- 28 Dec, 2003 1 commit
-
-
Kim F. Storm authored
(x_draw_hollow_cursor): Draw cursor using glyph's rather than row's ascent and descent, to get a sensible height on tall rows.
-
- 17 Nov, 2003 1 commit
-
-
Jan Djärv authored
where window_id is compared.
-