summaryrefslogtreecommitdiff
path: root/src/w32inevt.c
Commit message (Collapse)AuthorAgeFilesLines
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-11/+11
|
* (win32_read_socket): Never block reading from input queue.Richard M. Stallman1996-07-251-1/+1
|
* (Vwin32_alt_is_meta): Declared.Richard M. Stallman1996-06-191-1/+4
| | | | (win32_kbd_mods_to_emacs): Map Alt to alt_modifier if required.
* (win32_kdb_patch_key): Initialize isdead.Geoff Voelker1996-05-031-9/+12
| | | | (key_event) [HAVE_NTGUI]: Use Windows key code.
* (win32_kbd_mods_to_emacs, win32_kbd_patch_key,Geoff Voelker1996-02-021-3/+14
| | | | | | key_event): Convert from static to global functions. (win32_kbd_patch_key): Set modifiers when AltGr is pressed. (key_event): Don't modify code on window input.
* (WIN32_KEY_SHIFTED): Macro undefined.Geoff Voelker1996-01-211-51/+72
| | | | | | | | (win32_number_shift_map): Array undefined. (win32_kbd_patch_key): Properly handle virtual keys for arbitrary keyboards. (map_virt_key, key_event, win32_mouse_position, do_mouse_event, win32_read_socket): Support for MULE.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-15/+16
|
* (win32_mouse_position, mouse_moved_to):Karl Heuer1995-07-171-5/+2
| | | | Access mouse_moved in selected_frame.
* (map_virt_key): Mark some additional chars as valid ASCII.Richard M. Stallman1995-06-201-10/+10
|
* (do_mouse_event): Use XSETFASTINT.Karl Heuer1995-04-121-21/+106
| | | | | | | | | | | | | | | | | (SET_FRAME): Undefined. (select): Renamed to sys_select to correspond to routine in sysdep.c (sys_select): Support struct timeval. (key_event): Support German keyboard. Replace SET_FRAME with XSETFRAME. (nt_kbd_mods_to_emacs): Renamed to win32_kbd_mods_to_emacs. (win32_kbd_mods_to_emacs): Support AltGr on German keyboards. (win32_number_shift_map): Defined. (WIN32_KEY_SHIFTED): Defined. (win32_patch_key): Defined. (map_virt_key): Support VK_OEM_102 for German keyboards. (win32_mouse_position): Add arg insist. (do_mouse_event): Replace SET_FRAME with XSETFRAME. Use win32_kbd_mods_to_emacs.
* (win32_mouse_position): New arg `insist'.Richard M. Stallman1995-03-261-1/+1
|
* (SET_FRAME, key_event, do_mouse_event): Use accessor macros.Karl Heuer1994-11-181-6/+6
|
* Initial revisionRichard M. Stallman1994-11-141-0/+459