Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from | Richard M. Stallman | 1996-09-21 | 1 | -5/+3 |
| | | | | | LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM. (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM. | ||||
* | (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an | Richard M. Stallman | 1996-09-21 | 1 | -5/+14 |
| | | | | | | | | | | argument, and use it to decrease the width in the case of a left-side scroll bar; this prevents the bar and adjacent text from scrunching together. (LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM): Add constant. (VERTICAL_SCROLL_BAR_INSIDE_HEIGHT): New arg F (not used). (VERTICAL_SCROLL_BAR_TOP_RANGE): New arg F (not used). | ||||
* | (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 |
| | | | | saved_menu_event. | ||||
* | 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 |
| | | | | (CHECK_X_FRAME): Macro deleted. | ||||
* | (struct x_output): New member xim. | Richard M. Stallman | 1996-03-18 | 1 | -0/+3 |
| | | | | (FRAME_XIM): New macro. | ||||
* | 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 |
| | | | | | | SELECTION_EVENT_REQUESTOR. (struct selection_input_event): Renamed member `requester' from `requestor'. | ||||
* | (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 |
| | | | | | | Maybe include Xlocale.h. (struct x_output): New field xic. (FRAME_XIC): New macro. | ||||
* | (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 |
| | | | | and make it a Lisp_Object. | ||||
* | (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 |
| | | | | x_focus_event_frame, x_highlight_frame, replacing global vars. | ||||
* | (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 |
| | | | | | not an actual struct. (get_perdisplay, get_perdisplay_macro): Deleted. | ||||
* | (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 |
| | | | | | include this header. [MULTI_PERDISPLAY] (get_perdisplay_macro): Internal macro version. | ||||
* | (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): New fields bitmaps, bitmaps_size, bitmaps_last. (struct x_bitmap_record): Structure moved here. (struct font_info): New type. (struct x_display_info): New fields font_table, font_table_size and n_fonts. (struct x_display_info): New field scratch_cursor_gc. (mouse_face_*): New fields. (struct x_display_info): New field x_id_name. (struct x_display_info): Replace elements `name' and `face_list_cache' with one cons cell `name_list_element'. (x_display_name_list): Variable declared. | ||||
* | (struct x_display_info): Struct renamed from x_screen. | Richard M. Stallman | 1994-10-22 | 1 | -172/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (x_display): x_screen field renamed to display_info. (FRAME_X_DISPLAY): Use new name. (FRAME_X_DISPLAY_INFO): Likewise; also renamed from FRAME_X_SCREEN. (struct x_display_info): New fields *_mod_mask, icon_bitmap_id, connection, xrdb, Xatom..., grabbed, height, width, screen, visual, n_planes. (x_display_list): New variable. (FRAME_X_SCREEN): New macro. (WHITE_PIX_DEFAULT, BLACK_PIX_DEFAULT): Take arg f. (EMACS_CLASS): Macro moved here. (XExposeRegionEvent): Unused macro deleted. (XGetWindowInfo, XGetFont, XLoseFont): Unused macros deleted. (MINWIDTH, MINHEIGHT, MAXWIDTH, MAXHEIGHT): Unused macros deleted. (MAX_FACES_AND_GLYPHS, Bitmap): Unused macros deleted. (struct event_queue): Structure deleted (was unused). (EVENT_BUFFER_SIZE): Macro deleted. (XClear): Macro deleted. Callers use XClearWindow. (XWarpMousePointer): Macro deleted. Callers use XWarpPointer. (XStuffPending): Macro deleted. Callers use XPending. (XHandleError, XHandleIOError): Macros deleted. Callers use XSet...ErrorHandler. (XChangeWindowSize): Macro deleted. Callers use XResizeWindow. (Color): Macro deleted; replaced with XColor. (FONT_TYPE): Macro deleted; replaced with XFontStruct. (PIX_TYPE): Macro deleted; replaced with unsigned long. (ROOT_WINDOW): Macro deleted. (struct x_display_info): New field root_window. All uses changed. (XDISPLAY): Macro deleted. (XFlushQueue): Macro deleted. All callers changed. (DISPLAY_SCREEN_ARG): Maco deleted. (DISPLAY_CELLS): Macro deleted. (WINDOWINFO_TYPE): Macro deleted. | ||||
* | (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL) | Richard M. Stallman | 1994-10-15 | 1 | -0/+4 |
| | | | | (FRAME_FONT): New macros. | ||||
* | (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 |
| | | | | | | (struct x_screen): New structure. (struct x_display): New field x_screen. (FRAME_X_SCREEN): New macro. | ||||
* | (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 |
| | | | | (x_mouse_grabbed): Declared. | ||||
* | (x_top_window_to_frame): Declare this function. | Karl Heuer | 1994-04-20 | 1 | -0/+1 |
| | |||||
* | (x_display): New field win_gravity. | Richard M. Stallman | 1994-04-17 | 1 | -0/+3 |
| | |||||
* | (HAVE_X11R4): If we define HAVE_X11R5, define this too. | Richard M. Stallman | 1994-04-14 | 1 | -0/+3 |
| | |||||
* | (struct x_display): New field line_height. | Richard M. Stallman | 1994-04-09 | 1 | -3/+6 |
| | | | | | (VERTICAL_SCROLL_BAR_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW) (CHAR_TO_PIXEL_ROW): Use line_height field. | ||||
* | (cross_cursor): New field for struct x_display. | Fred Pierresteguy | 1994-04-08 | 1 | -0/+1 |
| |