aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (x_get_font_repertory): Handle the case that theKenichi Handa2003-10-061-15/+62
* (x_bitmap_mask): Declare.Dave Love2003-09-261-1/+1
* (x_term_init): Fix type error.Dave Love2003-09-171-1/+1
* *** empty log message ***Kenichi Handa2003-09-081-45/+155
|\
| * (XTread_socket): Check Lisp types for Vx_keysym_tableDave Love2003-02-041-5/+6
| * (x_encode_char): Call ccl_driver with the last arg Qnil.Kenichi Handa2003-01-311-1/+1
| * (x_new_fontset): Fix previous change.Kenichi Handa2003-01-111-1/+0
| * (x_new_fontset): Change the arg FONTSETNAME to LispKenichi Handa2003-01-101-14/+5
| * (x_new_font): Optimize for the case that the font isKenichi Handa2003-01-071-5/+13
| * (XTread_socket): Fix changes for defined keysyms. AddDave Love2002-10-311-72/+94
| * (xaw_scroll_callback): Cast correctly.Dave Love2002-10-291-2/+1
| * (XTread_socket): Only consider keysym>=32 for ASCII.Dave Love2002-10-281-3/+3
| * (xaw_scroll_callback): Cast call_data.Dave Love2002-10-281-28/+42
| * (Vx_keysym_table): New.Dave Love2002-10-271-15/+25
| * (use_xim): Initialize.Dave Love2002-10-061-48/+64
| * (x_new_fontset): If FONTSETNAME specifies the defaultKenichi Handa2002-09-271-2/+8
| * (main): In the case of --unibyte, instead of aborting on findingKenichi Handa2002-08-191-3/+7
| * (x_load_font): Initialize fontp->fontset to -1.Kenichi Handa2002-08-011-0/+1
| * (x_produce_glyphs): Use ASCII_CHAR_P, notKenichi Handa2002-07-261-18/+117
| * (note_mouse_movement): Fix call of window_from_coordinates.Dave Love2002-07-161-1/+1
| * (XTread_socket): Add extra dead keysyms.Dave Love2002-07-031-1/+22
| * (xlwmenu_window_p): Fix prototype for K&R.Dave Love2002-05-241-1/+1
| * (XSetIMValues): Declare.Dave Love2002-05-171-1/+5
| * Include "character.h".Kenichi Handa2002-03-011-64/+56
* | New directoryKenichi Handa2003-09-081-56/+8
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | Fix pixel calculation for TrueVisuals.Jan Djärv2003-08-301-0/+42
* | Create and initialize a client leader window so session managementJan Djärv2003-08-211-7/+10
* | Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20Miles Bader2003-08-191-1/+1
* | * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.Jan Djärv2003-07-311-1/+1
* | (xim_open_dpy, xim_initialize, xim_close_dpy):Richard M. Stallman2003-07-291-0/+6
* | (xim_initialize): Redo 6/24 change.Richard M. Stallman2003-07-171-1/+1
* | (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+Juanma Barranquero2003-07-131-14/+31
* | (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.Kim F. Storm2003-07-081-0/+7
* | (use_xim) [!USE_XIM]: Default to disable XIM if emacsKim F. Storm2003-07-081-0/+5
* | (xim_initialize): Undo previous change.Richard M. Stallman2003-06-271-1/+1
* | (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.Dave Love2003-06-241-4/+4
* | (x_dispatch_event): Don't pass uninitializedStefan Monnier2003-06-151-1/+5
* | (Qutf_8): Moved to coding.cDave Love2003-06-021-2/+1
* | Make (several) trivial substitutions for renamed andKim F. Storm2003-05-241-170/+143
* | (use_xim): Initialize.Dave Love2003-05-211-47/+65
* | Comment change.Richard M. Stallman2003-05-191-1/+1
* | (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-2/+2
* | * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment toJan Djärv2003-04-091-3/+3
* | Remove unnecessary extern declarations.Kim F. Storm2003-03-311-48/+3
* | (xt_action_hook): Unset dragging so the reset does take place.Stefan Monnier2003-03-281-4/+5
* | (xm_scroll_callback): Undo a tiny bit of the previous change.Stefan Monnier2003-03-281-1/+1
* | (take_vertical_position_into_account): Remove.Stefan Monnier2003-03-281-22/+18
* | 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