aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.Jason Rumney2002-03-231-18/+2
* (Fx_create_frame): Enable tool-bar when images are supported.Jason Rumney2002-03-221-1/+6
* (x_set_cursor_color): Set cursor_gc as well.Jason Rumney2002-03-221-10/+29
* (x_clear_image_1): Disable color table code.Jason Rumney2002-03-211-0/+2
* (QCtype): Remove duplicate declaration andKim F. Storm2002-03-211-4/+2
* (x_set_cursor_color): Set foreground of cursor, not frame.Jason Rumney2002-03-201-95/+232
* (w32_to_all_x_charsets): Return correct type in startup case.Jason Rumney2002-03-161-1/+2
* (Fx_display_color_cells): Force 24+ bit color depths to 24-bit.Juanma Barranquero2002-03-081-1/+3
* (w32_wnd_proc) <WM_TIMER>: Fix last change.Jason Rumney2002-02-231-0/+1
* (mouse_move_timer, mouse_button_timer): Initialize.Jason Rumney2002-02-231-9/+36
* *** empty log message ***Jason Rumney2002-02-181-18/+110
* (w32_load_system_font): Prevent Cleartype fonts from loading.Jason Rumney2002-02-091-0/+18
* (enum_font_cb2): Don't let charsets unknown to WindowsJason Rumney2002-02-091-5/+7
* (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.Jason Rumney2002-01-241-8/+6
* (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.Jason Rumney2002-01-231-3/+5
* (w32_visible_system_caret_hwnd): New static variable.Jason Rumney2002-01-201-3/+34
* (w32_load_system_font, w32_to_x_charset): Use strnicmpJason Rumney2002-01-201-87/+230
* (Fx_create_frame): Bind redisplay-dont-pause aroundJason Rumney2002-01-191-0/+4
* (w32_pass_extra_mouse_buttons_to_system): New user option.Jason Rumney2002-01-131-2/+23
* (compute_tip_xy): If tooltip won't fit on the screenJason Rumney2002-01-051-28/+32
* (x_report_frame_params): Makes the scroll-bar-width frame parameter haveEli Zaretskii2001-12-131-0/+4
* (x_report_frame_params): Return actual fringe widths.Kim F. Storm2001-12-051-0/+4
* (trackmouse_window, track_mouse_event_fn): New vars.Jason Rumney2001-12-011-6/+51
* Merged fringe width related changes from xfns.c.Kim F. Storm2001-12-011-8/+26
* (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.Jason Rumney2001-11-281-11/+8
* (x_create_tip_frame): Set frame's fringes_extra to 0.Jason Rumney2001-11-251-6/+14
* (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.Jason Rumney2001-11-241-27/+51
* (x_window_to_frame): Remove irrelevant TODO comment.Jason Rumney2001-11-221-77/+100
* (Vw32_system_coding_system): Remove.Jason Rumney2001-11-201-9/+2