summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-12-071-1/+4
|\
| * Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-281-1/+4
* | Fix redrawing non-selected frame after resize on MS-WindowsEli Zaretskii2016-11-201-4/+11
* | Unbreak MS-Windows buildEli Zaretskii2016-10-291-7/+7
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-8/+7
* | Cleanup tooltipsDmitry Antipov2016-07-121-7/+8
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-5/+5
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-201-1/+3
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-14/+14
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-5/+7
* | Autosave buffers on logout if HAVE_NTGUIKen Brown2016-05-121-0/+4
* | Merge from origin/emacs-25Paul Eggert2016-04-241-0/+2
|\ \ | |/
| * In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-221-0/+2
* | Improve w32notify notificationsFabrice Popineau2016-03-191-50/+66
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Avoid leaving "ghost" of mouse pointer on MS-WindowsEli Zaretskii2015-12-271-0/+11
* Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-121-8/+14
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-211-4/+9
* Handle negative coordinates in ‘x_calc_absolute_position’Andy Moreton2015-10-291-0/+33
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-221-26/+8
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-0/+7
* Remove or comment out unused variablesJuanma Barranquero2015-10-121-3/+3
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-311-2/+0
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-261-6/+2
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-261-1/+24
* Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-311-2/+3
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-1/+6
* Teach MS-Windows font back-end return per-glyph ascent/descentEli Zaretskii2015-05-261-1/+7
* Fix "acronym" display of glyphless characters on w32Eli Zaretskii2015-05-201-1/+1
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-211-1/+1
* Improve toggling fullscreen state of frames.Martin Rudalics2015-02-111-9/+21
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-128/+89
* Use bool for boolean in w32term.cEli Zaretskii2015-01-261-59/+60
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-3/+2
* MS-Windows followup to previous commitEli Zaretskii2015-01-051-4/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use bool for boolean in xterm.cPaul Eggert2014-12-211-5/+6
* Merge branch 'emacs-24'Ted Zlatanov2014-11-261-2/+2
|\
| * Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-171-2/+2
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-1/+1
* | Handle wrapped menu bar lines when resizing frames with Windows API.Martin Rudalics2014-10-211-0/+39
* | Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-081-1/+1
|\ \ | |/
| * Doc tweaksGlenn Morris2014-10-081-1/+1
* | Merge from emacs-24Stefan Monnier2014-09-301-23/+31
|\ \ | |/
| * Fix bug #18528 with crashes at startup during frameset restoration.Eli Zaretskii2014-09-241-27/+35
* | Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-241-5/+5
* | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-1/+1
* | Merge from emacs-24Stefan Monnier2014-09-221-2/+11
|\ \ | |/