| Commit message (Expand) | Author | Age | Files | Lines |
* | Create and initialize a client leader window so session management | Jan Djärv | 2003-08-21 | 1 | -7/+10 |
* | Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20 | Miles Bader | 2003-08-19 | 1 | -1/+1 |
* | * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2. | Jan Djärv | 2003-07-31 | 1 | -1/+1 |
* | (xim_open_dpy, xim_initialize, xim_close_dpy): | Richard M. Stallman | 2003-07-29 | 1 | -0/+6 |
* | (xim_initialize): Redo 6/24 change. | Richard M. Stallman | 2003-07-17 | 1 | -1/+1 |
* | (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+ | Juanma Barranquero | 2003-07-13 | 1 | -14/+31 |
* | (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM. | Kim F. Storm | 2003-07-08 | 1 | -0/+7 |
* | (use_xim) [!USE_XIM]: Default to disable XIM if emacs | Kim F. Storm | 2003-07-08 | 1 | -0/+5 |
* | (xim_initialize): Undo previous change. | Richard M. Stallman | 2003-06-27 | 1 | -1/+1 |
* | (xim_initialize): Use XRegisterIMInstantiateCallback_arg6. | Dave Love | 2003-06-24 | 1 | -4/+4 |
* | (x_dispatch_event): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -1/+5 |
* | (Qutf_8): Moved to coding.c | Dave Love | 2003-06-02 | 1 | -2/+1 |
* | Make (several) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -170/+143 |
* | (use_xim): Initialize. | Dave Love | 2003-05-21 | 1 | -47/+65 |
* | Comment change. | Richard M. Stallman | 2003-05-19 | 1 | -1/+1 |
* | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 1 | -2/+2 |
* | * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to | Jan Djärv | 2003-04-09 | 1 | -3/+3 |
* | Remove unnecessary extern declarations. | Kim F. Storm | 2003-03-31 | 1 | -48/+3 |
* | (xt_action_hook): Unset dragging so the reset does take place. | Stefan Monnier | 2003-03-28 | 1 | -4/+5 |
* | (xm_scroll_callback): Undo a tiny bit of the previous change. | Stefan Monnier | 2003-03-28 | 1 | -1/+1 |
* | (take_vertical_position_into_account): Remove. | Stefan Monnier | 2003-03-28 | 1 | -22/+18 |
* | Finally (?) fix flicker in scroll bar. | Jan Djärv | 2003-03-23 | 1 | -2/+6 |
* | * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords): | Kim F. Storm | 2003-03-21 | 1 | -93/+0 |
* | (struct redisplay_interface): Add active_p argument to | Kim F. Storm | 2003-03-21 | 1 | -8/+9 |
* | * xterm.c: Remove consolidated defines and code. | Kim F. Storm | 2003-03-21 | 1 | -2498/+102 |
* | New approach to scrolling and scroll bars for better redraw and smoother | Jan Djärv | 2003-03-17 | 1 | -4/+3 |
* | Remove consolidated defines and code. | Kim F. Storm | 2003-03-16 | 1 | -2205/+17 |
* | Clear frame didn't redraw scrollbars, fixed that. | Jan Djärv | 2003-03-14 | 1 | -0/+5 |
* | (x_term_init) [USE_GTK]: Fix typo. | Andreas Schwab | 2003-03-12 | 1 | -1/+1 |
* | Remove generic fringe code. | Kim F. Storm | 2003-03-12 | 1 | -341/+20 |
* | Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars | Jan Djärv | 2003-03-09 | 1 | -3/+19 |
* | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if | Jan Djärv | 2003-03-08 | 1 | -1/+1 |
* | * xterm.c (x_detect_focus_change): Call x_any_window_to_frame | Jan Djärv | 2003-03-04 | 1 | -1/+1 |
* | * xterm.c (x_list_fonts): If maxnames is less than 0, get all font | Jan Djärv | 2003-02-18 | 1 | -2/+22 |
* | xterm.c (x_make_frame_visible): Call gtk_window_deiconify. | Jan Djärv | 2003-02-08 | 1 | -0/+1 |
* | Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif | Jan Djärv | 2003-02-07 | 1 | -27/+6 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -21/+21 |
* | Fix input methods for GTK. | Jan Djärv | 2003-01-25 | 1 | -21/+57 |
* | *** empty log message *** | Jan Djärv | 2003-01-19 | 1 | -0/+4 |
* | GTK version | Jan Djärv | 2003-01-19 | 1 | -52/+387 |
* | *** empty log message *** | Jan Djärv | 2003-01-08 | 1 | -1147/+1199 |
* | (x_catch_errors): Save dpy using make_save_value. | Richard M. Stallman | 2003-01-06 | 1 | -2/+10 |
* | (x_draw_glyph_string_foreground) | Miles Bader | 2002-11-17 | 1 | -4/+23 |
* | (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): | Dave Love | 2002-11-14 | 1 | -2/+3 |
* | (x_term_init): Use turn_on_atimers, not start_polling and stop_polling. | Richard M. Stallman | 2002-11-06 | 1 | -2/+2 |
* | (XTread_socket): Check Lisp types for Vx_keysym_table | Dave Love | 2002-11-04 | 1 | -5/+6 |
* | (XTread_socket): Fix last change. | Dave Love | 2002-10-31 | 1 | -70/+88 |
* | (Qeql): Declare. | Dave Love | 2002-10-30 | 1 | -6/+44 |
* | (note_mouse_highlight): Don't use mouse-face if hidden. | Kim F. Storm | 2002-10-26 | 1 | -3/+6 |
* | (get_window_cursor_type): New arg ACTIVE_CURSOR. | Kim F. Storm | 2002-10-24 | 1 | -1/+2 |