| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -1/+17 |
| | | |||||
| * | (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -5/+0 |
| | | |||||
| * | [!TARGET_API_MAC_CARBON] (GetPixDepth): New define. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -0/+4 |
| | | |||||
| * | (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -161/+211 |
| | | | | | | | | | | | [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common cases. (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use posix_pathname_to_fsspec. [MAC_OS] (xpm_load_image): Fill in background_transparent field while we have mask. | ||||
| * | (update_syntax_table): Properly reproduce the special +1 | Stefan Monnier | 2005-08-29 | 2 | -6/+22 |
| | | | | | | setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-08-27 | 1 | -0/+4 |
| | | |||||
| * | (USAGE1): Fix the description of the -Q option. | Eli Zaretskii | 2005-08-27 | 1 | -1/+1 |
| | | |||||
| * | (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2005-08-26 | 1 | -2/+2 |
| | | |||||
| * | (resize_mini_window): Fix 2005-08-20 change. | Kim F. Storm | 2005-08-26 | 1 | -2/+1 |
| | | | | | Don't move PT to new window start. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-26 | 1 | -0/+5 |
| | | |||||
| * | (mac_copy_area, mac_copy_area_with_mask): Restore background color. | YAMAMOTO Mitsuharu | 2005-08-25 | 2 | -53/+174 |
| | | | | | | | | | | | | | | | | | (mac_handle_visibility_change): New function. (x_make_frame_invisible, x_iconify_frame) (XTread_socket) [!USE_CARBON_EVENTS]: Use it. [USE_CARBON_EVENTS] (mac_handle_window_event) (install_window_handler): Handle visibilty change events. (x_make_frame_visible): Don't reposition window if it is iconified or asked for visible before. Select and uncollapse window when it is made visible. (x_make_frame_invisible): Don't reset x_highlight_frame. (x_iconify_frame): Likewise. Make invisible frame visible before it is iconified. (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS. (do_window_update): Don't change visibility of invisible frame. | ||||
| * | (kbd_buffer_get_event) [MAC_OS]: Make events for | YAMAMOTO Mitsuharu | 2005-08-25 | 1 | -1/+1 |
| | | | | | ICONIFY/DEICONIFY_EVENT. | ||||
| * | *** empty log message *** | Juri Linkov | 2005-08-22 | 1 | -0/+5 |
| | | |||||
| * | (turn_on_face): Check for TS_set_foreground and | Juri Linkov | 2005-08-22 | 1 | -11/+7 |
| | | | | | TS_set_background depending on standout_mode. Simplify. | ||||
| * | * fringe.c (update_window_fringes): Only put TOP and BOTTOM | Kim F. Storm | 2005-08-21 | 1 | -2/+4 |
| | | | | | bitmaps on fully visible rows. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-21 | 1 | -0/+3 |
| | | |||||
| * | (redisplay_window): Call update_window_fringes with | Kim F. Storm | 2005-08-21 | 1 | -4/+3 |
| | | | | | KEEP_CURRENT_P non-0 if we are going to refresh fringes later. | ||||
| * | (update_window_fringes): Replace FORCE_P arg with KEEP_CURRENT_P arg; | Kim F. Storm | 2005-08-21 | 1 | -12/+16 |
| | | | | | if non-zero, don't update current row fringes, and return 0. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-21 | 1 | -0/+9 |
| | | |||||
| * | (display_echo_area_1): Get display start pos from w->start. | Richard M. Stallman | 2005-08-20 | 2 | -5/+26 |
| | | | | | | (resize_mini_window): Set w->start, and PT, so as to display the tail end of the buffer, if it doesn't all fit. | ||||
| * | (calc_pixel_width_or_height): Use actual display | Kim F. Storm | 2005-08-18 | 1 | -1/+10 |
| | | | | | resolution when available instead of Vdisplay_pixels_per_inch. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-18 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-17 | 1 | -1/+8 |
| | | |||||
| * | (buffer_posn_from_coords): Check that target row is | Kim F. Storm | 2005-08-17 | 1 | -2/+3 |
| | | | | | within matrix. | ||||
| * | (pos_visible_p): Adjust X value if window is hscrolled. | Kim F. Storm | 2005-08-17 | 1 | -0/+3 |
| | | |||||
| * | * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to | Jan Djärv | 2005-08-16 | 1 | -0/+9 |
| | | | | | | | | | xg_set_frame_icon and call it. * gtkutil.c (xg_set_frame_icon): New function. * gtkutil.h (xg_set_frame_icon): Declare it. | ||||
| * | * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to | Jan Djärv | 2005-08-16 | 1 | -6/+1 |
| | | | | | xg_set_frame_icon and call it. | ||||
| * | * gtkutil.c (xg_set_frame_icon): New function. | Jan Djärv | 2005-08-16 | 1 | -1/+19 |
| | | |||||
| * | * gtkutil.h (xg_set_frame_icon): Declare it. | Jan Djärv | 2005-08-16 | 1 | -3/+3 |
| | | |||||
| * | (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define. | Kim F. Storm | 2005-08-16 | 1 | -3/+1 |
| | | | | | (Fcurrent_window_configuration): Use VECSIZE macro instead. | ||||
| * | (increment_row_positions): Skip non-enabled rows. | Kim F. Storm | 2005-08-16 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-16 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-16 | 1 | -0/+4 |
| | | |||||
| * | (message3_nolog): Clear echo_message_buffer. | Richard M. Stallman | 2005-08-16 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-15 | 1 | -0/+2 |
| | | |||||
| * | (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. | Kim F. Storm | 2005-08-15 | 1 | -1/+1 |
| | | |||||
| * | (deactivate_process, status_notify, read_process_output): | Kim F. Storm | 2005-08-15 | 1 | -3/+0 |
| | | | | | Remove prototypes. | ||||
| * | (deactivate_process, status_notify, read_process_output) | Kim F. Storm | 2005-08-15 | 1 | -28/+37 |
| | | | | | | | | | | | | (update_status, status_convert, decode_status, allocate_pty) (make_process, remove_process, list_processes_1) (create_process_1, unwind_request_sigio, read_process_output) (send_process, keyboard_bit_set): Declare static. (Fdelete_process): Simplify. Pass process to status_notify, so we don't try to read output from it. (status_notify): New arg deleting_process--don't try to read output from that process. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-15 | 1 | -0/+15 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-15 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. | Richard M. Stallman | 2005-08-15 | 1 | -11/+11 |
| | | |||||
| * | * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function. | Jan Djärv | 2005-08-13 | 1 | -0/+12 |
| | | | | | | | | | | | | (xg_get_image_for_pixmap): Move some code to xg_get_pixbuf_from_pix_and_mask, and call it. * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask to get an GTK icon and set it with GTK functions to avoid having GTK override an icon set with just X functions. | ||||
| * | * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask | Jan Djärv | 2005-08-13 | 1 | -3/+15 |
| | | | | | | to get an GTK icon and set it with GTK functions to avoid having GTK override an icon set with just X functions. | ||||
| * | * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function. | Jan Djärv | 2005-08-13 | 1 | -48/+61 |
| | | | | | | (xg_get_image_for_pixmap): Move some code to xg_get_pixbuf_from_pix_and_mask, and call it. | ||||
| * | * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. | Jan Djärv | 2005-08-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-11 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_image): Init image_types here, and call define_image_type. | Richard M. Stallman | 2005-08-11 | 1 | -5/+8 |
| | | | | | (init_image): Not here. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-09 | 1 | -0/+6 |
| | | |||||
| * | (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
| | | |||||
| * | (QUIT): Throw t to Vthrow_on_input. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
| | | |||||