summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAge
* Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-28
* In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-22
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-24
* Update copyright year to 2016Paul Eggert2016-01-01
* Avoid leaving "ghost" of mouse pointer on MS-WindowsEli Zaretskii2015-12-27
* Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-12
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-21
* Handle negative coordinates in ‘x_calc_absolute_position’Andy Moreton2015-10-29
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-22
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* Remove or comment out unused variablesJuanma Barranquero2015-10-12
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-31
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-26
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-26
* Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-31
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-28
* Teach MS-Windows font back-end return per-glyph ascent/descentEli Zaretskii2015-05-26
* Fix "acronym" display of glyphless characters on w32Eli Zaretskii2015-05-20
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-21
* Improve toggling fullscreen state of frames.Martin Rudalics2015-02-11
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-07
* Use bool for boolean in w32term.cEli Zaretskii2015-01-26
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-10
* MS-Windows followup to previous commitEli Zaretskii2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Use bool for boolean in xterm.cPaul Eggert2014-12-21
* Merge branch 'emacs-24'Ted Zlatanov2014-11-26
|\
| * Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-17
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
* | Handle wrapped menu bar lines when resizing frames with Windows API.Martin Rudalics2014-10-21
* | Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-08
|\|
| * Doc tweaksGlenn Morris2014-10-08
* | Merge from emacs-24Stefan Monnier2014-09-30
|\|
| * Fix bug #18528 with crashes at startup during frameset restoration.Eli Zaretskii2014-09-24
* | Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-24
* | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-24
* | Merge from emacs-24Stefan Monnier2014-09-22
|\|
| * Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-16
| * Fix block cursor display in R2L lines.Eli Zaretskii2014-09-16
* | Some fixes for scroll bar code.Martin Rudalics2014-08-28
* | Remove 16-bit limitations in scroll bar position reporting on MS-Windows.Eli Zaretskii2014-08-20
* | Fix horizontal scroll bar dragging in R2L paragraphs.Eli Zaretskii2014-08-19
* | Preliminary attempt to fix horizontal scroll bar dragging with bidi text.Martin Rudalics2014-08-16
* | Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-05
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-04
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* | Fix last commit in w32term.c.Eli Zaretskii2014-07-25
* | Provisionally fix Windows build broken by last commit.Martin Rudalics2014-07-25
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-25