aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (w32_load_system_font): Set FONT_WIDTH to maximum, notJason Rumney2005-01-031-1/+20
* Use fast_string_match_ignore_case for comparing font names.Jason Rumney2004-11-021-7/+5
* * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-10/+8
* (Fx_server_vendor, Fx_server_version): Doc fixes.Richard M. Stallman2004-10-281-2/+2
* (w32_font_match): Encode font name being matched.Jason Rumney2004-10-161-5/+7
* (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: HandleJason Rumney2004-09-071-8/+24
* Fix typo in last checkinJason Rumney2004-08-311-1/+1
* 2004-08-31 NAKAMURA Toshikazu <[email protected]> (tiny change)Jason Rumney2004-08-311-0/+12
* 2004-07-19 KOBAYASHI Yasuhiro <[email protected]> (tiny change)Jason Rumney2004-07-191-2/+2
* (Fx_file_dialog): Encode strings in system coding system beforeJason Rumney2004-07-151-2/+2
* (file_dialog_callback): Disable edit control if setJason Rumney2004-06-271-7/+18
* (Fx_display_grayscale_p, Fw32_send_sys_command, Vw32_color_map):Juanma Barranquero2004-06-021-56/+57
* Fix last change for non USE_LISP_UNION_TYPE case.Jason Rumney2004-05-181-2/+2
* (Fw32_register_hot_key, Fw32_unregister_hot_key)Jason Rumney2004-05-171-63/+89
* (Fw32_define_rgb_color): Avoid XSET.Stefan Monnier2004-05-141-2/+2
* (x_create_tip_frame): Bind inhibit-read-only andKenichi Handa2004-05-101-0/+2
* (Vw32_ansi_code_page): New Lisp variable.Jason Rumney2004-05-091-0/+8
* Image consolidation:Kim F. Storm2004-03-111-5858/+0
* (slurp_file, xbm_scan, xbm_load_image)Jason Rumney2004-02-241-13/+13
* macfns.c, w32fns.c (Fx_change_window_property):Jan Djärv2004-02-071-5/+18
* * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.Jason Rumney2004-02-031-0/+5
* * makefile.w32-in, w32fns.c: Add `default-printer-name' function.Jason Rumney2004-01-281-0/+72
* (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-281-7/+2
* Remove period at end of error message.Jan Djärv2003-11-161-1/+1
* * w32fns.c (w32_load_system_font): Clear all members of FONTP beforeJason Rumney2003-10-021-0/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (syms_of_w32fns): Remove non-existent functions.Jason Rumney2003-08-271-5/+0
* (clipboard_sequence_fn): New variable.Jason Rumney2003-07-061-8/+12
* Remove #ifdefs from comments, as they are ignored there.Jason Rumney2003-07-061-4/+0
* (add_system_logical_colors_to_map): New function.Jason Rumney2003-06-051-1/+57
* Make (many) trivial substitutions for renamed andKim F. Storm2003-05-241-59/+58
* (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