summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* Partially revert the fix for bug #11732Eli Zaretskii2015-03-071-5/+9
* Merge from origin/emacs-24Paul Eggert2015-03-031-0/+10
|\
| * Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-231-0/+10
* | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-4/+0
* | Fix display of IME window on MS-Windows (Bug#11732)Fujii Hironori2015-02-191-5/+7
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+13
* | Use bool, not int, to track face changesPaul Eggert2015-01-281-4/+4
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-14/+46
|\ \ | |/
| * Fix support of non-ASCII frame titles on MS-Windows (Bug#19590)Eli Zaretskii2015-01-141-14/+46
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-11/+24
|\ \ | |/
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-11/+24
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in w32fns.cEli Zaretskii2015-01-251-38/+41
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-1/+1
* | Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-131-15/+27
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-4/+9
* | MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-1/+1
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-3/+3
* | MS-Windows followup to previous commitEli Zaretskii2015-01-051-13/+0
* | 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