summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-2/+0
* Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-1/+2
* (x_delete_terminal): Use terminal->name as liveness status.Stefan Monnier2007-09-201-1/+1
* (handle_one_xevent): Fix a C warning.Michaël Cadilhac2007-09-191-2/+2
* (handle_one_xevent): Skip decoding if nbytes is zero.Kenichi Handa2007-09-141-33/+34
* * xterm.c (x_create_terminal): Add comment.Dan Nicolaescu2007-09-101-0/+2
* (x_term_init): Give error if can't open DISPLAY_NAME.Richard M. Stallman2007-09-101-1/+11
* Merge from emacs--devo--0Miles Bader2007-08-211-19/+15
|\
| * (handle_one_xevent): Remove check that mouse click is inJan Djärv2007-08-171-19/+15
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+3
|\ \ | |/
| * Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\
| | * (x_draw_image_glyph_string): Adjust stipple origin whenYAMAMOTO Mitsuharu2007-08-111-0/+2
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
| * | (x_draw_image_glyph_string): Adjust stipple origin whenYAMAMOTO Mitsuharu2007-08-111-0/+2
* | | Merge from emacs--devo--0Miles Bader2007-07-311-17/+93
|\ \ \ | |/ /
| * | (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:YAMAMOTO Mitsuharu2007-07-271-16/+92
| * | Merge from emacs--rel--22Miles Bader2007-07-261-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
* | | Merge from emacs--devo--0Miles Bader2007-07-241-26/+24
|\ \ \ | |/ /
| * | (x_ewmh_activate_frame): New function.Jan Djärv2007-07-181-26/+24
* | | Merge from emacs--devo--0Miles Bader2007-06-111-3/+3
|\ \ \ | |/ /
| * | (x_term_init): Use empty_unibyte_string.Juanma Barranquero2007-06-081-3/+3
* | | Merge from emacs--devo--0Miles Bader2007-05-251-1/+3
|\ \ \ | |/ /
| * | (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
| |/
* | Fix compilation error with non-toolkit scrollbar.Karoly Lorentey2007-04-221-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-8/+9
|\ \ | |/
| * (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
* | Re-enable GTK multidisplay support.Karoly Lorentey2007-02-241-6/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-2/+17
|\ \ | |/
| * (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
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-131-38/+135
|\ \ | |/
| * New variable last_user_time.Jan Djärv2007-01-081-38/+135
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-21/+27
|\ \ | |/
| * (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
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-7/+138
|\ \ | |/
| * (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