| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2001-05-09 | 1 | -3/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-07 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-07 | 1 | -0/+5 |
| | | |||||
| * | (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix | Eli Zaretskii | 2001-05-03 | 1 | -0/+5 |
| | | | | | the change from 2001-04-30. | ||||
| * | (file_dialog_unmap_cb): New function. | Gerd Moellmann | 2001-05-03 | 1 | -0/+4 |
| | | | | | | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case where a dialog is closed via the window manager. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-03 | 1 | -5/+15 |
| | | |||||
| * | (expose_window): Return int. If W is the window | Gerd Moellmann | 2001-05-02 | 1 | -0/+5 |
| | | | | | | | currently being updated, mark the frame garbaged. Fix computation of rows intersection the exposed rectangle. (expose_window_tree): Stop when expose_window returns 0. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-02 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-05-01 | 1 | -15/+17 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-30 | 1 | -0/+3 |
| | | |||||
| * | (x_window_to_menu_bar) [USE_LUCID]: New function. | Gerd Moellmann | 2001-04-30 | 1 | -0/+6 |
| | | | | | | (XTread_socket) [USE_LUCID] <Expose>: Handle events for windows that are components of a Lucid menu bar. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-27 | 1 | -0/+5 |
| | | |||||
| * | (save_excursion_restore): Don't use XBUFFER on | Gerd Moellmann | 2001-04-26 | 1 | -0/+5 |
| | | | | | a non-buffer. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-25 | 1 | -0/+3 |
| | | |||||
| * | (wait_reading_process_input): Call | Gerd Moellmann | 2001-04-25 | 1 | -0/+4 |
| | | | | | | record_asynch_buffer_change only if a timer really changed buffers. | ||||
| * | (mouse_face_overlay_overlaps): Fix the computation | Gerd Moellmann | 2001-04-25 | 1 | -0/+3 |
| | | | | | of the number of overlays to check. | ||||
| * | (command_loop_1): Redo change of 2001-03-12. | Gerd Moellmann | 2001-04-25 | 1 | -0/+2 |
| | | |||||
| * | (try_window_id): Fix a case where window_end_pos | Gerd Moellmann | 2001-04-25 | 1 | -0/+5 |
| | | | | | and window_end_bytepos were not adjusted. | ||||
| * | (compute_char_face): If buffer is unibyte, set CH to | Gerd Moellmann | 2001-04-23 | 1 | -0/+5 |
| | | | | | zero instead of -1. | ||||
| * | (wait_reading_process_input) [!subprocesses]: Don't | Eli Zaretskii | 2001-04-21 | 1 | -0/+6 |
| | | | | | | reference waiting_for_user_input_p, it's not defined in the branch without async subprocesses support. | ||||
| * | (delete_kboard): Prevent a dangling reference | Gerd Moellmann | 2001-04-19 | 1 | -0/+3 |
| | | | | | from current_kboard to KB, which is freed. | ||||
| * | (wait_reading_process_input): Call | Gerd Moellmann | 2001-04-19 | 1 | -0/+6 |
| | | | | | | record_asynch_buffer_change after running timers, to make read_key_sequence aware of buffer changes from under it. | ||||
| * | (Qscalable_fonts_allowed): New variable. | Gerd Moellmann | 2001-04-18 | 1 | -0/+8 |
| | | | | | | | | | | (realizing_basic_faces_p): Removed. (x_face_list_fonts): Special handling for realizing_basic_faces_p removed. (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default for scalable-fonts-allowed to t. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-18 | 1 | -0/+7 |
| | | |||||
| * | (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not | Eli Zaretskii | 2001-04-18 | 1 | -0/+6 |
| | | | | | | defined, include stddef.h and use __SIZE_TYPE__ instead of size_t. (__memalign_hook): Make the two prototypes consistent. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-17 | 1 | -0/+5 |
| | | |||||
| * | (find_interval): Don't rebalance during signal handling. | Stefan Monnier | 2001-04-12 | 1 | -762/+565 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-11 | 1 | -0/+2 |
| | | |||||
| * | (Fplist_get): Don't QUIT is interrupt_input_blocked. | Gerd Moellmann | 2001-04-11 | 1 | -0/+4 |
| | | |||||
| * | (Fcompare_strings): Fix return values. | Gerd Moellmann | 2001-04-10 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-10 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-10 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-09 | 1 | -0/+2 |
| | | |||||
| * | (try_window_id): When scrolling on a terminal, take | Gerd Moellmann | 2001-04-09 | 1 | -0/+8 |
| | | | | | the change of window_internal_height into account. | ||||
| * | (align): If the argument SIZE would overflow | Eli Zaretskii | 2001-04-09 | 1 | -0/+5 |
| | | | | | __malloc_ptrdiff_t, fail right away. | ||||
| * | (xmenu_show): Use FRAME_X_SCREEN_NUMBER. | Gerd Moellmann | 2001-04-06 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-04-06 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-06 | 1 | -0/+3 |
| | | |||||
| * | (Qinhibit_eval_during_redisplay): Make it a Lisp_Object. | Gerd Moellmann | 2001-04-06 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-05 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-05 | 1 | -0/+3 |
| | | |||||
| * | (x_free_frame_resources) [USE_X_TOOLKIT]: Set | Gerd Moellmann | 2001-04-05 | 1 | -0/+9 |
| | | | | | f->output_data.x->widget to null after destroying it. | ||||
| * | (Frequire): Doc fix. Rename parameter FILE_NAME to | Gerd Moellmann | 2001-04-05 | 1 | -0/+3 |
| | | | | | FILENAME to bring it in synch with the documentation. | ||||
| * | (realizing_basic_faces_p): Renamed from | Gerd Moellmann | 2001-04-05 | 1 | -0/+7 |
| | | | | | | | realize_default_face_p. (realize_basic_faces): Set/clear realizing_basic_faces_p. (realize_default_face): Don't set the flag. | ||||
| * | (with_echo_area_buffer): Avoid confusion from reusing | Gerd Moellmann | 2001-04-04 | 1 | -0/+8 |
| | | | | | the buffer that was used for echoing. | ||||
| * | (best_matching_font): Remove unused parameter PATTERN. | Gerd Moellmann | 2001-04-04 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | (first_font_matching): Removed unused function. (x_face_list_fonts): Remove unused parameter SCALABLE_P. (may_use_scalable_font_p): Remove parameter FONT; rename parameter NAME to FONT. (x_face_list_fonts): Fix missing bounds check. (realizing_default_face_p): New variable. (realize_default_face): Set and clear that flag. (x_face_list_fonts): When called during the realization of the default face, and no matching fonts are found when ignoring scalable fonts and fonts matching a regexp from face-ignored-fonts, try without ignoring fonts. | ||||
| * | (postprocess_image): New function. | Gerd Moellmann | 2001-04-03 | 1 | -0/+4 |
| | | | | | | (lookup_image): Call it for all image types except PostScript. (x_kill_gs_process): Call postprocess_image. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-03 | 1 | -0/+6 |
| | | |||||
| * | (x_alloc_nearest_color_1): New function. | Gerd Moellmann | 2001-04-02 | 1 | -0/+10 |
| | | | | | | | | | | (x_alloc_nearest_color): Use it. (x_color_cells): Take a Display as argument, instead of a frame. (string_to_pixel_args, cvt_string_to_pixel_value): New variables. (cvt_string_to_pixel, cvt_pixel_dtor): New functions. (x_initialize): Register cvt_string_to_pixel as resource converter string -> Pixel and cvt_pixel_dtor as pixel resource destructor. | ||||
| * | (get_overlay_strings): Set iterator's end_charpos. | Gerd Moellmann | 2001-03-30 | 1 | -1/+6 |
| | | | | | | | (set_iterator_to_next): If a string from a display property ends, consider the case that this might also be the end of an overlay string having the display property. | ||||