| Commit message (Expand) | Author | Age | Files | Lines |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (syms_of_w32fns): Remove non-existent functions. | Jason Rumney | 2003-08-27 | 1 | -5/+0 |
* | (clipboard_sequence_fn): New variable. | Jason Rumney | 2003-07-06 | 1 | -8/+12 |
* | Remove #ifdefs from comments, as they are ignored there. | Jason Rumney | 2003-07-06 | 1 | -4/+0 |
* | (add_system_logical_colors_to_map): New function. | Jason Rumney | 2003-06-05 | 1 | -1/+57 |
* | Make (many) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -59/+58 |
* | (x_set_scroll_bar_default_width): Define return value as void. | Juanma Barranquero | 2003-03-31 | 1 | -1/+1 |
* | * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame | Kim F. Storm | 2003-03-31 | 1 | -1406/+51 |
* | Remove setup of cross_cursor (already has hand_cursor). | Kim F. Storm | 2003-03-21 | 1 | -15/+9 |
* | (jpeg_load, png_load, slurp_file): Read image files | Jason Rumney | 2003-03-16 | 1 | -3/+3 |
* | Use generic compute_fringe_widths. | Kim F. Storm | 2003-03-12 | 1 | -3/+2 |
* | (Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources | Juanma Barranquero | 2003-03-06 | 1 | -2/+3 |
* | (w32_list_bdf_fonts, w32_list_fonts): Negative | Jason Rumney | 2003-02-16 | 1 | -5/+6 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
* | (w32_create_pixmap_from_bitmap_data): Use alloca for | Jason Rumney | 2003-02-01 | 1 | -17/+94 |
* | (init_tiff_functions): New function. | Juanma Barranquero | 2003-01-31 | 1 | -19/+53 |
* | (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h. | Juanma Barranquero | 2003-01-31 | 1 | -13/+46 |
* | (init_external_image_libraries): Add missing operator. | Juanma Barranquero | 2003-01-30 | 1 | -1/+1 |
* | (init_external_image_libraries): Allow jpeg-62.dll as | Jason Rumney | 2003-01-29 | 1 | -0/+1 |
* | (init_external_image_libraries): Try alternate names for the jpeg dll. | Juanma Barranquero | 2003-01-27 | 1 | -35/+36 |
* | (init_jpeg_functions, jpeg_resync_to_restart_wrapper): | Jason Rumney | 2003-01-26 | 1 | -54/+103 |
* | (XPutPixel): Handle monochrome images; used for masks. | Jason Rumney | 2003-01-25 | 1 | -50/+139 |
* | (XPutPixel): Handle monochrome images; used for masks. | Jason Rumney | 2003-01-25 | 1 | -76/+102 |
* | (x_set_cursor_type): Set cursor_type_changed, | Jason Rumney | 2003-01-22 | 1 | -3/+2 |
* | 2003-01-21 Jason Rumney <jasonr@gnu.org> | Jason Rumney | 2003-01-21 | 1 | -2/+47 |
* | (syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix. | Dave Love | 2003-01-06 | 1 | -1/+1 |
* | Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil... | Ben Key | 2002-12-18 | 1 | -31/+24 |
* | (convert_mono_to_color_image): New function. | Jason Rumney | 2002-11-20 | 1 | -5/+58 |
* | (xpm_format, pbm_format, png_format, jpeg_format, tiff_format) | Jason Rumney | 2002-11-18 | 1 | -30/+16 |
* | (x_build_heuristic_mask): Filter palette info from color. | Jason Rumney | 2002-11-18 | 1 | -2/+3 |
* | (x_build_heuristic_mask): Filter palette info from color. | Jason Rumney | 2002-11-18 | 1 | -1/+2 |
* | Added a partial implementation of play-sound-internal for Windows. Fixed the... | Ben Key | 2002-11-17 | 1 | -2/+31 |
* | (w32_load_system_font): Don't disable Cleartype. | Jason Rumney | 2002-11-16 | 1 | -3/+1 |
* | (x_create_x_image_and_pixmap): Fill in palette for | Jason Rumney | 2002-11-15 | 1 | -6/+17 |
* | (w32_defined_color): Adjust RGB values for Emacs. | Jason Rumney | 2002-11-15 | 1 | -95/+128 |
* | Remove definition of XColor. | Juanma Barranquero | 2002-10-23 | 1 | -10/+0 |
* | Fix typo in comment. | Juanma Barranquero | 2002-10-18 | 1 | -322/+322 |
* | * frame.c (Vdelete_frame_functions): New variable. | John Paul Wallington | 2002-10-02 | 1 | -0/+5 |
* | (Qbox): Make extern. | Juanma Barranquero | 2002-08-30 | 1 | -3/+1 |
* | (Vblink_cursor_alist): Removed. | Kim F. Storm | 2002-08-30 | 1 | -94/+1 |
* | (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and | Richard M. Stallman | 2002-08-29 | 1 | -4/+42 |
* | * w32fns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -127/+127 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
* | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -4/+4 |
* | Fix typo. | Juanma Barranquero | 2002-07-09 | 1 | -1/+1 |
* | (w32_to_x_font): Disable composition handling. | Kenichi Handa | 2002-06-24 | 1 | -0/+3 |
* | (file_dialog_callback): New function. | Jason Rumney | 2002-06-22 | 1 | -45/+87 |
* | * w32fns.c (enumfont_t): Remove tail, make pattern a normal | Jason Rumney | 2002-05-22 | 1 | -14/+27 |
* | * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | Ken Raeburn | 2002-05-21 | 1 | -1/+1 |