| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Stefan Monnier | 2003-03-14 | 1 | -5/+9 |
| | | |||||
| * | gtkutil.h: Add declaration for xg_frame_cleared. | Jan Djärv | 2003-03-14 | 2 | -0/+3 |
| | | |||||
| * | Clear frame didn't redraw scrollbars, fixed that. | Jan Djärv | 2003-03-14 | 3 | -6/+27 |
| | | |||||
| * | Reduce flicker in GTK scrollbars. | Jan Djärv | 2003-03-14 | 2 | -6/+90 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-13 | 1 | -1/+6 |
| | | |||||
| * | (Fdetect_coding_region): Fix docstring. | Kenichi Handa | 2003-03-13 | 1 | -2/+5 |
| | | |||||
| * | (Fdetect_coding_string): Fix docstring. | Kenichi Handa | 2003-03-13 | 1 | -2/+5 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-13 | 1 | -0/+2 |
| | | |||||
| * | Add prototype for create_menus. | Andreas Schwab | 2003-03-13 | 1 | -0/+4 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-12 | 1 | -0/+6 |
| | | |||||
| * | (selection_data_to_lisp_data): Use int instead of | Andreas Schwab | 2003-03-12 | 1 | -4/+4 |
| | | | | | long for an integer of size 4. | ||||
| * | (long_to_cons): Fix type of top. | Andreas Schwab | 2003-03-12 | 1 | -2/+2 |
| | | |||||
| * | (xg_tool_bar_help_callback): Add missing return value. | Andreas Schwab | 2003-03-12 | 1 | -1/+1 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-12 | 1 | -0/+4 |
| | | |||||
| * | (xg_update_frame_menubar): Add missing return value. | Andreas Schwab | 2003-03-12 | 1 | -0/+2 |
| | | |||||
| * | Make last change compile on non-X systems. | Kim F. Storm | 2003-03-12 | 1 | -1/+1 |
| | | |||||
| * | (x_term_init) [USE_GTK]: Fix typo. | Andreas Schwab | 2003-03-12 | 2 | -1/+5 |
| | | |||||
| * | Use generic compute_fringe_widths. | Kim F. Storm | 2003-03-12 | 6 | -10/+8 |
| | | |||||
| * | The following changes consolidates the fringe handling from | Kim F. Storm | 2003-03-12 | 1 | -0/+275 |
| | | | | | | | | | | | | | | | | xterm.c, w32term.c, and macterm.c into xdisp.c. * xdisp.c: Consolidate fringe handling code here. (left_bits, right_bits, continued_bits, continuation_bits) (ov_bits, zv_bits): Define fringe bitmaps. (fringe_bitmaps): New array holding fringe bitmaps. (draw_fringe_bitmap): Draw a specific bitmap; call display specific drawing routine via rif->draw_fringe_bitmap. (draw_row_fringe_bitmaps): Generic replacement for x_draw_row_fringe_bitmaps; all callers changed. (compute_fringe_widths): Generic replacement for x_compute_fringe_widths; all callers changed. | ||||
| * | Remove generic fringe code. | Kim F. Storm | 2003-03-12 | 2 | -678/+39 |
| | | | | | | (x_draw_fringe_bitmap): Only perform actual fringe drawing. (x_redisplay_interface): Add x_draw_fringe_bitmap member. | ||||
| * | Remove generic fringe code. | Kim F. Storm | 2003-03-12 | 1 | -372/+70 |
| | | | | | | (w32_draw_fringe_bitmap): Only perform actual fringe drawing. (w32_redisplay_interface): Add w32_draw_fringe_bitmap member. | ||||
| * | (enum fringe_bitmap_type): Define here. | Kim F. Storm | 2003-03-12 | 1 | -0/+51 |
| | | | | | | | | (struct fringe_bitmap, struct draw_fringe_bitmap_params): New. (fringe_bitmaps): Declare extern. (struct redisplay_interface): New member draw_fringe_bitmap. (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-12 | 1 | -0/+34 |
| | | |||||
| * | (Fprin1_to_string): Return unibyte string if possible. | Stefan Monnier | 2003-03-11 | 1 | -0/+2 |
| | | |||||
| * | (read_process_output): We have allocated enough space | David Kastrup | 2003-03-09 | 1 | -3/+3 |
| | | | | | for readmax and carryover, so actually use the alloted space. | ||||
| * | *** empty log message *** | David Kastrup | 2003-03-09 | 1 | -0/+5 |
| | | |||||
| * | Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars | Jan Djärv | 2003-03-09 | 4 | -3/+46 |
| | | |||||
| * | Another fix for BadGC. | Jan Djärv | 2003-03-09 | 1 | -4/+47 |
| | | |||||
| * | * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of | Jan Djärv | 2003-03-08 | 2 | -8/+10 |
| | | | | | | struct image* when desciding to update (struct image* may have been deleted from the image cache). | ||||
| * | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if | Jan Djärv | 2003-03-08 | 2 | -1/+6 |
| | | | | | the event isn't for a frame (i.e. for dialogs). | ||||
| * | (CODING_ADD_COMPOSITION_COMPONENT): If the number of | Kenichi Handa | 2003-03-07 | 1 | -3/+40 |
| | | | | | | | | | | composition components reaches the limit, terminate composing. (COMPOSITION_OK): New macro. (detect_coding_iso2022): Use it if an escapse sequence for composition is found. (coding_restore_composition): Adjust the number of composition components if it is not sane. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-07 | 1 | -0/+10 |
| | | |||||
| * | (w32_get_rdb_resource): New function. | Juanma Barranquero | 2003-03-06 | 2 | -1/+47 |
| | | | | | | (x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry. | ||||
| * | (Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources | Juanma Barranquero | 2003-03-06 | 1 | -2/+3 |
| | | | | | passed on the command line. | ||||
| * | (w32_make_rdb): New function. | Juanma Barranquero | 2003-03-06 | 1 | -13/+57 |
| | | | | | | (w32_term_init): Use it to initialize xrdb member of w32_display_info struct. Delete leftover code. | ||||
| * | (struct w32_display_info): Add xrdb member to support passing resources via -xrm | Juanma Barranquero | 2003-03-06 | 1 | -0/+3 |
| | | | | | on Windows. | ||||
| * | * xterm.c (x_detect_focus_change): Call x_any_window_to_frame | Jan Djärv | 2003-03-04 | 2 | -1/+6 |
| | | | | | instead of x_top_window_to_frame. | ||||
| * | xsmfns.c (smc_save_yourself_CB): Add --no-splash to options | Jan Djärv | 2003-03-03 | 2 | -3/+17 |
| | | | | | when restarting Emacs. | ||||
| * | (Fkill_buffer): Use Frun_hook_with_args_until_failure | Richard M. Stallman | 2003-03-03 | 2 | -6/+15 |
| | | | | | | | to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it. | ||||
| * | *** empty log message *** | Rob Browning | 2003-03-03 | 1 | -6/+11 |
| | | |||||
| * | . | Stefan Monnier | 2003-03-02 | 1 | -22/+22 |
| | | |||||
| * | * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK. | Jan Djärv | 2003-03-02 | 2 | -1/+7 |
| | | |||||
| * | A lot of lines removed at checkin version 1.3108, restore them | Jan Djärv | 2003-03-02 | 1 | -30/+3795 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-02-26 | 1 | -2/+6 |
| | | |||||
| * | (redisplay_window): Fix infinite loop in redisplay. | Kim F. Storm | 2003-02-25 | 2 | -0/+16 |
| | | | | | | If centering point failed to make whole line visible and vscroll is non-zero, disable vscroll and try centering point again. | ||||
| * | (read1): Accept `single space' syntax like (? x). | Kim F. Storm | 2003-02-25 | 1 | -0/+7 |
| | | |||||
| * | * keyboard.c (cancel_hourglass_unwind): Surround with | Jan Djärv | 2003-02-25 | 2 | -0/+7 |
| | | | | | #ifdef HAVE_X_WINDOWS | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-02-25 | 1 | -0/+5 |
| | | |||||
| * | (Fset_buffer_multibyte): Pay attention to the buffer | Kenichi Handa | 2003-02-25 | 1 | -0/+2 |
| | | | | | process only when "subprocesses" is defined. | ||||
| * | (back_comment): Only check nestedness of 2nd char if needed. | Stefan Monnier | 2003-02-25 | 1 | -1/+1 |
| | | |||||