| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid starting threads by w32-shell-execute | Eli Zaretskii | 2015-04-23 | 1 | -1/+26 |
* | Partially revert the fix for bug #11732 | Eli Zaretskii | 2015-03-07 | 1 | -5/+9 |
* | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -0/+10 |
|\ |
|
| * | Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925) | Eli Zaretskii | 2015-02-23 | 1 | -0/+10 |
* | | Redo the whole window offsets and coordinate translation for X. | Jan D | 2015-02-25 | 1 | -4/+0 |
* | | Fix display of IME window on MS-Windows (Bug#11732) | Fujii Hironori | 2015-02-19 | 1 | -5/+7 |
* | | Try to improve handling of fullwidth/-height frames. | Martin Rudalics | 2015-02-07 | 1 | -5/+13 |
* | | Use bool, not int, to track face changes | Paul Eggert | 2015-01-28 | 1 | -4/+4 |
* | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -14/+46 |
|\ \
| |/ |
|
| * | Fix support of non-ASCII frame titles on MS-Windows (Bug#19590) | Eli Zaretskii | 2015-01-14 | 1 | -14/+46 |
* | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -11/+24 |
|\ \
| |/ |
|
| * | More doc fixes for bug#19502 -- make documentation less X-specific. | Eli Zaretskii | 2015-01-04 | 1 | -11/+24 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Use bool for boolean in w32fns.c | Eli Zaretskii | 2015-01-25 | 1 | -38/+41 |
* | | Prefer xlispstrdup to avoid dumb calls to strlen | Dmitry Antipov | 2015-01-20 | 1 | -1/+1 |
* | | Fix problems with 32-bit wide-int build exposed by MinGW | Eli Zaretskii | 2015-01-13 | 1 | -15/+27 |
* | | Adjust frame heights to real height of tool bar. | Martin Rudalics | 2015-01-12 | 1 | -4/+9 |
* | | MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880) | Eli Zaretskii | 2015-01-10 | 1 | -1/+1 |
* | | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535) | Eli Zaretskii | 2015-01-08 | 1 | -3/+3 |
* | | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -13/+0 |
* | | 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 |