aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new variable 'process-error-pause-time'Lars Ingebrigtsen2021-12-021-2/+10
* Add some primitive momentum-based precision scrollingPo Lu2021-12-021-7/+11
* Add `touch-end' event typePo Lu2021-12-023-13/+46
* ; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.Eli Zaretskii2021-12-011-2/+2
* Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-016-27/+114
* Merge from origin/emacs-28Stefan Kangas2021-12-012-13/+20
|\
| * ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.Eli Zaretskii2021-11-301-3/+3
| * * src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.Juri Linkov2021-11-301-10/+17
| * Avoid undefined behaviour when copying part of structureAndreas Schwab2021-11-291-1/+1
* | ; * src/comp.c (syms_of_comp): Fix first lines of doc strings.Eli Zaretskii2021-11-301-4/+4
* | Improve native compiler startup circular dependecy prevention mechanismAndrea Corallo2021-11-301-24/+11
* | * src/nsterm.m (Vns_scroll_event_delta_factor): Fix doc string.Po Lu2021-11-301-1/+1
* | Add `ns-scroll-event-delta-factor'Po Lu2021-11-301-0/+12
* | Allow non-float values in x-scroll-event-delta-factorPo Lu2021-11-301-2/+2
* | Fix build on macOSAlan Third2021-11-291-2/+0
* | Fix NS port text decorations (bug#52156)Alan Third2021-11-291-4/+14
* | Avoid undefined behaviour when copying part of structureAndreas Schwab2021-11-291-1/+1
* | Allow customizing the pixel delta of wheel events on XPo Lu2021-11-291-0/+9
* | Make overhangs in ftcrfont work on HaikuPo Lu2021-11-291-1/+8
* | Merge from origin/emacs-28Stefan Kangas2021-11-292-6/+6
|\ \ | |/
| * ; Remove an obsolete commentKarl Fogel2021-11-281-3/+0
| * * src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii2021-11-281-3/+6
* | Update XKB map on MappingNotifyPo Lu2021-11-291-0/+5
* | Fix xwidget popups on XI2 againPo Lu2021-11-281-0/+10
* | Fix xwidget popups on XI2Po Lu2021-11-282-1/+19
* | Avoid assertion violations in --enable-checking buildsEli Zaretskii2021-11-271-0/+5
* | Set motion event time when handling XI2 motion eventsPo Lu2021-11-271-0/+1
* | Set initial tab bar parameter on NSPo Lu2021-11-271-0/+4
* | Silence NS warningsAlan Third2021-11-261-1/+1
* | Add an intermediary face for mode lines: `mode-line-active'Lars Ingebrigtsen2021-11-263-23/+30
* | Explain confusing aspects of XInput 2 scroll wheel reportingPo Lu2021-11-261-1/+42
* | Make XInput 2 builds work without cairoPo Lu2021-11-261-0/+3
* | Merge from origin/emacs-28Stefan Kangas2021-11-262-2/+51
|\ \ | |/
| * ; * src/emacs.c (main): Add commentary about command-line processing.Eli Zaretskii2021-11-251-0/+33
| * Fix 'posn-at-point' near some overlaysEli Zaretskii2021-11-251-2/+18
* | Fix sign of pixel scroll events on HaikuPo Lu2021-11-261-2/+2
* | Fix selection for old GNUstep and GCCAlan Third2021-11-252-4/+17
* | ; * src/font.c: Comment about synchronizing with cus-face.el.Eli Zaretskii2021-11-251-0/+2
* | * src/emacs.c (usage_message): Fix name of --seccomp option.Andreas Schwab2021-11-251-1/+1
* | Fix scroll wheel reporting on NSPo Lu2021-11-251-2/+8
* | Set serial when filtering XI_KeyPress eventsPo Lu2021-11-251-1/+1
* | Add support for pixel wheel deltas on NSPo Lu2021-11-252-6/+20
* | Fix min-width problem with "overlapping" regionsLars Ingebrigtsen2021-11-241-1/+2
* | Fix typo in display_min_width commentLars Ingebrigtsen2021-11-241-1/+1
* | Minor fixes for a recent commitEli Zaretskii2021-11-241-11/+11
* | Make display_min_width work from the mode lineLars Ingebrigtsen2021-11-241-5/+17
* | Make `yank-media' work on HaikuPo Lu2021-11-243-19/+149
* | Fix min-width end condition handlingLars Ingebrigtsen2021-11-241-2/+1
* | Correct adjustments to frame widths in eventsPo Lu2021-11-241-4/+4
* | Remove unused arguments to EmacsView.AfterResizePo Lu2021-11-241-2/+2