aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_set_frame_parameters): Avoid infinite recursion forJason Rumney2001-11-181-115/+321
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
* Doc fixes.Jason Rumney2001-11-131-7/+8
* (Fx_synchronize): Reindent.Pavel Janík2001-11-131-3/+3
* Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.Jason Rumney2001-11-131-382/+363
* (enum_font_cb2): Use leading @ on face name to detectJason Rumney2001-11-101-5/+11
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-52/+52
* (w32_to_x_charset): Increase size of XLFD charset buffer.Jason Rumney2001-10-301-9/+12
* (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.Jason Rumney2001-10-271-0/+26
* (Fx_file_dialog): Pass a filter to GetOpenFileName.Jason Rumney2001-10-211-379/+875
* (w32_load_system_font): Cache codepage for font, inAndrew Innes2001-10-171-1/+7
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-7/+7
* Update calls to openp.Stefan Monnier2001-10-121-2/+2
* (x_to_w32_color): Fix argument to alloca.Andrew Innes2001-10-041-16/+57
* (w32_createwindow): Undo last change.Andrew Innes2001-09-051-1/+1
* (w32_createwindow): Remove the WS_CLIPCHILDREN styleAndrew Innes2001-09-041-7/+17
* (w32_to_x_font): Change prototype to fit the declaration.Eli Zaretskii2001-05-121-2/+4
* (Fx_create_frame): Clear Vwindow_list.Gerd Moellmann2001-03-061-0/+5
* (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINESJason Rumney2001-02-231-7/+0