aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (x_set_scroll_bar_default_width): Define return value as void.Juanma Barranquero2003-03-311-1/+1
* * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frameKim F. Storm2003-03-311-1406/+51
* Remove setup of cross_cursor (already has hand_cursor).Kim F. Storm2003-03-211-15/+9
* (jpeg_load, png_load, slurp_file): Read image filesJason Rumney2003-03-161-3/+3
* Use generic compute_fringe_widths.Kim F. Storm2003-03-121-3/+2
* (Fx_get_resource, x_get_resource_string): Pass xrdb to check for resourcesJuanma Barranquero2003-03-061-2/+3
* (w32_list_bdf_fonts, w32_list_fonts): NegativeJason Rumney2003-02-161-5/+6
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (w32_create_pixmap_from_bitmap_data): Use alloca forJason Rumney2003-02-011-17/+94
* (init_tiff_functions): New function.Juanma Barranquero2003-01-311-19/+53
* (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h.Juanma Barranquero2003-01-311-13/+46
* (init_external_image_libraries): Add missing operator.Juanma Barranquero2003-01-301-1/+1
* (init_external_image_libraries): Allow jpeg-62.dll asJason Rumney2003-01-291-0/+1
* (init_external_image_libraries): Try alternate names for the jpeg dll.Juanma Barranquero2003-01-271-35/+36
* (init_jpeg_functions, jpeg_resync_to_restart_wrapper):Jason Rumney2003-01-261-54/+103
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-251-50/+139
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-251-76/+102
* (x_set_cursor_type): Set cursor_type_changed,Jason Rumney2003-01-221-3/+2
* 2003-01-21 Jason Rumney <[email protected]>Jason Rumney2003-01-211-2/+47
* (syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix.Dave Love2003-01-061-1/+1
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil...Ben Key2002-12-181-31/+24
* (convert_mono_to_color_image): New function.Jason Rumney2002-11-201-5/+58
* (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)Jason Rumney2002-11-181-30/+16
* (x_build_heuristic_mask): Filter palette info from color.Jason Rumney2002-11-181-2/+3
* (x_build_heuristic_mask): Filter palette info from color.Jason Rumney2002-11-181-1/+2
* Added a partial implementation of play-sound-internal for Windows. Fixed the...Ben Key2002-11-171-2/+31
* (w32_load_system_font): Don't disable Cleartype.Jason Rumney2002-11-161-3/+1
* (x_create_x_image_and_pixmap): Fill in palette forJason Rumney2002-11-151-6/+17
* (w32_defined_color): Adjust RGB values for Emacs.Jason Rumney2002-11-151-95/+128
* Remove definition of XColor.Juanma Barranquero2002-10-231-10/+0
* Fix typo in comment.Juanma Barranquero2002-10-181-322/+322
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-0/+5
* (Qbox): Make extern.Juanma Barranquero2002-08-301-3/+1
* (Vblink_cursor_alist): Removed.Kim F. Storm2002-08-301-94/+1
* (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR andRichard M. Stallman2002-08-291-4/+42
* * w32fns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-127/+127
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-4/+4
* Fix typo.Juanma Barranquero2002-07-091-1/+1
* (w32_to_x_font): Disable composition handling.Kenichi Handa2002-06-241-0/+3
* (file_dialog_callback): New function.Jason Rumney2002-06-221-45/+87
* * w32fns.c (enumfont_t): Remove tail, make pattern a normalJason Rumney2002-05-221-14/+27
* * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE forKen Raeburn2002-05-211-1/+1
* * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAMEKen Raeburn2002-05-201-2/+2
* (w32_create_pixmap_from_bitmap_data): New function.Jason Rumney2002-05-181-27/+41
* (enum_font_cb2): Don't use DBCS raster fonts.Jason Rumney2002-05-101-0/+15
* (x_create_bitmap_from_file, x_find_image_file): Update call to openp.Stefan Monnier2002-04-301-2/+2
* (Fx_file_dialog): Decode file name before using.Jason Rumney2002-04-161-1/+1
* (xbm_scan, xbm_load_image, xbm_read_bitmap_data)Jason Rumney2002-03-241-35/+62