index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32fns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* src/: Various fixes to use bool type and constants.
Stefan Monnier
2014-12-15
1
-2
/
+2
*
Merge branch 'emacs-24'.
Paul Eggert
2014-11-28
1
-1
/
+8
|
\
|
*
Fix bug #19141 with UNCs in w32-shell-execute.
Eli Zaretskii
2014-11-25
1
-1
/
+8
*
|
Don't shrink frame when using desktop-save-mode (Bug#19048).
“Martin
2014-11-22
1
-14
/
+6
*
|
Spelling fixes.
Paul Eggert
2014-11-16
1
-1
/
+1
*
|
Run `window-configuration-change-hook' only after all faces have been realized.
Martin Rudalics
2014-11-08
1
-3
/
+3
*
|
Improve inhibiting of implied frame resizes.
Martin Rudalics
2014-11-07
1
-26
/
+155
*
|
Handle wrapped menu bar lines when resizing frames with Windows API.
Martin Rudalics
2014-10-21
1
-0
/
+29
*
|
Cleanup terminal handling code.
Dmitry Antipov
2014-10-14
1
-1
/
+1
*
|
Accept terminal devices on MS-Windows in APIs that accept frame or display.
Eli Zaretskii
2014-10-08
1
-6
/
+15
*
|
* fileio.c (emacs_readlinkat, Finsert_file_contents):
Dmitry Antipov
2014-10-03
1
-1
/
+2
*
|
Merge from emacs-24
Stefan Monnier
2014-09-30
1
-17
/
+30
|
\
|
|
*
Fix creation of frames on MS-Windows: don't cons Lisp objects in input thread.
Eli Zaretskii
2014-09-30
1
-17
/
+30
*
|
Default to stack objects on DOS_NT platforms as well.
Eli Zaretskii
2014-09-25
1
-1
/
+1
*
|
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
1
-1
/
+1
*
|
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-23
1
-1
/
+1
*
|
Clean up initialization and customization of horizontal scroll bars.
Martin Rudalics
2014-09-03
1
-1
/
+1
*
|
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-141
/
+207
*
|
Provisionally fix Windows build broken by last commit.
Martin Rudalics
2014-07-25
1
-1
/
+1
*
|
Move hourglass machinery to RIF.
Dmitry Antipov
2014-07-25
1
-61
/
+0
*
|
Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru
Glenn Morris
2014-07-12
1
-1
/
+5
|
\
|
|
*
Document the behavior of file selection dialogs on Windows 7 (bug #17950).
Eli Zaretskii
2014-07-12
1
-1
/
+5
*
|
On MS-Windows, display busy cursor on all GUI frames.
Dmitry Antipov
2014-07-03
1
-75
/
+32
*
|
* xfns.c (Qsuppress_icon): Remove; no real users.
Dmitry Antipov
2014-06-29
1
-4
/
+0
*
|
"the the", "from from" and "and and".
Mario Lang
2014-06-23
1
-1
/
+1
*
|
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Glenn Morris
2014-05-25
1
-1
/
+13
|
\
|
|
*
Fix bug #17524 with crashes in creating a new frame with invalid font.
Eli Zaretskii
2014-05-20
1
-1
/
+13
*
|
Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.org
Glenn Morris
2014-05-07
1
-4
/
+6
|
\
|
|
*
Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.
Jarek Czekalski
2014-05-06
1
-4
/
+6
*
|
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
1
-1
/
+1
*
|
Clean up array size calculations
Daniel Colascione
2014-04-03
1
-2
/
+1
*
|
src/*.c: Silence a few warnings about unused vars and functions.
Juanma Barranquero
2014-03-26
1
-2
/
+2
*
|
src/w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin.
Juanma Barranquero
2014-03-23
1
-1
/
+2
*
|
Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.org
Glenn Morris
2014-03-21
1
-1
/
+2
|
\
|
|
*
Truly maximize w32 frames with odd fonts and some texi fixes.
Martin Rudalics
2014-03-21
1
-1
/
+2
*
|
Extend and improve w32-shell-execute on MS-Windows.
Eli Zaretskii
2014-03-21
1
-53
/
+95
|
/
*
Fix minor memory-related problems on MS-Windows revealed by Dr. Memory.
Eli Zaretskii
2014-03-19
1
-0
/
+2
*
Another fix for handling of file names on Windows 9X.
Eli Zaretskii
2014-02-06
1
-14
/
+14
*
src/w32fns.c (Fw32_shell_execute): Doc fix.
Eli Zaretskii
2014-02-05
1
-16
/
+28
*
src/w32fns.c (Fw32_shell_execute): Improve commentary.
Eli Zaretskii
2014-02-04
1
-5
/
+6
*
In Fx_create_frame of w32fns.c process frame alpha earlier. (Bug#16619)
Martin Rudalics
2014-02-02
1
-2
/
+3
*
Attempt to solve bug #16615 by using a more accurate function prototype.
Eli Zaretskii
2014-02-01
1
-4
/
+4
*
Fix bug #16558 with w32-shell-execute on remote file names.
Eli Zaretskii
2014-02-01
1
-4
/
+19
*
In x_set_tool_bar_lines of w32fns.c don't clear area on frames that are not v...
Martin Rudalics
2014-01-29
1
-1
/
+1
*
Fix handling of face attributes in Fx_create_frame (Bug#16529).
Martin Rudalics
2014-01-25
1
-17
/
+34
*
Fix bug #16509 with segfault in an assertion when exiting due to missing font.
Eli Zaretskii
2014-01-21
1
-1
/
+3
*
Fix handling of internal borders (Bug#16348).
Martin Rudalics
2014-01-11
1
-10
/
+7
*
Fix maximization behavior on Windows (Bug#16300).
Martin Rudalics
2014-01-04
1
-7
/
+0
*
Further adjust frame/window scrollbar width calculations.
Martin Rudalics
2014-01-02
1
-4
/
+4
[next]