aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_set_tool_bar_lines): Clear internal border when making tool barJason Rumney2000-11-241-3/+45
* (x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.Miles Bader2000-11-131-4/+1
* (Qw32_charset_hangeul): Rename to match w32 headers.Jason Rumney2000-11-101-149/+321
* (Fx_server_version): Include w32_build_number in theAndrew Innes2000-11-051-1/+2
* (Fx_create_frame): Make default fontsize on w32 10 point, as WindowsJason Rumney2000-10-271-2/+2
* (x_to_w32_font): Initialize dpi from dpyinfo->resy.Jason Rumney2000-10-231-3/+3
* (w32_load_system_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-0/+4
* (Fx_create_frame): Don't bother callingJason Rumney2000-10-191-10/+8
* (max): Define macro.Andrew Innes2000-08-221-12/+60
* Replace `illegal' with `invalid'.Gerd Moellmann2000-08-051-2/+2
* (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a null title.Jason Rumney2000-07-151-71/+24
* Format and doc changes to bring closer to xfns.c.Jason Rumney2000-05-301-142/+410
* (w32_to_x_font): Setup members src_multibyte andKenichi Handa2000-05-201-0/+4
* (Vimage_types): Removed.Gerd Moellmann2000-05-191-9/+0
* (w32_wnd_proc): Handle WM_MENUSELECT message.Jason Rumney2000-03-221-17/+12
* Bring up to date with xfns.c changes from 2000-02-25 and 2000-02-21.Jason Rumney2000-03-011-75/+125
* (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, WM_LBUTTON_UP,Jason Rumney2000-02-271-3/+3
* (w32_defined_color): Check for valid frame beforeJason Rumney2000-01-301-14/+157
* (w32_defined_color): Apply gamma correction before trying to map toJason Rumney2000-01-231-7/+9
* Substantial rewrite for new redisplay. Major changes:Jason Rumney2000-01-231-504/+5828
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-15/+9
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-96/+96
* (x_set_frame_parameters): Set foreground andGeoff Voelker1999-08-161-1/+27
* (x_set_icon_type): Support setting frame icons.Geoff Voelker1999-08-101-27/+9
* (w32_find_ccl_program): Add casting.Kenichi Handa1999-07-271-1/+2
* (w32_find_ccl_program): Get compiled CCL code by justKenichi Handa1999-07-261-24/+12
* (w32_to_x_weight): Return "demibold" instead of "semibold".Andrew Innes1999-06-161-1/+1
* (w32_wnd_proc): Ensure mouse capture is released ifAndrew Innes1999-05-201-0/+4
* (x_to_w32_charset): Reinstall VIETNAMESE_CHARSETAndrew Innes1999-05-111-11/+50
* (w32_strict_painting): New variable.Andrew Innes1999-05-051-6/+25
* (x_to_w32_charset): Fix typo: want to map all JapaneseAndrew Innes1999-05-041-3/+4
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-12/+0
* [andrewi]Andrew Innes1999-05-021-16/+95
* (x_to_w32_font): Provide sufficient buffer to encode_coding to avoid carryover.Richard M. Stallman1999-04-071-3/+10
* (enum_font_cb2): Set the font height to be theGeoff Voelker1999-03-171-7/+57