aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Rename everything containing *busy_cursor* and similarGerd Moellmann2001-02-211-80/+82
* (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing theAndrew Innes2001-02-141-0/+4
* (Fx_show_tip): Fix calls to make_number.Jason Rumney2001-02-091-65/+93
* (w32_font_match): Allocate three more bytes to regexKenichi Handa2001-01-281-1/+1
* (QCconversion): Replaces QCalgorithm. Update copyright.Gerd Moellmann2001-01-171-20/+20
* (x_to_w32_color, x_set_icon_name, xlfd_strip_height)Jason Rumney2001-01-131-73/+150
* (Fx_display_color_cells): Determine correct value, whenAndrew Innes2001-01-021-14/+13
* (x_figure_window_size): Do not allow new_height andJason Rumney2001-01-011-0/+5
* (syms_of_w32fns): Initialize and staticpro tip_frame.Jason Rumney2000-12-201-1/+3
* (Fw32_shell_execute): Use it.Andrew Innes2000-12-181-1/+1
* (Ffile_system_info): New function.Andrew Innes2000-12-171-0/+97
* (unwind_create_frame): Return t if frame was deleted.Gerd Moellmann2000-12-171-6/+12
* (Fx_hide_tip): Avoid unnecessary work when there'sAndrew Innes2000-12-141-20/+86
* (xlfd_charset_of_font): Fix last change.Andrew Innes2000-12-071-2/+4
* (xlfd_charset_of_font): Don't overwrite fontnameAndrew Innes2000-12-061-8/+7
* (Fx_create_frame): Reintroduce the call to face-set-after-frame-defaults.Jason Rumney2000-12-021-1/+26
* Fix last change.Jason Rumney2000-12-011-2/+1
* (x_set_cursor_color): Use x_update_cursor instead of x_display_cursor.Jason Rumney2000-11-301-8/+14
* (w32_load_system_font): Always mark font as double byte if codepage is unicode.Jason Rumney2000-11-271-1/+7
* (x_to_w32_font): Do not filter out italic fonts, as newJason Rumney2000-11-251-2/+1
* (x_change_window_heights): New function.Jason Rumney2000-11-241-0/+30