aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-2/+2
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-10/+10
* (x_bitmap_icon): New function.Geoff Voelker1999-08-101-0/+63
* Handle wide characters properly.Jason Rumney1999-06-171-0/+8
* (cancel_mouse_face): new function. See equivKarl Heuer1999-06-121-10/+33
* (w32_read_socket): Reset the grabbed flag when a frame gains orAndrew Innes1999-05-201-1/+7
* (dumpglyphs): Use correct colours for drawing rectangles in place ofAndrew Innes1999-05-151-4/+16
* (dumpglyphs): Always fill background for italic fonts.Andrew Innes1999-05-031-0/+2
* [andrewi]Andrew Innes1999-05-021-41/+81
* (W32_TEXTOUT): Do not multiply nchars byGeoff Voelker1999-03-141-3/+3
* (construct_drag_n_drop): Call DraqQueryPoint beforeAndrew Innes1999-02-051-2/+3
* (W32_TEXTOUT): New macro.Geoff Voelker1999-01-221-165/+122
* Remove codepage macros. Remove redundant BIG5 macros.Geoff Voelker1999-01-191-87/+107
* (x_iconify_frame): Wait for frame to be iconified; doAndrew Innes1998-12-281-3/+1
* (dumpglyphs): Use unsigned char arrays.Geoff Voelker1998-12-031-6/+61
* (convert_to_key_event): Removed.Geoff Voelker1998-11-101-68/+33
* (w32_enable_unicode_output): Rename fromGeoff Voelker1998-11-041-7/+7
* (dumpglyphs): Use FRAME_FONT for w32_fill_area.Geoff Voelker1998-11-041-4/+9
* (w32_use_unicode_for_codepage): Interpret w32_no_unicode_output properly.Geoff Voelker1998-10-201-2/+2
* Include fontset.h. Define codepage macros.Geoff Voelker1998-10-201-142/+690
* (w32_ring_bell): Flash window correctly.Geoff Voelker1998-05-141-1/+11
* Include shellapi.h.Richard M. Stallman1998-05-011-0/+59
* (msh_mousewheel): Declare.Geoff Voelker1998-04-301-0/+27
* Forward declare hooks with full function prototypes.Geoff Voelker1998-04-291-30/+61
* (w32_read_socket): Don't misinterpret WM_PAINT messageGeoff Voelker1998-04-231-41/+15
* (Vw32_recognize_altgr): New variable.Geoff Voelker1998-04-171-55/+195
* (min, max): Define as macros.Karl Heuer1998-04-091-0/+5
* (w32_mouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (SIF_*): Win95 macros defined for NT.Geoff Voelker1997-09-031-195/+682
* (w32_clear_end_of_line): Include scroll bar width.Geoff Voelker1997-07-201-0/+2
* Include charset.h.Geoff Voelker1997-07-011-0/+1
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-201-16/+16
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-392/+392
* (w32_read_socket): Delete WAITP arg.Richard M. Stallman1996-09-251-3/+1
* (fast_find_position, show_macro_face): Use new WINDOW_LEFT_MARGIN macro.Richard M. Stallman1996-09-211-3/+3
* (note_mouse_highlight): Test last_overlay_modified field.Richard M. Stallman1996-09-161-1/+2
* Fix FSF address in comment.Karl Heuer1996-07-201-2/+3
* (w32_read_socket): Need to erase backgroundKarl Heuer1996-07-161-0/+2
* (w32_read_socket): Remove unused WM_ERASEBKGND code.Karl Heuer1996-07-121-21/+1
* (x_set_mouse_pixel_position): Adjust coords by frame position.Miles Bader1996-07-071-19/+16
* (w32_read_socket): Erase update rect on WM_PAINT, soRichard M. Stallman1996-06-141-1/+6
* (w32_read_socket): If the dead key was produced usingRichard M. Stallman1996-06-041-2/+6
* (x_scroll_bar_handle_click): Repaint scroll bar handleKarl Heuer1996-05-251-0/+1
* (w32_read_socket): Mask out lower 4 bits of wParamGeoff Voelker1996-05-171-1/+1
* (note_mouse_movement): Upwards mouse movement recognition corrected.Richard M. Stallman1996-05-131-1/+1
* (x_scroll_bar_set_handle): Always use start in calling SetScrollPos.Richard M. Stallman1996-05-111-19/+14
* (x_scroll_bar_move): Call my_show_window.Richard M. Stallman1996-05-101-0/+2
* (Vwindow_system): Declared.Geoff Voelker1996-05-031-83/+226
* (w32_read_socket): Initialize frame_or_window field.Richard M. Stallman1996-04-161-2/+2
* (convert_to_key_event, is_dead_key): New functions.Geoff Voelker1996-02-021-13/+63