summaryrefslogtreecommitdiff
path: root/src/w32inevt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Support resizing frames and windows pixelwise....Martin Rudalics2013-11-301-3/+3
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows....Eli Zaretskii2013-11-281-2/+2
* Spelling fixes.Paul Eggert2013-11-041-1/+1
* Support mouse wheel on MS-Windows text-mode console....Eli Zaretskii2013-10-151-91/+121
* Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-1/+6
* Drop FRAME_PTR typedef....Dmitry Antipov2013-08-031-6/+6
* * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS....Eli Zaretskii2013-06-031-0/+8
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-181-1/+1
* | Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr....Eli Zaretskii2012-10-181-1/+1
* | More than one watch is now supported....Eli Zaretskii2012-10-141-1/+1
* | Merge from trunk.Eli Zaretskii2012-10-141-0/+32
|\|
| * Add comments about how non-GUI input works on MS-Windows.Eli Zaretskii2012-10-121-0/+32
* | Some cleanups:...Eli Zaretskii2012-10-121-19/+23
* | Support file notifications in a TTY session....Eli Zaretskii2012-10-101-0/+68
|/
* Merge from trunkDaniel Colascione2012-10-071-19/+7
|\
| * Simplify and avoid signal-handling races....Paul Eggert2012-09-231-11/+4
| * Omit unused arg EXPECTED from socket hooks....Paul Eggert2012-09-191-1/+0
| * * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0....Paul Eggert2012-09-191-7/+3
* | Merge from trunkDaniel Colascione2012-09-171-1/+0
|\|
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl......Eli Zaretskii2012-09-151-1/+0
* | Implement cygw32...Daniel Colascione2012-09-171-169/+3
|/
* Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows....Eli Zaretskii2012-07-301-4/+10
* Don't use the abbreviation "win" to refer to Windows (Bug#10421)....Paul Eggert2012-07-291-1/+1
* Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)...Eli Zaretskii2012-07-281-16/+30
* Support help-echo and tooltip messages on w32 text-mode terminals....Eli Zaretskii2012-05-261-2/+10
* Support mouse-autoselect-window on w32 text-mode terminals....Eli Zaretskii2012-05-261-3/+32
* Refactor mouse highlight invocation for w32 console....Eli Zaretskii2012-05-261-8/+18
* Support mouse highlight on w32 text-mode frames....Eli Zaretskii2012-05-261-5/+9
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * msdos.c (mouse_get_pos): Likewise....Paul Eggert2011-05-141-3/+2
* nt/*.c, src/*.c: Remove unused variables....Juanma Barranquero2011-03-251-1/+0
* src/w32*.c: Clean up extern declarations....Juanma Barranquero2011-03-141-7/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructure...Tom Tromey2011-01-181-17/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-2/+2
* | Remove config.h include guards....Dan Nicolaescu2010-11-151-5/+0
* | Add const to array elements....YAMAMOTO Mitsuharu2010-11-141-1/+1
* | src/w32*.c: Make functions static....Juanma Barranquero2010-10-141-1/+1
* | Do not include stdlib.h and string.h, config.h does it....Dan Nicolaescu2010-10-011-1/+0
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-2/+2
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-1/+1
|/
* w32inevt.c (key_event): Remove unnecessary comparison of...Eli Zaretskii2010-01-291-1/+1
* Fix typos, check for negative ASCII characters.Jason Rumney2010-01-281-4/+4
* Use Unicode for console keyboard input on Windows....Jason Rumney2010-01-271-9/+68
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1