| Commit message (Expand) | Author | Age | Files | Lines |
* | (x_find_ccl_program): Extern it. | Kenichi Handa | 1998-04-15 | 1 | -0/+1 |
* | Add more prototypes. | Andreas Schwab | 1998-04-14 | 1 | -12/+110 |
* | (struct x_output): New field has_been_visible. | Richard M. Stallman | 1997-05-31 | 1 | -0/+3 |
* | (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. | Kenichi Handa | 1997-02-27 | 1 | -2/+3 |
* | (struct font_info): This definition is moved to | Karl Heuer | 1997-02-20 | 1 | -12/+29 |
* | (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from | Richard M. Stallman | 1996-09-21 | 1 | -5/+3 |
* | (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an | Richard M. Stallman | 1996-09-21 | 1 | -5/+14 |
* | (struct x_display_info): Add element Xatom_FONT. | Richard M. Stallman | 1996-09-01 | 1 | -0/+2 |
* | (struct x_output): Member saved_button_event replaced by | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
* | Don't define HAVE_X11R5 here. | Richard M. Stallman | 1996-06-28 | 1 | -4/+1 |
* | (STANDARD_EVENT_SET): Remove PointerNotifyHintMask. | Richard M. Stallman | 1996-04-18 | 1 | -19/+2 |
* | (struct x_output): New member xim. | Richard M. Stallman | 1996-03-18 | 1 | -0/+3 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | Comment change. | Richard M. Stallman | 1996-01-12 | 1 | -1/+4 |
* | Undo previous change. | Richard M. Stallman | 1996-01-05 | 1 | -3/+5 |
* | (SELECTION_EVENT_REQUESTER): Renamed from | Karl Heuer | 1996-01-04 | 1 | -3/+3 |
* | (HAVE_X11R6): Definition deleted (previous change undone). | Richard M. Stallman | 1995-12-24 | 1 | -6/+0 |
* | (HAVE_X11R6): New macro, defined when appropriate. | Karl Heuer | 1995-12-21 | 1 | -0/+6 |
* | (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros. | Geoff Voelker | 1995-11-07 | 1 | -0/+2 |
* | Move the include of Xlocale.h after setting HAVE_X11R5. | Richard M. Stallman | 1995-10-30 | 1 | -5/+5 |
* | (FRAME_XIC): Fix wrong field name. | Richard M. Stallman | 1995-10-28 | 1 | -1/+1 |
* | (HAVE_X_I18N): New macro. | Richard M. Stallman | 1995-10-15 | 1 | -0/+11 |
* | (struct x_output): Renamed from struct x_display. | Richard M. Stallman | 1995-07-25 | 1 | -33/+33 |
* | (struct x_display): New fields saved_button_event, id. | Richard M. Stallman | 1995-07-25 | 1 | -0/+9 |
* | (struct x_display): icon_name deleted. | Richard M. Stallman | 1995-06-16 | 1 | -6/+0 |
* | (struct x_display): New field asked_for_visible. | Karl Heuer | 1995-06-11 | 1 | -0/+3 |
* | (struct x_display): Rename icon_label to icon_name | Karl Heuer | 1995-06-05 | 1 | -3/+4 |
* | (struct x_display): New field menubar_height. | Karl Heuer | 1995-05-24 | 1 | -0/+6 |
* | Declare x_non_menubar_window_to_frame. | Karl Heuer | 1995-04-29 | 1 | -0/+1 |
* | (struct x_display_info): New members x_focus_frame, | Karl Heuer | 1995-04-24 | 1 | -5/+20 |
* | (struct x_display_info): Use `struct kboard', not KBOARD. | Richard M. Stallman | 1995-04-10 | 1 | -1/+1 |
* | (struct x_display_info): New member cut_buffers_initialized. | Karl Heuer | 1995-03-31 | 1 | -0/+1 |
* | (struct x_display_info): member kboard (formerly perdisplay) is now a pointer, | Karl Heuer | 1995-03-15 | 1 | -11/+3 |
* | (struct x_display): New element cursor_width. | Richard M. Stallman | 1995-02-14 | 1 | -0/+3 |
* | [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources that | Karl Heuer | 1995-01-31 | 1 | -0/+10 |
* | (struct x_display_info): Rename display_perd to perdisplay. | Karl Heuer | 1995-01-28 | 1 | -1/+1 |
* | (struct x_display_info): New member display_perd. | Karl Heuer | 1995-01-25 | 1 | -0/+1 |
* | (struct x_display): New field explicit_parent. | Richard M. Stallman | 1994-12-15 | 1 | -1/+7 |
* | (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer. | Karl Heuer | 1994-11-16 | 1 | -3/+4 |
* | Delete X10 code. | Richard M. Stallman | 1994-10-25 | 1 | -16/+81 |
* | (struct x_display_info): Struct renamed from x_screen. | Richard M. Stallman | 1994-10-22 | 1 | -172/+112 |
* | (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL) | Richard M. Stallman | 1994-10-15 | 1 | -0/+4 |
* | (x_display): Changed icon_bitmap_flag to icon_bitmap. | Richard M. Stallman | 1994-10-15 | 1 | -2/+3 |
* | (SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | Comment fix. | Karl Heuer | 1994-09-28 | 1 | -1/+1 |
* | (FRAME_X_DISPLAY): New macro. | Richard M. Stallman | 1994-09-23 | 1 | -1/+26 |
* | (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted. | Karl Heuer | 1994-09-20 | 1 | -3/+0 |
* | (struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -2/+2 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (struct x_display): New field size_hint_flags. | Richard M. Stallman | 1994-05-02 | 1 | -20/+26 |