- 09 May, 2004 1 commit
-
-
Jason Rumney authored
(globals_of_w32fns): Set it.
-
- 11 Mar, 2004 1 commit
-
-
Kim F. Storm authored
(Vx_bitmap_file_path, Vimage_cache_eviction_delay) (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) (x_reference_bitmap, x_create_bitmap_from_data) (x_create_bitmap_from_file, x_destroy_bitmap) (x_destroy_all_bitmaps, x_create_bitmap_mask) (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols) (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask) (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter) (define_image_type, lookup_image_type, valid_image_p) (image_error, enum image_value_type, struct image_keyword) (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p) (make_image, free_image, prepare_image_for_display, image_ascent) (four_corners_best, image_background, image_background_transparent) (x_clear_image_1, x_clear_image, x_alloc_image_color) (make_image_cache, free_image_cache, clear_image_cache) (Fclear_image_cache, postprocess_image, lookup_image, cache_image) (forall_images_in_image_cache, x_create_x_image_and_pixmap) (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file) (struct ct_color, init_color_table, free_color_table) (lookup_rgb_color, lookup_pixel_color, colors_in_color_table) (cross_disabled_images, x_to_xcolors, x_from_xcolors) (x_detect_edges, x_emboss, x_laplace, x_edge_detection) (x_disable_image, x_build_heuristic_mask) (XBM support, XPM support, PBM support, PNG support, JPEG support) (TIFF support, GIF support, Ghostscript support): Merge with image code from xfns.c and macfns.c into image.c. (syms_of_xfns): Move image related symbols to image.c. (init_external_image_libraries, init_xfns): Remove; initialization moved to init_image in image.c.
-
- 24 Feb, 2004 1 commit
-
-
Jason Rumney authored
(xbm_read_bitmap_data): Use unsigned char for image data.
-
- 07 Feb, 2004 1 commit
-
-
Jan Djärv authored
Make doc string and parameters same as for X version.
-
- 03 Feb, 2004 1 commit
-
-
Jason Rumney authored
* w32fns.c (x_to_w32_font): Likewise.
-
- 28 Jan, 2004 1 commit
-
-
Jason Rumney authored
-
- 28 Dec, 2003 1 commit
-
-
Kim F. Storm authored
(valid_image_p, parse_image_spec): Use IMAGEP macro.
-
- 16 Nov, 2003 1 commit
-
-
Jan Djärv authored
-
- 02 Oct, 2003 1 commit
-
-
Jason Rumney authored
filling them. * w32bdf.c (w32_load_bdf_font): Likewise.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 27 Aug, 2003 1 commit
-
-
Jason Rumney authored
-
- 06 Jul, 2003 2 commits
-
-
Jason Rumney authored
(globals_of_w32fns): Initialize it.
-
Jason Rumney authored
-
- 05 Jun, 2003 1 commit
-
-
Jason Rumney authored
(Fx_open_connection): Use it.
-
- 24 May, 2003 1 commit
-
-
Kim F. Storm authored
new macros in dispextern.h, frame.h and window.h.
-
- 31 Mar, 2003 2 commits
-
-
Juanma Barranquero authored
-
Kim F. Storm authored
parameters now defined in frame.h and frame.c. (Vx_resource_name): Remove. Use generic var. (enum x_frame_parms): Remove (bogus, unused enum). (check_x_display_info): Make non-static (for frame.c). (struct x_frame_parm_table, x_frame_parms): Remove. (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params) (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_change_window_heights, x_set_autoraise, x_set_autolower) (x_set_vertical_scroll_bars, x_set_scroll_bar_width) (validate_x_resource_name, Fx_get_resource, x_get_resource_string) (x_default_parameter, Fx_parse_geometry, x_figure_window_size): Remove. Use generic functions instead. (enum resource_types): Remove. (x_set_scroll_bar_default_width): New global function (for frame.c). (Fx_create_frame): Depend on x_figure_window_size to add space for toolbar and setup size_hint_flags. (w32_frame_parm_handlers): New table for redisplay_interface. (syms_of_w32fns): Don't intern/staticpro removed vars.
-
- 21 Mar, 2003 1 commit
-
-
Kim F. Storm authored
-
- 16 Mar, 2003 1 commit
-
-
Jason Rumney authored
as binary.
-
- 12 Mar, 2003 1 commit
-
-
Kim F. Storm authored
-
- 06 Mar, 2003 1 commit
-
-
Juanma Barranquero authored
passed on the command line.
-
- 16 Feb, 2003 1 commit
-
-
Jason Rumney authored
max_fonts parameter means list all.
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 01 Feb, 2003 1 commit
-
-
Jason Rumney authored
local malloc. [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel definitions in xpm.h. (init_xpm_functions): New function. (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm. (init_external_image_libraries): Try to load libXpm.dll.
-
- 31 Jan, 2003 2 commits
-
-
Juanma Barranquero authored
(tiff_load): Adjust colors for Windows. Disable color table lookups. Call library functions through pointers determined at runtime. (init_external_image_libraries): Try to load libtiff.dll.
-
Juanma Barranquero authored
(init_gif_functions): New function. (gif_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call gif library functions through pointers determined at runtime. (init_external_image_libraries): Try to load libungif.dll.
-
- 30 Jan, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 29 Jan, 2003 1 commit
-
-
Jason Rumney authored
an alternative name for jpeg.dll.
-
- 27 Jan, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 26 Jan, 2003 1 commit
-
-
Jason Rumney authored
New functions. (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call jpeg library functions through pointers determined at runtime. (init_external_image_libraries): Try to load jpeg.dll.
-
- 25 Jan, 2003 2 commits
-
-
Jason Rumney authored
[HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. (init_png_functions): New function. (png_read_from_memory, png_load): Call png library functions through pointers determined at runtime. (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. (init_external_image_libraries): New function. (init_xfns): Call it.
-
Jason Rumney authored
[HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups.
-
- 22 Jan, 2003 1 commit
-
-
Jason Rumney authored
not update_mode_lines, and always set it to 1.
-
- 21 Jan, 2003 1 commit
-
-
Jason Rumney authored
* w32fns.c (IDC_HAND): Define it if system headers don't. 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> * w32fns.c (Vx_hand_shape): New variable. (w32_wnd_proc): Add message entries for WM_SETCURSOR and WM_EMACS_SETCURSOR. (x-create-frame): Setup Cursor types. 2003-01-21 David Ponce <david@dponce.com> * w32fns.c (w32_load_cursor): New function. (w32_init_class): Use it. (x_put_x_image): Declare all args.
-
- 06 Jan, 2003 1 commit
-
-
Dave Love authored
-
- 18 Dec, 2002 1 commit
-
-
Ben Key authored
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
-
- 20 Nov, 2002 1 commit
-
-
Jason Rumney authored
(xbm_load, xbm_load_image): Use it when foreground or background is explicitly set.
-
- 18 Nov, 2002 3 commits
-
-
Jason Rumney authored
(gif_format, gs_format): Use IMAGE_ASCENT_VALUE. (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p) (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
-
Jason Rumney authored
(XPutPixel): Swap blue and red.
-
Jason Rumney authored
-