| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (widget_id_tick): Renamed from popup_id_tick. | Paul Reilly | 1994-10-02 | 1 | -346/+380 |
| | | | | | | | | | | | | | | | | | | | | | | | | (popup_get_selection, popup_activated, popup_activate_callback, menubar_selection_callback, popup_deactivate_callback, single_submenu): New or replaced functions. (popup_activated_flag): New variable. (dispatch_dummy_expose, event_is_in_menu_item, map_event_to_object): Removed. (update_frame_menubar): Use lw_refigure_widget to provide widget set independence. (set_frame_menubar): Use lw_allow_resizing to control unsightly Motif menubar resizing in a widget set independent fashion. (xmenu_show): Removed menubar handling code, since that is now done in lwlib. Display a popup menu title centered and followed by two separators. Use lw_popup_menu() to display the menu. Use popup_get_selection() to deal with X11 event handling while the menu is posted. | ||||
| * | (XTread_socket): Use popup_get_selection() for X11 menubar event handling. | Paul Reilly | 1994-10-02 | 1 | -4/+4 |
| | | |||||
| * | (HACK_EDITRES): Declare if using X11R5. | Paul Reilly | 1994-10-02 | 1 | -15/+29 |
| | | | | | | | | | | (widget_id_tick): New variable. (x_any_window_to_frame): Use lw_window_is_in_menubar() for widget set independence. (x_window): Renamed screen_widget to frame_widget. Use lw_create_widget() and lw_set_main_areas() for widget set independence. Enable using editres for X11R5. | ||||
| * | (EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set | Paul Reilly | 1994-10-02 | 1 | -4/+3 |
| | | | | | independence. | ||||
| * | Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred. | Paul Reilly | 1994-10-02 | 1 | -0/+9 |
| | | |||||
| * | (make_lispy_event): Do not set item. Now handled in xmenu.c by | Paul Reilly | 1994-10-02 | 1 | -7/+1 |
| | | | | | (popup_get_selection). | ||||
| * | (redisplay_window): If we set PT, and that alters a region | Richard M. Stallman | 1994-10-02 | 1 | -1/+6 |
| | | | | | being displayed, call try_window again. | ||||
| * | (head_table): Set up Qdelete_frame. | Richard M. Stallman | 1994-10-01 | 1 | -23/+7 |
| | | | | | | (kbd_buffer_get_event): Handle delete_window_event by making a delete-frame event. | ||||
| * | (keys_of_frame): Make binding for delete-frame. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
| | | |||||
| * | (Foverlay_get): Handle `category' property on overlay. | Richard M. Stallman | 1994-10-01 | 1 | -2/+11 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
| | | |||||
| * | (compile_range): When casting to const unsigned char *, put const first. | Richard M. Stallman | 1994-10-01 | 1 | -2/+2 |
| | | |||||
| * | (LIBXTR6): If NEED_LIBW, add -lw. | Richard M. Stallman | 1994-10-01 | 1 | -0/+4 |
| | | |||||
| * | (NEED_LIBW): Defined. | Richard M. Stallman | 1994-10-01 | 1 | -0/+3 |
| | | |||||
| * | (LDFLAGS): New variable. | Richard M. Stallman | 1994-10-01 | 1 | -1/+2 |
| | | | | | (LIBX): Use LDFLAGS. | ||||
| * | (Fmake_local_variable): Doc fix. | Richard M. Stallman | 1994-09-30 | 1 | -2/+23 |
| | | | | | | (Flocal_variable_p): New function. (syms_of_data): defsubr it. | ||||
| * | (check_writable, check_executable) [__HURD__]: Use eaccess. | Richard M. Stallman | 1994-09-29 | 1 | -26/+2 |
| | | |||||
| * | (compute_char_face): Handle list as overlay face property. | Richard M. Stallman | 1994-09-29 | 1 | -2/+49 |
| | | | | | | (compute_char_face): If face text-property is a list, merge the attributes of the faces in the list. | ||||
| * | (Fset_face_attribute_internal): Mark frame garbaged whenever | Richard M. Stallman | 1994-09-29 | 1 | -9/+12 |
| | | | | | any face's font or color is changed. | ||||
| * | (scmp): Use unsigned chars, to avoid confusing DOWNCASE. | Karl Heuer | 1994-09-29 | 1 | -2/+4 |
| | | |||||
| * | (x_report_frame_params): Fix format/arg mismatch. | Karl Heuer | 1994-09-29 | 1 | -1/+1 |
| | | |||||
| * | (CHECK_SCNHDR, write_segment): Fix format/arg mismatch. | Karl Heuer | 1994-09-29 | 1 | -4/+4 |
| | | |||||
| * | [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. | Roland McGrath | 1994-09-28 | 1 | -1/+16 |
| | | |||||
| * | (syms_of_dired): Undo Sep 16 change. | Karl Heuer | 1994-09-28 | 1 | -3/+0 |
| | | |||||
| * | (Fdelete_file): Undo Sep 16 change. | Karl Heuer | 1994-09-28 | 1 | -6/+2 |
| | | |||||
| * | Comment fix. | Karl Heuer | 1994-09-28 | 1 | -1/+1 |
| | | |||||
| * | (x_new_font): New rule for computing column width. Factored out common code. | Karl Heuer | 1994-09-28 | 1 | -13/+18 |
| | | | | | | (XTset_vertical_scroll_bar): Use new width formula. [!USE_X_TOOLKIT] (x_set_window_size): Likewise. | ||||
| * | (x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels. | Karl Heuer | 1994-09-28 | 1 | -2/+8 |
| | | | | | (Fx_create_frame): Default scroll bar width is now nil. | ||||
| * | (set_frame_size, EmacsFrameSetCharSize): Use new width formula. | Karl Heuer | 1994-09-28 | 1 | -5/+10 |
| | | |||||
| * | (scroll_bar_pixel_width, scroll_bar_cols): Update comment. | Karl Heuer | 1994-09-28 | 1 | -1/+4 |
| | | |||||
| * | (lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers, | Karl Heuer | 1994-09-27 | 1 | -15/+15 |
| | | | | | Finsert_and_inherit_before_markers, Fformat): Use type test macros. | ||||
| * | (${etc}DOC): Run make-docfile twice--two batches. | Richard M. Stallman | 1994-09-27 | 1 | -3/+6 |
| | | | | | | (strftime.o, mktime.o): New target. (obj): Add strftime.o and mktime.o. | ||||
| * | (Fformat_time_string): Mostly rewritten, to handle | Richard M. Stallman | 1994-09-27 | 1 | -0/+65 |
| | | | | | | | | unlimited size, and report errors properly. (Fformat_time_string): New function. (syms_of_editfns): Defsubr it. | ||||
| * | (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP, | Karl Heuer | 1994-09-27 | 1 | -22/+31 |
| | | | | | | | | | | SOME_BUFFER_LOCAL_VALUEP, BUFFER_OBJFWDP, VOIDP): New type test macros. (CHECK_STRING_OR_BUFFER, NUMBERP, CHECK_LIST, CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_VECTOR, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT, CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY): Use type test macros. | ||||
| * | (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1, | Karl Heuer | 1994-09-27 | 1 | -26/+26 |
| | | | | | | read_list, check_obarray, intern, Fintern, Fintern_soft, oblookup, init_lread): Use type test macros. | ||||
| * | (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand, | Karl Heuer | 1994-09-27 | 1 | -31/+29 |
| | | | | | | Fcommandp, Fautoload, Feval, Fapply, Ffuncall, funcall_lambda, specbind): Use type test macros. | ||||
| * | (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp, | Karl Heuer | 1994-09-27 | 1 | -82/+74 |
| | | | | | | | | | | | | | Fstringp, Farrayp, Fsequencep, Fbufferp, Fmarkerp, Fsubrp, Fbyte_code_function_p, Fchar_or_string_p, Fintegerp, Finteger_or_marker_p, Fnatnump, Fnumber_or_marker_p, Ffloatp, Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr, Fboundp, Ffboundp, store_symval_forwarding, Fset, default_value, Fdefault_boundp, Fdefault_value, Fset_default, Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable, indirect_function, Faref, Faset, Farray_length, arithcompare, Fzerop, Fnumber_to_string, arith_driver, float_arith_driver, Fmod, Fadd1, Fsub1): Use type test macros. | ||||
| * | (nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables, | Karl Heuer | 1994-09-27 | 1 | -20/+17 |
| | | | | | | Fkill_buffer, set_buffer_internal, list_buffers_1, sort_overlays): Use type test macros. | ||||
| * | (quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type test | Karl Heuer | 1994-09-27 | 1 | -11/+11 |
| | | | | | macros. | ||||
| * | (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test | Karl Heuer | 1994-09-27 | 1 | -4/+4 |
| | | | | | macros. | ||||
| * | (GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): Use | Karl Heuer | 1994-09-27 | 1 | -8/+4 |
| | | | | | type test macros. | ||||
| * | (NULL_INTERVAL_P): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -3/+3 |
| | | |||||
| * | (EVENT_HAS_PARAMETERS): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+1 |
| | | |||||
| * | (Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -7/+7 |
| | | |||||
| * | (Fbyte_code): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -13/+13 |
| | | |||||
| * | (Fcall_process, child_setup, getenv_internal): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -9/+7 |
| | | |||||
| * | (casify_object): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+2 |
| | | |||||
| * | (STRING256_P): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+1 |
| | | |||||
| * | (Fself_insert_command): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |
| | | |||||
| * | (Ffile_name_completion, file_name_completion): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+2 |
| | | |||||