index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation errors with latest w32 API headers
Eli Zaretskii
2021-05-09
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Support mouse clicks on tab bar on TTY frames
Eli Zaretskii
2019-10-06
1
-1
/
+8
*
Fix -nw sessions on MS-Windows broken by a recent commit
Eli Zaretskii
2019-04-27
1
-0
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-26
1
-4
/
+26
|
\
|
|
*
Avoid crashes with very wide TTY frames on MS-Windows
Eli Zaretskii
2018-08-25
1
-4
/
+26
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-2
/
+2
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-3
/
+3
*
|
Fix last change
Eli Zaretskii
2018-07-01
1
-1
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Fix compilation warnings in MinGW64 build using GCC 7
Eli Zaretskii
2017-09-09
1
-2
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL
Eli Zaretskii
2016-07-02
1
-2
/
+0
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-0
/
+22
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-2
/
+2
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
Improve the register-hotkey functionality on MS-Windows
Jussi Lahdenniemi
2016-02-26
1
-0
/
+3
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Simplify recording of main thread's ID on MS-Windows
Eli Zaretskii
2015-11-21
1
-5
/
+0
*
Include file cleanup for w32 files in src directory
Eli Zaretskii
2015-10-22
1
-14
/
+5
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
Martin Rudalics
2014-08-10
1
-5
/
+5
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-0
/
+1
*
Fix TTY menus on MS-Windows broken by last commit.
Eli Zaretskii
2014-06-04
1
-1
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-1
/
+0
|
\
|
*
src/w32console.c, src/w32term.c: Remove unused variables.
Juanma Barranquero
2013-09-23
1
-1
/
+0
*
|
Turn off text cursor when dropping down menus.
Eli Zaretskii
2013-09-18
1
-0
/
+17
*
|
Fixed C compilation problems.
Eli Zaretskii
2013-09-05
1
-4
/
+4
*
|
Merge from trunk after a lot of time.
Eli Zaretskii
2013-09-05
1
-76
/
+24
|
\
|
|
*
* msdos.c (IT_set_terminal_window): Remove no-op.
Dmitry Antipov
2013-09-02
1
-7
/
+1
|
*
* lisp.h (Mouse_HLInfo): Move from here...
Dmitry Antipov
2013-08-27
1
-7
/
+1
|
*
Fix crashes in a text-mode session on Windows.
Eli Zaretskii
2013-06-03
1
-9
/
+7
|
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
|
*
|
The TTY case is resolved: notifications now work even if Emacs
Eli Zaretskii
2012-10-12
1
-0
/
+3
|
|
/
|
*
Code cleanup for cygw32
Daniel Colascione
2012-10-08
1
-1
/
+1
|
*
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
-48
/
+1
|
|
/
|
*
Don't use the abbreviation "win" to refer to Windows (Bug#10421).
Paul Eggert
2012-07-29
1
-2
/
+2
|
*
Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
Eli Zaretskii
2012-07-28
1
-0
/
+7
|
*
Generalize run-time debugging checks.
Dmitry Antipov
2012-06-28
1
-1
/
+1
*
|
Initial incomplete version of tty menus. tty_menu_activate not done yet.
Eli Zaretskii
2012-06-02
1
-0
/
+15
|
/
*
Support mouse highlight on w32 text-mode frames.
Eli Zaretskii
2012-05-26
1
-0
/
+89
[next]