summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* New variable last_user_time.Jan Djärv2007-01-081-38/+135
* (syms_of_xterm) <x-use-underline-position-properties,Juanma Barranquero2006-12-101-12/+12
* (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code.Chong Yidong2006-12-091-7/+13
* (x_query_font): Use xstricmp instead off strcasecmp.Kenichi Handa2006-12-081-2/+2
* (x_raise_frame): Move setting of _NET_ACTIVE_WINDOWJan Djärv2006-11-301-14/+16
* Declare variable before XSETFRAME to avoid gcc 2.96 error.Jan Djärv2006-11-171-1/+2
* (do_ewmh_fullscreen, XTfullscreen_hook): New functions.Jan Djärv2006-11-101-0/+116
* * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising theJan Djärv2006-11-031-6/+18
* (x_check_expected_move): Remove unused var `count'.Stefan Monnier2006-10-101-1/+1
* * xterm.c (x_initialize): Don't install Xt event timer here.Chong Yidong2006-09-131-13/+36
* * xdisp.c (mouse_autoselect_window): Removed.Chong Yidong2006-09-081-1/+1
* (x_error_quitter): For BadName error, just return.Richard M. Stallman2006-09-081-3/+9
* (x_draw_glyph_string): Fix 2006-08-24 change.Kim F. Storm2006-09-081-3/+2
* (x_underline_at_descent_line): New variable.Kim F. Storm2006-08-241-18/+33
* (x_draw_stretch_glyph_string): It is ok to draw aKim F. Storm2006-08-211-1/+3
* * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*Jan Djärv2006-08-111-0/+5
* (x_query_font): Compare names by ignoring case.Kenichi Handa2006-08-041-2/+2
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-2/+2
* (x_delete_display): Don't free or derefence NULL pointers.Kim F. Storm2006-07-041-6/+10
* 2006-06-16 Francis Litterio <flitterio@gmail.com>Jan Djärv2006-06-161-33/+106
* * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-0/+1
* (x_draw_stretch_glyph_string): Fix problems with invisibleKim F. Storm2006-05-271-9/+27
* * xterm.c: Remove declarations already in xterm.hJan Djärv2006-05-231-12/+0
* Comment change.Richard M. Stallman2006-05-171-0/+2
* (handle_one_xevent): Check that f is not NULL beforeKim F. Storm2006-05-161-2/+2
* * xterm.c (handle_one_xevent): Check that f is not NULL beforeJan Djärv2006-05-141-2/+3
* (handle_one_xevent): Fix crash in 2006-03-24 change.Kim F. Storm2006-05-141-1/+2
* (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