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