aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Finally (?) fix flicker in scroll bar.Jan Djärv2003-03-231-2/+6
* * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm2003-03-211-93/+0
* (struct redisplay_interface): Add active_p argument toKim F. Storm2003-03-211-8/+9
* * xterm.c: Remove consolidated defines and code.Kim F. Storm2003-03-211-2498/+102
* New approach to scrolling and scroll bars for better redraw and smootherJan Djärv2003-03-171-4/+3
* Remove consolidated defines and code.Kim F. Storm2003-03-161-2205/+17
* Clear frame didn't redraw scrollbars, fixed that.Jan Djärv2003-03-141-0/+5
* (x_term_init) [USE_GTK]: Fix typo.Andreas Schwab2003-03-121-1/+1
* Remove generic fringe code.Kim F. Storm2003-03-121-341/+20
* Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbarsJan Djärv2003-03-091-3/+19
* * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even ifJan Djärv2003-03-081-1/+1
* * xterm.c (x_detect_focus_change): Call x_any_window_to_frameJan Djärv2003-03-041-1/+1
* * xterm.c (x_list_fonts): If maxnames is less than 0, get all fontJan Djärv2003-02-181-2/+22
* xterm.c (x_make_frame_visible): Call gtk_window_deiconify.Jan Djärv2003-02-081-0/+1
* Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endifJan Djärv2003-02-071-27/+6
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-21/+21
* Fix input methods for GTK.Jan Djärv2003-01-251-21/+57
* *** empty log message ***Jan Djärv2003-01-191-0/+4
* GTK versionJan Djärv2003-01-191-52/+387
* *** empty log message ***Jan Djärv2003-01-081-1147/+1199
* (x_catch_errors): Save dpy using make_save_value.Richard M. Stallman2003-01-061-2/+10
* (x_draw_glyph_string_foreground)Miles Bader2002-11-171-4/+23
* (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):Dave Love2002-11-141-2/+3
* (x_term_init): Use turn_on_atimers, not start_polling and stop_polling.Richard M. Stallman2002-11-061-2/+2
* (XTread_socket): Check Lisp types for Vx_keysym_tableDave Love2002-11-041-5/+6
* (XTread_socket): Fix last change.Dave Love2002-10-311-70/+88
* (Qeql): Declare.Dave Love2002-10-301-6/+44
* (note_mouse_highlight): Don't use mouse-face if hidden.Kim F. Storm2002-10-261-3/+6
* (get_window_cursor_type): New arg ACTIVE_CURSOR.Kim F. Storm2002-10-241-1/+2
* Fix typo in comment.Juanma Barranquero2002-10-181-393/+393
* * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover allJan Djärv2002-10-051-26/+1
* * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,Jan Djärv2002-10-031-2/+18
* (x_encode_char): For DIM=1 charset, set ccl->reg[2] toKenichi Handa2002-09-301-0/+1
* (x_specified_cursor_type): Remove prototype.Kim F. Storm2002-08-301-72/+4
* (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSORRichard M. Stallman2002-08-271-3/+8
* (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.Kenichi Handa2002-08-141-0/+2
* Comment change.Richard M. Stallman2002-08-051-1/+1
* (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.Richard M. Stallman2002-07-271-1/+4
* (expose_overlaps): New function.Richard M. Stallman2002-07-251-1/+49
* (same_x_server): String pointer args now point toKen Raeburn2002-07-161-2/+2
* * xterm.c (x_catch_errors, x_clear_errors): Use SSET.Ken Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-28/+28
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Fix typo.Juanma Barranquero2002-07-031-1/+1
* (x_term_init): Turn off polling around XtOpenDisplay.Richard M. Stallman2002-07-021-0/+2
* Fix prototype for K&R.Dave Love2002-07-011-1/+1
* Indentation fixes.Jan Djärv2002-06-281-5/+5
* (x_focus_changed): New function.Jan Djärv2002-06-281-48/+156
* (XTread_socket): Disable composition handling.Kenichi Handa2002-06-241-0/+5
* Rename enum event_kind items.Pavel Janík2002-06-131-17/+17