index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32inevt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Support resizing frames and windows pixelwise.
...
Martin Rudalics
2013-11-30
1
-3
/
+3
*
Fix bug #15933 with crashes in file-notify-tests on MS-Windows.
...
Eli Zaretskii
2013-11-28
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2013-11-04
1
-1
/
+1
*
Support mouse wheel on MS-Windows text-mode console.
...
Eli Zaretskii
2013-10-15
1
-91
/
+121
*
Fix infinite loop in menu input due to block_input.
Eli Zaretskii
2013-09-21
1
-1
/
+6
*
Drop FRAME_PTR typedef.
...
Dmitry Antipov
2013-08-03
1
-6
/
+6
*
* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
...
Eli Zaretskii
2013-06-03
1
-0
/
+8
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
Tested and fixed conversion of a descriptor (pointer) to event code.
Eli Zaretskii
2012-10-18
1
-1
/
+1
*
|
Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.
...
Eli Zaretskii
2012-10-18
1
-1
/
+1
*
|
More than one watch is now supported.
...
Eli Zaretskii
2012-10-14
1
-1
/
+1
*
|
Merge from trunk.
Eli Zaretskii
2012-10-14
1
-0
/
+32
|
\
|
|
*
Add comments about how non-GUI input works on MS-Windows.
Eli Zaretskii
2012-10-12
1
-0
/
+32
*
|
Some cleanups:
...
Eli Zaretskii
2012-10-12
1
-19
/
+23
*
|
Support file notifications in a TTY session.
...
Eli Zaretskii
2012-10-10
1
-0
/
+68
|
/
*
Merge from trunk
Daniel Colascione
2012-10-07
1
-19
/
+7
|
\
|
*
Simplify and avoid signal-handling races.
...
Paul Eggert
2012-09-23
1
-11
/
+4
|
*
Omit unused arg EXPECTED from socket hooks.
...
Paul Eggert
2012-09-19
1
-1
/
+0
|
*
* w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
...
Paul Eggert
2012-09-19
1
-7
/
+3
*
|
Merge from trunk
Daniel Colascione
2012-09-17
1
-1
/
+0
|
\
|
|
*
Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...
...
Eli Zaretskii
2012-09-15
1
-1
/
+0
*
|
Implement cygw32
...
Daniel Colascione
2012-09-17
1
-169
/
+3
|
/
*
Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows.
...
Eli Zaretskii
2012-07-30
1
-4
/
+10
*
Don't use the abbreviation "win" to refer to Windows (Bug#10421).
...
Paul Eggert
2012-07-29
1
-1
/
+1
*
Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
...
Eli Zaretskii
2012-07-28
1
-16
/
+30
*
Support help-echo and tooltip messages on w32 text-mode terminals.
...
Eli Zaretskii
2012-05-26
1
-2
/
+10
*
Support mouse-autoselect-window on w32 text-mode terminals.
...
Eli Zaretskii
2012-05-26
1
-3
/
+32
*
Refactor mouse highlight invocation for w32 console.
...
Eli Zaretskii
2012-05-26
1
-8
/
+18
*
Support mouse highlight on w32 text-mode frames.
...
Eli Zaretskii
2012-05-26
1
-5
/
+9
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* msdos.c (mouse_get_pos): Likewise.
...
Paul Eggert
2011-05-14
1
-3
/
+2
*
nt/*.c, src/*.c: Remove unused variables.
...
Juanma Barranquero
2011-03-25
1
-1
/
+0
*
src/w32*.c: Clean up extern declarations.
...
Juanma Barranquero
2011-03-14
1
-7
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
...
Tom Tromey
2011-01-18
1
-17
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
|
*
src/w32*.c: Whitespace fixes and typos.
Juanma Barranquero
2010-10-14
1
-2
/
+2
*
|
Remove config.h include guards.
...
Dan Nicolaescu
2010-11-15
1
-5
/
+0
*
|
Add const to array elements.
...
YAMAMOTO Mitsuharu
2010-11-14
1
-1
/
+1
*
|
src/w32*.c: Make functions static.
...
Juanma Barranquero
2010-10-14
1
-1
/
+1
*
|
Do not include stdlib.h and string.h, config.h does it.
...
Dan Nicolaescu
2010-10-01
1
-1
/
+0
*
|
Fix whitespace to follow coding guidelines.
Juanma Barranquero
2010-07-07
1
-2
/
+2
*
|
src/w32*.c: Convert function definitions to standard C.
Juanma Barranquero
2010-07-06
1
-1
/
+1
|
/
*
w32inevt.c (key_event): Remove unnecessary comparison of
...
Eli Zaretskii
2010-01-29
1
-1
/
+1
*
Fix typos, check for negative ASCII characters.
Jason Rumney
2010-01-28
1
-4
/
+4
*
Use Unicode for console keyboard input on Windows.
...
Jason Rumney
2010-01-27
1
-9
/
+68
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
[next]