aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Enable shallow menu bar updates on PGTKPo Lu2021-11-302-4/+18
* | | | Make interrupt input optionally work on PGTKPo Lu2021-11-302-0/+55
* | | | Stop setting mouse face GC manually, as it is no longer requiredPo Lu2021-11-301-14/+0
* | | | Enable pixel-precision scrolling on pgtk portPo Lu2021-11-301-11/+55
* | | | Get rid of pgtk_select and use xg_select insteadPo Lu2021-11-304-177/+6
* | | | Fix build after mergePo Lu2021-11-302-2/+1
* | | | Merge remote-tracking branch 'origin/feature/pgtk' into feature/pgtkPo Lu2021-11-304-43/+34
|\ \ \ \
| * | | | * src/xdisp.c (mouse_face_from_buffer_pos): Revert whitespace only changeYuuki Harano2021-11-301-1/+1
| * | | | Remove draw_glyphs_debugYuuki Harano2021-11-301-10/+0
| * | | | Replace XFillRectangle with cairo_rectangle and cairo_fillYuuki Harano2021-11-301-18/+19
| * | | | Use /* */ comment style instead of //Yuuki Harano2021-11-303-14/+14
* | | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-3065-417/+17450
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
| * | Add support for the min-width display propertyLars Ingebrigtsen2021-11-242-3/+175