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