aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (w32_strict_fontnames): New variable.Geoff Voelker1999-03-141-3/+15
* (w32_wnd_proc): Handle WM_GETMINMAXINFO message.Geoff Voelker1999-03-141-0/+6
* Use epaths.h istead of paths.h.Richard M. Stallman1999-02-261-1/+1
* (Vw32_quit_key): New variable.Andrew Innes1999-02-171-1/+10
* (syms_of_w32fns): Change default value of w32-mouse-move-interval toAndrew Innes1999-02-021-1/+1
* (w32_load_system_font): Do not load unlisted fonts ifGeoff Voelker1999-01-281-18/+167
* (x_set_frame_parameters): gcpro as needed.Richard M. Stallman1999-01-281-0/+13
* (w32_wnd_proc): Fix bug introduced by previous change;Andrew Innes1999-01-271-15/+20
* (Vw32_bdf_filename_alist): New variable.Geoff Voelker1999-01-221-100/+254
* (x_to_w32_charset): Add iso8859-9.Geoff Voelker1999-01-191-4/+7
* (w32_msg_pump): Ignore WM_NULL message posted to threadAndrew Innes1998-12-281-45/+90
* (Vw32_phantom_key_code): New variable.Geoff Voelker1998-12-021-48/+217
* (w32_last_error): Fix cut+paste error.Geoff Voelker1998-12-021-6/+6
* (Vw32_pass_optional_keys_to_system): Variable removed.Geoff Voelker1998-11-101-103/+680
* (w32_list_fonts): Report an error if a frame has notGeoff Voelker1998-11-041-0/+18
* (x_to_w32_font): Specify DEFAULT_CHARSET in the w32 LOGFONT struct ifAndrew Innes1998-11-031-27/+32
* (w32_color_map_lookup): Remove duplicate definition.Geoff Voelker1998-10-271-32/+0
* (Vx_pixel_size_width): New global variable.Geoff Voelker1998-10-201-42/+517
* (x_create_bitmap_from_file): Skip special files.Geoff Voelker1998-10-091-0/+35
* (w32_color_map_lookup): New function.Geoff Voelker1998-09-241-13/+48