aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (abs): #undef before #define.Jan Djärv2007-09-141-0/+1
* Remove debug fprintf.Jan Djärv2007-08-171-5/+1
* (handle_one_xevent): Remove check that mouse click is inJan Djärv2007-08-171-20/+20
* (x_draw_image_glyph_string): Adjust stipple origin whenYAMAMOTO Mitsuharu2007-08-111-0/+2
* Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (x_connection_closed): Remove NO_RETURN.Richard M. Stallman2007-05-221-1/+3
* (XTread_socket): Revert last change.Chong Yidong2007-05-131-2/+0
* (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).Chong Yidong2007-05-121-0/+2
* (handle_one_xevent): Ignore buttons > 3 for the tool bar.Jan Djärv2007-03-091-7/+8
* Whitespace change.Richard M. Stallman2007-03-041-1/+1
* (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.Jan Djärv2007-02-141-0/+5
* [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose): UseJan Djärv2007-02-021-1/+11
* (do_ewmh_fullscreen): Check that what != NULL beforeJan Djärv2007-02-021-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* 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 <[email protected]>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