2004-07-19 |
Jason Rumney |
2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
|
2004-07-15 |
Jason Rumney |
(Fx_file_dialog): Encode strings in system coding system before
|
2004-06-27 |
Jason Rumney |
(file_dialog_callback): Disable edit control if set
|
2004-06-02 |
Juanma Barranquero |
(Fx_display_grayscale_p, Fw32_send_sys_command, Vw32_color_map):
|
2004-05-18 |
Jason Rumney |
Fix last change for non USE_LISP_UNION_TYPE case.
|
2004-05-17 |
Jason Rumney |
(Fw32_register_hot_key, Fw32_unregister_hot_key)
|
2004-05-14 |
Stefan Monnier |
(Fw32_define_rgb_color): Avoid XSET.
|
2004-05-10 |
Kenichi Handa |
(x_create_tip_frame): Bind inhibit-read-only and
|
2004-05-09 |
Jason Rumney |
(Vw32_ansi_code_page): New Lisp variable.
|
2004-03-11 |
Kim F. Storm |
Image consolidation:
|
2004-02-24 |
Jason Rumney |
(slurp_file, xbm_scan, xbm_load_image)
|
2004-02-07 |
Jan Djärv |
macfns.c, w32fns.c (Fx_change_window_property):
|
2004-02-03 |
Jason Rumney |
* w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
|
2004-01-28 |
Jason Rumney |
* makefile.w32-in, w32fns.c: Add `default-printer-name' function.
|
2003-12-28 |
Kim F. Storm |
(Qimage): Remove extern (now in lisp.h).
|
2003-11-16 |
Jan Djärv |
Remove period at end of error message.
|
2003-10-02 |
Jason Rumney |
* w32fns.c (w32_load_system_font): Clear all members of FONTP before
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-08-27 |
Jason Rumney |
(syms_of_w32fns): Remove non-existent functions.
|
2003-07-06 |
Jason Rumney |
(clipboard_sequence_fn): New variable.
|
2003-07-06 |
Jason Rumney |
Remove #ifdefs from comments, as they are ignored there.
|
2003-06-04 |
Jason Rumney |
(add_system_logical_colors_to_map): New function.
|
2003-05-24 |
Kim F. Storm |
Make (many) trivial substitutions for renamed and
|
2003-03-31 |
Juanma Barranquero |
(x_set_scroll_bar_default_width): Define return value as void.
|
2003-03-31 |
Kim F. Storm |
* w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
|
2003-03-21 |
Kim F. Storm |
Remove setup of cross_cursor (already has hand_cursor).
|
2003-03-16 |
Jason Rumney |
(jpeg_load, png_load, slurp_file): Read image files
|
2003-03-12 |
Kim F. Storm |
Use generic compute_fringe_widths.
|
2003-03-06 |
Juanma Barranquero |
(Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources
|
2003-02-16 |
Jason Rumney |
(w32_list_bdf_fonts, w32_list_fonts): Negative
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2003-02-01 |
Jason Rumney |
(w32_create_pixmap_from_bitmap_data): Use alloca for
|
2003-01-31 |
Juanma Barranquero |
(init_tiff_functions): New function.
|
2003-01-31 |
Juanma Barranquero |
(DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h.
|
2003-01-30 |
Juanma Barranquero |
(init_external_image_libraries): Add missing operator.
|
2003-01-29 |
Jason Rumney |
(init_external_image_libraries): Allow jpeg-62.dll as
|
2003-01-27 |
Juanma Barranquero |
(init_external_image_libraries): Try alternate names for the jpeg dll.
|
2003-01-26 |
Jason Rumney |
(init_jpeg_functions, jpeg_resync_to_restart_wrapper):
|
2003-01-25 |
Jason Rumney |
(XPutPixel): Handle monochrome images; used for masks.
|
2003-01-25 |
Jason Rumney |
(XPutPixel): Handle monochrome images; used for masks.
|
2003-01-22 |
Jason Rumney |
(x_set_cursor_type): Set cursor_type_changed,
|
2003-01-21 |
Jason Rumney |
2003-01-21 Jason Rumney <jasonr@gnu.org>
|
2003-01-06 |
Dave Love |
(syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix.
|
2002-12-18 |
Ben Key |
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
|
2002-11-20 |
Jason Rumney |
(convert_mono_to_color_image): New function.
|
2002-11-18 |
Jason Rumney |
(xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
|
2002-11-18 |
Jason Rumney |
(x_build_heuristic_mask): Filter palette info from color.
|
2002-11-18 |
Jason Rumney |
(x_build_heuristic_mask): Filter palette info from color.
|
2002-11-17 |
Ben Key |
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
|
2002-11-16 |
Jason Rumney |
(w32_load_system_font): Don't disable Cleartype.
|
2002-11-15 |
Jason Rumney |
(x_create_x_image_and_pixmap): Fill in palette for
|
2002-11-15 |
Jason Rumney |
(w32_defined_color): Adjust RGB values for Emacs.
|
2002-10-23 |
Juanma Barranquero |
Remove definition of XColor.
|
2002-10-18 |
Juanma Barranquero |
Fix typo in comment.
|
2002-10-02 |
John Paul Wallington |
* frame.c (Vdelete_frame_functions): New variable.
|
2002-08-30 |
Juanma Barranquero |
(Qbox): Make extern.
|
2002-08-30 |
Kim F. Storm |
(Vblink_cursor_alist): Removed.
|
2002-08-29 |
Richard M. Stallman |
(x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
|
2002-07-16 |
Ken Raeburn |
* w32fns.c (validate_x_resource_name): Use SSET.
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-10 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
2002-07-09 |
Juanma Barranquero |
Fix typo.
|
2002-06-24 |
Kenichi Handa |
(w32_to_x_font): Disable composition handling.
|
2002-06-22 |
Jason Rumney |
(file_dialog_callback): New function.
|
2002-05-22 |
Jason Rumney |
* w32fns.c (enumfont_t): Remove tail, make pattern a normal
|
2002-05-21 |
Ken Raeburn |
* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
|
2002-05-20 |
Ken Raeburn |
* w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
|
2002-05-18 |
Jason Rumney |
(w32_create_pixmap_from_bitmap_data): New function.
|
2002-05-10 |
Jason Rumney |
(enum_font_cb2): Don't use DBCS raster fonts.
|
2002-04-30 |
Stefan Monnier |
(x_create_bitmap_from_file, x_find_image_file): Update call to openp.
|
2002-04-16 |
Jason Rumney |
(Fx_file_dialog): Decode file name before using.
|
2002-03-24 |
Jason Rumney |
(xbm_scan, xbm_load_image, xbm_read_bitmap_data)
|
2002-03-23 |
Jason Rumney |
[HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
|
2002-03-22 |
Jason Rumney |
(Fx_create_frame): Enable tool-bar when images are supported.
|
2002-03-22 |
Jason Rumney |
(x_set_cursor_color): Set cursor_gc as well.
|
2002-03-21 |
Jason Rumney |
(x_clear_image_1): Disable color table code.
|
2002-03-21 |
Kim F. Storm |
(QCtype): Remove duplicate declaration and
|
2002-03-20 |
Jason Rumney |
(x_set_cursor_color): Set foreground of cursor, not frame.
|
2002-03-16 |
Jason Rumney |
(w32_to_all_x_charsets): Return correct type in startup case.
|
2002-03-08 |
Juanma Barranquero |
(Fx_display_color_cells): Force 24+ bit color depths to 24-bit.
|
2002-02-23 |
Jason Rumney |
(w32_wnd_proc) <WM_TIMER>: Fix last change.
|
2002-02-23 |
Jason Rumney |
(mouse_move_timer, mouse_button_timer): Initialize.
|
2002-02-18 |
Jason Rumney |
*** empty log message ***
|
2002-02-09 |
Jason Rumney |
(w32_load_system_font): Prevent Cleartype fonts from loading.
|
2002-02-09 |
Jason Rumney |
(enum_font_cb2): Don't let charsets unknown to Windows
|
2002-01-24 |
Jason Rumney |
(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
|
2002-01-23 |
Jason Rumney |
(syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
|
2002-01-20 |
Jason Rumney |
(w32_visible_system_caret_hwnd): New static variable.
|
2002-01-20 |
Jason Rumney |
(w32_load_system_font, w32_to_x_charset): Use strnicmp
|
2002-01-19 |
Jason Rumney |
(Fx_create_frame): Bind redisplay-dont-pause around
|
2002-01-13 |
Jason Rumney |
(w32_pass_extra_mouse_buttons_to_system): New user option.
|
2002-01-05 |
Jason Rumney |
(compute_tip_xy): If tooltip won't fit on the screen
|
2001-12-13 |
Eli Zaretskii |
(x_report_frame_params): Makes the scroll-bar-width frame parameter have
|
2001-12-05 |
Kim F. Storm |
(x_report_frame_params): Return actual fringe widths.
|
2001-12-01 |
Jason Rumney |
(trackmouse_window, track_mouse_event_fn): New vars.
|
2001-12-01 |
Kim F. Storm |
Merged fringe width related changes from xfns.c.
|
2001-11-28 |
Jason Rumney |
(w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
|
2001-11-25 |
Jason Rumney |
(x_create_tip_frame): Set frame's fringes_extra to 0.
|
2001-11-24 |
Jason Rumney |
(w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
|
2001-11-22 |
Jason Rumney |
(x_window_to_frame): Remove irrelevant TODO comment.
|
2001-11-20 |
Jason Rumney |
(Vw32_system_coding_system): Remove.
|
2001-11-18 |
Jason Rumney |
(x_set_frame_parameters): Avoid infinite recursion for
|
2001-11-16 |
Kim F. Storm |
Fringe cleanup.
|
2001-11-13 |
Jason Rumney |
Doc fixes.
|
2001-11-13 |
Pavel Janík |
(Fx_synchronize): Reindent.
|
2001-11-13 |
Jason Rumney |
Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.
|
2001-11-10 |
Jason Rumney |
(enum_font_cb2): Use leading @ on face name to detect
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-30 |
Jason Rumney |
(w32_to_x_charset): Increase size of XLFD charset buffer.
|
2001-10-27 |
Jason Rumney |
(w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
|
2001-10-21 |
Jason Rumney |
(Fx_file_dialog): Pass a filter to GetOpenFileName.
|
2001-10-17 |
Andrew Innes |
(w32_load_system_font): Cache codepage for font, in
|
2001-10-16 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
2001-10-12 |
Stefan Monnier |
Update calls to openp.
|
2001-10-04 |
Andrew Innes |
(x_to_w32_color): Fix argument to alloca.
|
2001-09-05 |
Andrew Innes |
(w32_createwindow): Undo last change.
|
2001-09-04 |
Andrew Innes |
(w32_createwindow): Remove the WS_CLIPCHILDREN style
|
2001-05-12 |
Eli Zaretskii |
(w32_to_x_font): Change prototype to fit the declaration.
|
2001-03-06 |
Gerd Moellmann |
(Fx_create_frame): Clear Vwindow_list.
|