aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2005-08-311-1/+17
|
* (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.YAMAMOTO Mitsuharu2005-08-311-5/+0
|
* [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.YAMAMOTO Mitsuharu2005-08-311-0/+4
|
* (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.YAMAMOTO Mitsuharu2005-08-311-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 +1Stefan Monnier2005-08-292-6/+22
| | | | | setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit.
* *** empty log message ***Eli Zaretskii2005-08-271-0/+4
|
* (USAGE1): Fix the description of the -Q option.Eli Zaretskii2005-08-271-1/+1
|
* (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2005-08-261-2/+2
|
* (resize_mini_window): Fix 2005-08-20 change.Kim F. Storm2005-08-261-2/+1
| | | | Don't move PT to new window start.
* *** empty log message ***Kim F. Storm2005-08-261-0/+5
|
* (mac_copy_area, mac_copy_area_with_mask): Restore background color.YAMAMOTO Mitsuharu2005-08-252-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 forYAMAMOTO Mitsuharu2005-08-251-1/+1
| | | | ICONIFY/DEICONIFY_EVENT.
* *** empty log message ***Juri Linkov2005-08-221-0/+5
|
* (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7
| | | | TS_set_background depending on standout_mode. Simplify.
* * fringe.c (update_window_fringes): Only put TOP and BOTTOMKim F. Storm2005-08-211-2/+4
| | | | bitmaps on fully visible rows.
* *** empty log message ***Kim F. Storm2005-08-211-0/+3
|
* (redisplay_window): Call update_window_fringes withKim F. Storm2005-08-211-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. Storm2005-08-211-12/+16
| | | | if non-zero, don't update current row fringes, and return 0.
* *** empty log message ***Kim F. Storm2005-08-211-0/+9
|
* (display_echo_area_1): Get display start pos from w->start.Richard M. Stallman2005-08-202-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 displayKim F. Storm2005-08-181-1/+10
| | | | resolution when available instead of Vdisplay_pixels_per_inch.
* *** empty log message ***Kim F. Storm2005-08-181-0/+5
|
* *** empty log message ***Kim F. Storm2005-08-171-1/+8
|
* (buffer_posn_from_coords): Check that target row isKim F. Storm2005-08-171-2/+3
| | | | within matrix.
* (pos_visible_p): Adjust X value if window is hscrolled.Kim F. Storm2005-08-171-0/+3
|
* * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code toJan Djärv2005-08-161-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 toJan Djärv2005-08-161-6/+1
| | | | xg_set_frame_icon and call it.
* * gtkutil.c (xg_set_frame_icon): New function.Jan Djärv2005-08-161-1/+19
|
* * gtkutil.h (xg_set_frame_icon): Declare it.Jan Djärv2005-08-161-3/+3
|
* (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.Kim F. Storm2005-08-161-3/+1
| | | | (Fcurrent_window_configuration): Use VECSIZE macro instead.
* (increment_row_positions): Skip non-enabled rows.Kim F. Storm2005-08-161-0/+3
|
* *** empty log message ***Kim F. Storm2005-08-161-0/+7
|
* *** empty log message ***Richard M. Stallman2005-08-161-0/+4
|
* (message3_nolog): Clear echo_message_buffer.Richard M. Stallman2005-08-161-0/+3
|
* *** empty log message ***Kim F. Storm2005-08-151-0/+2
|
* (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.Kim F. Storm2005-08-151-1/+1
|
* (deactivate_process, status_notify, read_process_output):Kim F. Storm2005-08-151-3/+0
| | | | Remove prototypes.
* (deactivate_process, status_notify, read_process_output)Kim F. Storm2005-08-151-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. Storm2005-08-151-0/+15
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+4
|
* (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.Richard M. Stallman2005-08-151-11/+11
|
* * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.Jan Djärv2005-08-131-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_maskJan Djärv2005-08-131-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ärv2005-08-131-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ärv2005-08-131-0/+4
|
* *** empty log message ***Richard M. Stallman2005-08-111-0/+5
|
* (syms_of_image): Init image_types here, and call define_image_type.Richard M. Stallman2005-08-111-5/+8
| | | | (init_image): Not here.
* *** empty log message ***Richard M. Stallman2005-08-091-0/+6
|
* (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman2005-08-091-1/+1
|
* (QUIT): Throw t to Vthrow_on_input.Richard M. Stallman2005-08-091-1/+1
|