aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* dynwind fixesRobin Templeton2015-04-181-2/+2
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-11/+15
* use ptrdiff_t for specpdl countsBT Templeton2015-04-181-1/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-58/+2
* * 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:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Glenn 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
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix a thinko in last commit.Eli Zaretskii2013-12-281-1/+2
* Fix bug #14739 with creation of GUI frames from TTY session on Windows.Eli Zaretskii2013-12-281-0/+3
* Some more tinkering with Bug#16051.Martin Rudalics2013-12-261-20/+23
* Fix bug #16252 with 'mailto:' documents passed to w32-shell-execute.Eli Zaretskii2013-12-251-2/+13
* Minor fixes in w32-shell-execute.Eli Zaretskii2013-12-241-21/+11
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-2/+1
* Avoid compiler warnings in w32fns.c:emacs_abort.Eli Zaretskii2013-12-181-1/+6
* src/w32*.c: Silence compiler warnings.Juanma Barranquero2013-12-151-4/+2
* One more change by Ken Brown to avoid breaking Cygwin.Eli Zaretskii2013-12-111-1/+4
* Another fix for Cygwin.Eli Zaretskii2013-12-101-0/+2
* Fixed problems in Cygwin build reported by Ken Brown.Eli Zaretskii2013-12-101-15/+19
* Merge from trunk.Eli Zaretskii2013-12-071-92/+232
|\
| * Improve reporting of fatal exception on MS-Windows, to aid debugging #15994.Eli Zaretskii2013-12-021-59/+110
| * Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
| * Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-33/+122
* | Converted file-name-info.Eli Zaretskii2013-12-071-13/+42
* | Fixed initialization code and default-printer-name.Eli Zaretskii2013-12-071-34/+70
* | Converted and tested system-move-file-to-trash.Eli Zaretskii2013-11-301-20/+63
* | Debugged and fixed w32-shell-execute.Eli Zaretskii2013-11-301-18/+13