aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a new variable 'process-error-pause-time'Lars Ingebrigtsen2021-12-021-2/+10
* | | Get rid of duplicate pgtk functionPo Lu2021-12-021-39/+0
* | | Fix `menu-set-font' on pgtkPo Lu2021-12-021-0/+47
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-023-18/+55
|\ \ \ | |/ /
| * | Add some primitive momentum-based precision scrollingPo Lu2021-12-021-7/+11
| * | Add `touch-end' event typePo Lu2021-12-023-13/+46
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-021-2/+2
|\ \ \ | |/ /
| * | ; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.Eli Zaretskii2021-12-011-2/+2
* | | Stop relying on `x_coalesce_scroll_events' in pgtk codePo Lu2021-12-011-11/+7
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-016-27/+114
|\ \ \ | |/ /
| * | Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-016-27/+114
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-012-13/+20
|\ \ \ | |/ /
| * | 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
* | | Synchronize pgtk tab bar code with xtermPo Lu2021-12-011-16/+25
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-012-25/+12
|\ \ \ | |/ /
| * | ; * 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
* | | Calculate pixel deltas correctlyPo Lu2021-11-301-8/+8
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-303-8/+28
|\ \ \ | |/ /
| * | 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
* | | 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