| Commit message (Expand) | Author | Age | Files | Lines |
* | (x_set_title): Check data type of NAME. | Richard M. Stallman | 1996-12-19 | 1 | -0/+2 |
* | (x_set_scroll_bar_width): Reject a width that's too small. | Richard M. Stallman | 1996-12-15 | 1 | -0/+4 |
* | (Fx_create_frame): Look for X-resource for minibuffer. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
* | (x_set_internal_border_width): Only change | Richard M. Stallman | 1996-10-06 | 1 | -3/+5 |
* | (x_set_scroll_bar_width): Move cursor to the | Richard M. Stallman | 1996-09-27 | 1 | -0/+1 |
* | (x_set_internal_border_width, Fx_create_frame): | Richard M. Stallman | 1996-09-27 | 1 | -2/+6 |
* | (x_window): With Motif, double extra_borders. | Richard M. Stallman | 1996-09-24 | 1 | -3/+5 |
* | (Fx_create_frame): Default Qinternal_border_width to 1. | Richard M. Stallman | 1996-09-23 | 1 | -2/+4 |
* | (Fx_create_frame): Default Qvertical_scroll_bars to `left'. | Richard M. Stallman | 1996-09-21 | 1 | -7/+19 |
* | (x_set_frame_parameters): Make height and width ints. | Richard M. Stallman | 1996-09-10 | 1 | -44/+46 |
* | (Fx_list_fonts): New optional arg MAXIMUM. | Richard M. Stallman | 1996-09-01 | 1 | -8/+22 |
* | (x_set_cursor_color): Use x_update_cursor. | Richard M. Stallman | 1996-08-31 | 1 | -2/+2 |
* | (x_window): Don't add ibw to menubar_size. | Richard M. Stallman | 1996-08-27 | 1 | -0/+3 |
* | (x_set_scroll_bar_width): Call x_set_window_size when arg is nil. | Richard M. Stallman | 1996-08-21 | 1 | -0/+2 |
* | (Fx_open_connection): Don't set Vx_resource_name. | Richard M. Stallman | 1996-08-17 | 1 | -3/+0 |
* | (Fx_create_frame): Do xlwmenu hack only if USE_LUCID. | Karl Heuer | 1996-07-16 | 1 | -1/+3 |
* | (xlwmenu_default_font): Declare, but don't define. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | (Qfont): Delete redundant definition. | Karl Heuer | 1996-07-16 | 1 | -3/+0 |
* | (Fx_create_frame): Gcpro parms, parent, and name. | Richard M. Stallman | 1996-06-29 | 1 | -4/+8 |
* | (x_real_positions): Don't call x_uncatch_errors twice. | Richard M. Stallman | 1996-06-24 | 1 | -3/+4 |
* | (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. | Richard M. Stallman | 1996-04-26 | 1 | -0/+1 |
* | Update copyright year. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
* | (Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]: | Richard M. Stallman | 1996-04-25 | 1 | -0/+6 |
* | (x_set_frame_parameters): Get height and width from | Richard M. Stallman | 1996-04-15 | 1 | -2/+12 |
* | (Fx_list_fonts): Handle X protocol errors. | Richard M. Stallman | 1996-04-10 | 1 | -2/+18 |
* | (x_set_frame_parameters): Do call Fset_frame_size | Richard M. Stallman | 1996-04-09 | 1 | -1/+2 |
* | (X_I18N_INHIBITED): New macro--define this | Richard M. Stallman | 1996-03-18 | 1 | -5/+23 |
* | [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. | Richard M. Stallman | 1996-03-04 | 1 | -9/+0 |
* | [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. | Richard M. Stallman | 1996-02-28 | 1 | -0/+9 |
* | (defined_color): When we find a "near" color in the map, | Karl Heuer | 1996-02-21 | 1 | -2/+10 |
* | (Fx_create_frame): Title is a string, not a symbol. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
* | (x_real_positions): Cast arg of XFree. | Karl Heuer | 1996-02-13 | 1 | -1/+1 |
* | (x_real_positions): Use XFree. | Richard M. Stallman | 1996-02-09 | 1 | -1/+1 |
* | (x_frame_parms): Add "title" element. | Richard M. Stallman | 1996-02-04 | 1 | -7/+82 |
* | (x_frame_parms): Alphabetize. | Richard M. Stallman | 1996-01-30 | 1 | -32/+12 |
* | (Qtitle): Declared. | Richard M. Stallman | 1996-01-26 | 1 | -2/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (check_x_display_info, check_x_frame, x_set_font) | Richard M. Stallman | 1995-12-26 | 1 | -6/+7 |
* | [X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5. | Karl Heuer | 1995-12-21 | 1 | -0/+7 |
* | Use <paths.h>, not "paths.h". | Karl Heuer | 1995-12-19 | 1 | -1/+1 |
* | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-12-15 | 1 | -2/+3 |
* | (HACK_EDITRES): Don't define if NO_EDITRES is defined. | Richard M. Stallman | 1995-11-11 | 1 | -2/+3 |
* | (x_window, both versions): Add HAVE_X_I18N support. | Richard M. Stallman | 1995-10-15 | 1 | -0/+44 |
* | (Fx_create_frame): Set up buffer-predicate slot. | Richard M. Stallman | 1995-09-25 | 1 | -3/+5 |
* | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning | Richard M. Stallman | 1995-08-11 | 1 | -1/+6 |
* | (Ffocus_frame, Funfocus_frame): Make them no-ops. | Richard M. Stallman | 1995-08-05 | 1 | -24/+2 |
* | Do renamings: | Karl Heuer | 1995-07-26 | 1 | -4/+4 |
* | Renamings: frame->display => frame->output, struct x_display -> sruct x_output. | Richard M. Stallman | 1995-07-25 | 1 | -239/+239 |
* | (x_menubar_window_to_frame): New function. | Richard M. Stallman | 1995-07-25 | 1 | -0/+27 |
* | [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 |