- 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.
-
- 16 Nov, 2003 1 commit
-
-
Jan Djärv authored
-
- 14 Nov, 2003 1 commit
-
-
Jan Djärv authored
Enter/LeaveNotify if the current focus frame has explicit focus.
-
- 11 Nov, 2003 1 commit
-
-
Kenichi Handa authored
-
- 08 Nov, 2003 1 commit
-
-
Jan Djärv authored
-
- 03 Nov, 2003 1 commit
-
-
Jan Djärv authored
-
- 31 Oct, 2003 1 commit
-
-
Jan Djärv authored
to check for more than one display. Use error instead of return 0.
-
- 05 Oct, 2003 3 commits
-
-
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.
-
Jan Djärv authored
-
Jan Djärv authored
of window managers in X.
-
- 02 Oct, 2003 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 26 Sep, 2003 1 commit
-
-
Dave Love authored
-
- 19 Sep, 2003 1 commit
-
-
Jan Djärv authored
into account.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 30 Aug, 2003 1 commit
-
-
Jan Djärv authored
-
- 21 Aug, 2003 1 commit
-
-
Jan Djärv authored
doesn't restart Emacs twice.
-
- 19 Aug, 2003 1 commit
-
-
Miles Bader authored
src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
-
- 31 Jul, 2003 1 commit
-
-
Jan Djärv authored
* xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
-
- 29 Jul, 2003 1 commit
-
-
Richard M. Stallman authored
Conditionalize XIM code on HAVE_XIM.
-
- 17 Jul, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 13 Jul, 2003 1 commit
-
-
Juanma Barranquero authored
function gtk_window_icon_from_file if available.
-
- 08 Jul, 2003 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
was configured with --without-xim.
-
- 27 Jun, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 24 Jun, 2003 1 commit
-
-
Dave Love authored
-
- 15 Jun, 2003 1 commit
-
-
Stefan Monnier authored
data to kbd_buffer_store_event.
-
- 02 Jun, 2003 1 commit
-
-
Dave Love authored
-
- 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. (scroll_run): Adapt to new fringe position. (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. (handle_one_xevent): Simplify a USE_GTK conditional. (x_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.
-
- 21 May, 2003 1 commit
-
-
Dave Love authored
(xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim. (x_term_init): Maybe set use_xim.
-
- 19 May, 2003 1 commit
-
-
Richard M. Stallman authored
-