aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix C-n/C-p inside bidirectional textEli Zaretskii2022-08-062-5/+46
| * | | Correctly initialize values after a new device is enabledPo Lu2022-08-061-0/+2
| * | | * src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)Eli Zaretskii2022-08-061-1/+1
| * | | Improve XI focus handling for entry and exit eventsPo Lu2022-08-061-10/+2
| * | | * src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu2022-08-061-1/+1
| * | | Improve XI focus handlingPo Lu2022-08-061-12/+7
| * | | Add STREAM argument to 'process-tty-name'Jim Porter2022-08-051-4/+21
| * | | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-054-67/+107
| * | | * src/keyboard.c (timer_check_2): Replace redundant test with assertionStefan Monnier2022-08-051-17/+17
| * | | Avoid assertion violations in 'back_to_previous_visible_line_start'Eli Zaretskii2022-08-051-3/+4
| * | | Make loaddefs.el dependencies more explicit in src/Makefile.inLars Ingebrigtsen2022-08-051-1/+1
| * | | Fix oldXMenu grab handlingPo Lu2022-08-051-0/+26
| * | | Improve multi-pointer X supportPo Lu2022-08-051-0/+50
| * | | Improve input extension focus handling with multiple master devicesPo Lu2022-08-052-45/+226
| * | | Merge branch 'feature/long-lines-improvements'Gregory Heytings2022-08-046-30/+88
| |\ \ \
| | * | | ; * src/keyboard.c (safe_run_hooks_maybe_narrowed): Fix broken merge.feature/long-lines-improvementsGregory Heytings2022-08-041-3/+3
| | * | | Merge branch 'master' into feature/long-lines-improvementsGregory Heytings2022-08-0426-304/+545
| | |\ \ \
| | * | | | ; * src/composite.c (find_automatic_composition): Fix a typo.Eli Zaretskii2022-08-041-1/+1
| | * | | | Improve Bidi with long lines.Gregory Heytings2022-08-043-7/+16
| | * | | | ; * src/xdisp.c (get_visually_first_element): Fix last change.Gregory Heytings2022-08-011-1/+1
| | * | | | * src/xdisp.c (get_visually_first_element): Fix a typo.Eli Zaretskii2022-08-011-1/+1
| | * | | | Various improvements to long lines handling.Gregory Heytings2022-08-013-14/+8
| | * | | | ; * src/xdisp.c (reseat): Improve recomputations.Gregory Heytings2022-08-011-3/+7
| | * | | | Fix forgotten initialization for long line optimizations.Gregory Heytings2022-08-012-1/+7
| | * | | | Move the computation of narrowing bounds for long line optimizations.Gregory Heytings2022-08-011-6/+11
| | * | | | Add locked narrowing around pre- and post-command-hookGregory Heytings2022-07-312-9/+49
| * | | | | ; * src/xterm.c (x_sync_init_fences): Fix number of fences announced.Po Lu2022-08-041-1/+1
| | |/ / / | |/| | |
| * | | | Correctly implement refresh synchronization fencesPo Lu2022-08-043-5/+107
| * | | | Adjust src/Makefile.in comments about make-docfileLars Ingebrigtsen2022-08-041-5/+0
| * | | | Reduce code duplication in XI scroll bar codePo Lu2022-08-041-56/+37
| * | | | Remove read_string_literal purify doc string hackLars Ingebrigtsen2022-08-041-12/+0
| * | | | Remove VCSWITNESS dependency, since we're always rescanning nowLars Ingebrigtsen2022-08-041-7/+1
| * | | | Avoid redundant calls to XFlush in x_make_frame_visiblePo Lu2022-08-041-2/+10
| * | | | Byte-compile the in-tree loaddefs.el filesLars Ingebrigtsen2022-08-031-4/+2
| * | | | ; * src/xterm.c (x_if_event): Minor speed improvements.Po Lu2022-08-031-1/+6
| * | | | Fix crash on setting frame background colorPo Lu2022-08-031-14/+0
| * | | | Improve X server time computationPo Lu2022-08-032-2/+17
| * | | | Add preparations for animation frame timing supportPo Lu2022-08-032-0/+89
| * | | | Fix window iconification, raising and lowering frames, etcPo Lu2022-08-031-18/+0
| * | | | * src/xdisp.c (redisplay_window): Use BEG rather than hard coding 1Stefan Monnier2022-08-022-3/+4
| * | | | ; Clarify documentation of "locked narrowing"Eli Zaretskii2022-08-021-2/+4
| * | | | Further reduce monitor change event duplicationPo Lu2022-08-021-10/+13
| * | | | Avoid extra consing on monitor configuration changePo Lu2022-08-021-8/+31
| * | | | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-016-27/+37
| * | | | * src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)Eli Zaretskii2022-08-011-4/+8
| * | | | Improve handling of xsettings eventsPo Lu2022-08-013-4/+8
| * | | | Improve GCC pacification in xterm.cPaul Eggert2022-08-011-9/+4
| * | | | * src/timefns.c (Ffloat_time): Fix doc string.Paul Eggert2022-08-011-1/+1
| * | | | Improve time-equal-p etc. performancePaul Eggert2022-08-011-1/+7
| * | | | Improve float-time etc. performancePaul Eggert2022-08-011-20/+19