aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (x_term_init): Delete superfluous UNGCPRO.Kenichi Handa2006-03-301-2/+0
* (handle_one_xevent): Don't let key-press clear mouse faceKim F. Storm2006-03-241-1/+2
* * xterm.c: x_session_initialized new variable.Jan Djärv2006-03-211-1/+8
* * dispnew.c (init_display): Check DISPLAY here.Andreas Schwab2006-03-201-6/+2
* (x_term_init): Remove unnecessary GCPRO.Kenichi Handa2006-03-201-2/+0
* * xterm.c (x_display_ok): Fix minor bug and compilation warnings.Chong Yidong2006-03-181-2/+3
* (x_display_ok): New function.Eli Zaretskii2006-03-181-0/+18
* * xterm.c (x_uncatch_errors): Block input for entire function.Chong Yidong2006-03-141-5/+4
* (x_fully_uncatch_errors, x_catching_errors): New functions.Richard M. Stallman2006-03-111-0/+17
* (x_draw_hollow_cursor): Subtract 1 from the last argument of XDrawRectangle.Eli Zaretskii2006-03-111-1/+1
* * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessaryChong Yidong2006-02-271-15/+12
* * xterm.h (x_catch_errors) Return value changed to void.Chong Yidong2006-02-251-60/+36
* (x_catch_errors): Use xmalloc.Richard M. Stallman2006-02-201-1/+1
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-3/+2
* Fix style of last change.Richard M. Stallman2006-02-131-3/+2
* * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).Jan Djärv2006-02-131-0/+4
* handle_one_xevent: Must note mouse movement even for nil frames for GTK,Jan Djärv2006-02-091-0/+11
* (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.Stefan Monnier2006-01-231-1/+2
* Avoid allocating Lisp data from code that can be run from a signal handler.Stefan Monnier2006-01-231-20/+36
* (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.Kenichi Handa2006-01-191-14/+31
* * xfns.c (xg_set_icon_from_xpm_data): New function.Chong Yidong2005-11-161-7/+22
* * gnu.h (gnu_bits): Xpm version of the new Emacs icon.Chong Yidong2005-11-161-0/+5
* Undo 2005-10-23 change.Kim F. Storm2005-10-241-3/+8
* (handle_one_xevent): Handle keysyms directly mapped toKenichi Handa2005-10-241-0/+21
* * xterm.c (note_mouse_movement): Always call note_mouse_highlightJan Djärv2005-10-231-4/+5
* (x_calc_absolute_position): Remove unused vars win_x, win_y.Kim F. Storm2005-10-201-1/+0
* (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.Kim F. Storm2005-10-131-5/+9
* (note_mouse_movement): Undo last change.YAMAMOTO Mitsuharu2005-10-121-2/+0
* (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.Kim F. Storm2005-10-121-0/+1
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-121-0/+2
* (glyph_rect, remember_mouse_glyph): Remove X versions.Kim F. Storm2005-10-111-96/+2
* (glyph_rect): Return 0 if position is outside text area.Kim F. Storm2005-10-101-1/+5
* (remember_mouse_glyph): New function.Jason Rumney2005-10-101-26/+43
* Rename member for_overlaps_p in struct glyph_string to for_overlaps.YAMAMOTO Mitsuharu2005-10-071-6/+6
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-2/+2
* (handle_one_xevent): Refer to union field to match the typeDan Nicolaescu2005-09-271-2/+2
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-2/+0
* * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code toJan Djärv2005-08-161-6/+1
* * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_maskJan Djärv2005-08-131-3/+15
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * xterm.c (handle_one_xevent): bzero compose_status when nbytesJan Djärv2005-06-301-0/+1
* (x_draw_vertical_window_border): Use foreground ofJuri Linkov2005-06-301-0/+6
* (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.Stefan Monnier2005-06-061-2/+5
* (handle_one_xevent): Also ignore mouse motion justKim F. Storm2005-06-031-6/+6
* (x_encode_char): Call check_ccl_update in advance.Kenichi Handa2005-05-271-0/+1
* Fix previous change.Richard M. Stallman2005-05-101-2/+2
* (noinclude): Add #undef.Richard M. Stallman2005-05-101-0/+6
* Include ThreeD.h for XtNbeNiceToColormap.Stefan Monnier2005-03-311-24/+5
* (handle_one_xevent): Use union of struct input_event andAndreas Schwab2005-02-171-54/+57