summaryrefslogtreecommitdiff
path: root/src/w32inevt.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Minor cleanup in w32inevt.cEli Zaretskii2021-11-211-7/+7
|/
* Fix mouse handling with several TTY frames on MS-WindowsEli Zaretskii2021-11-201-0/+3
* Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-4/+2
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-8/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Add commentary to w32inevt.cEli Zaretskii2019-10-211-0/+6
* Support mouse clicks on tab bar on TTY framesEli Zaretskii2019-10-061-9/+16
* * src/w32inevt.c: Take into account FRAME_TAB_BAR_LINES.Juri Linkov2019-10-021-2/+4
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+1
* Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-261-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-2/+2
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Improve w32notify notificationsFabrice Popineau2016-03-191-48/+67
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Improve the register-hotkey functionality on MS-WindowsJussi Lahdenniemi2016-02-261-4/+16
|/
* Fix issues found by auditing w32notify codeEli Zaretskii2016-02-061-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-221-5/+1
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-211-1/+1
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix bug #18649 with handling C-g on MS-Windows in -nw sessions.Eli Zaretskii2014-10-081-1/+1
* * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-1/+1
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-3/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-3/+3
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-281-2/+2
* Spelling fixes.Paul Eggert2013-11-041-1/+1
* Support mouse wheel on MS-Windows text-mode console.Eli Zaretskii2013-10-151-91/+121
* Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-1/+6
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.Eli Zaretskii2013-06-031-0/+8
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-181-1/+1
* | Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.Eli Zaretskii2012-10-181-1/+1