index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32term.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some tooltip related problems
Martin Rudalics
2018-01-18
1
-0
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Change vectorlike from struct to union
Paul Eggert
2017-11-13
1
-1
/
+1
*
Make sure thread stack is properly aligned on MS-Windows
Eli Zaretskii
2017-10-14
1
-7
/
+8
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Provide additional support for child frames
Martin Rudalics
2017-06-25
1
-0
/
+8
*
New internal-border face and args for select-window and x-focus-frame
Martin Rudalics
2017-04-12
1
-1
/
+1
*
Add new frame parameters and associated functions
Martin Rudalics
2017-04-12
1
-0
/
+1
*
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
*
|
Unbreak MS-Windows build
Eli Zaretskii
2016-10-29
1
-1
/
+1
*
|
Revert "Cleanup tooltips"
John Wiegley
2016-07-12
1
-3
/
+0
*
|
Cleanup tooltips
Dmitry Antipov
2016-07-12
1
-0
/
+3
*
|
Fix compiler warnings in Cygwin-w32 build
Ken Brown
2016-06-20
1
-1
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-18
/
+0
*
|
Improve w32notify notifications
Fabrice Popineau
2016-03-19
1
-4
/
+12
*
|
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
*
|
Fix Cygwin-w32 build
Ken Brown
2016-03-06
1
-0
/
+4
*
|
Improve the register-hotkey functionality on MS-Windows
Jussi Lahdenniemi
2016-02-26
1
-0
/
+6
|
/
*
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
-0
/
+2
*
Avoid compiler warning in image.c on MS-Windows
Eli Zaretskii
2015-05-23
1
-0
/
+2
*
Use bool for boolean in w32fns.c
Eli Zaretskii
2015-01-25
1
-1
/
+1
*
Fix problems with 32-bit wide-int build exposed by MinGW
Eli Zaretskii
2015-01-13
1
-2
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Use bool for boolean in xterm.c
Paul Eggert
2014-12-21
1
-2
/
+2
*
Fix bug #18699 with startup aborts of 32-bit MinGW64 build.
Eli Zaretskii
2014-10-13
1
-1
/
+1
*
src/w32term.h (ALIGN_STACK): Fix the cpp condition.
Ken Brown
2014-09-26
1
-1
/
+1
*
src/w32term.h (ALIGN_STACK): Fix a typo in last commit.
Eli Zaretskii
2014-09-25
1
-1
/
+1
*
Default to stack objects on DOS_NT platforms as well.
Eli Zaretskii
2014-09-25
1
-0
/
+16
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-30
/
+73
*
Fix last commit in w32term.c.
Eli Zaretskii
2014-07-25
1
-0
/
+4
*
Move hourglass machinery to RIF.
Dmitry Antipov
2014-07-25
1
-0
/
+1
*
Refactor mouse positioning stuff to avoid code duplication.
Dmitry Antipov
2014-05-28
1
-2
/
+0
*
Fix bug #16636 with simple dialogs on MS-Windows.
Eli Zaretskii
2014-02-04
1
-2
/
+0
*
Improve window dividers code.
Martin Rudalics
2014-02-04
1
-0
/
+10
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Remove fringe background extension code on W32.
YAMAMOTO Mitsuharu
2013-12-21
1
-6
/
+0
*
Some more fixes for pixelwise resizing.
Martin Rudalics
2013-12-20
1
-3
/
+3
*
* font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):
Dmitry Antipov
2013-12-02
1
-15
/
+0
*
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-30
1
-1
/
+2
*
Fix bug #15933 with crashes in file-notify-tests on MS-Windows.
Eli Zaretskii
2013-11-28
1
-0
/
+1
*
* xterm.h (struct x_output): For 'black_relief' and 'white_relief'
Dmitry Antipov
2013-10-29
1
-1
/
+0
*
Remove port-specific display name lists to avoid extra
Dmitry Antipov
2013-10-18
1
-8
/
+1
*
x-popup-dialog fixed, almost.
Eli Zaretskii
2013-09-29
1
-0
/
+4
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-30
/
+33
|
\
|
*
* xterm.h (struct x_display_info): New members last_mouse_glyph_frame,
Dmitry Antipov
2013-09-19
1
-0
/
+17
|
*
* frame.c (x_redo_mouse_highlight): New function
Dmitry Antipov
2013-09-18
1
-0
/
+8
|
*
* frame.c (x_mouse_grabbed): New function.
Dmitry Antipov
2013-09-18
1
-0
/
+3
[next]