summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-07Revert "Improve X event timestamp tracking"Po Lu
2022-08-06Improve X event timestamp trackingDaniel Colascione
2022-08-07Correctly set user time on GTK+ for key press eventsPo Lu
2022-08-06; * src/composite.c: Include stdlib.h.Eli Zaretskii
2022-08-06; * src/composite.c (Fcomposition_sort_rules): Fix last change.Eli Zaretskii
2022-08-06New function 'composition-sort-rules'Eli Zaretskii
2022-08-06Fix C-n/C-p inside bidirectional textEli Zaretskii
2022-08-06Correctly initialize values after a new device is enabledPo Lu
2022-08-06* src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)Eli Zaretskii
2022-08-06Improve XI focus handling for entry and exit eventsPo Lu
2022-08-06* src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu
2022-08-06Improve XI focus handlingPo Lu
2022-08-05Add STREAM argument to 'process-tty-name'Jim Porter
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
2022-08-05* src/keyboard.c (timer_check_2): Replace redundant test with assertionStefan Monnier
2022-08-05Avoid assertion violations in 'back_to_previous_visible_line_start'Eli Zaretskii
2022-08-05Make loaddefs.el dependencies more explicit in src/Makefile.inLars Ingebrigtsen
2022-08-05Fix oldXMenu grab handlingPo Lu
2022-08-05Improve multi-pointer X supportPo Lu
2022-08-05Improve input extension focus handling with multiple master devicesPo Lu
2022-08-04Merge branch 'feature/long-lines-improvements'Gregory Heytings
2022-08-04; * src/keyboard.c (safe_run_hooks_maybe_narrowed): Fix broken merge.Gregory Heytings
2022-08-04; * src/xterm.c (x_sync_init_fences): Fix number of fences announced.Po Lu
2022-08-04Merge branch 'master' into feature/long-lines-improvementsGregory Heytings
2022-08-04; * src/composite.c (find_automatic_composition): Fix a typo.Eli Zaretskii
2022-08-04Improve Bidi with long lines.Gregory Heytings
2022-08-04Correctly implement refresh synchronization fencesPo Lu
2022-08-04Adjust src/Makefile.in comments about make-docfileLars Ingebrigtsen
2022-08-04Reduce code duplication in XI scroll bar codePo Lu
2022-08-04Remove read_string_literal purify doc string hackLars Ingebrigtsen
2022-08-04Remove VCSWITNESS dependency, since we're always rescanning nowLars Ingebrigtsen
2022-08-04Avoid redundant calls to XFlush in x_make_frame_visiblePo Lu
2022-08-03Byte-compile the in-tree loaddefs.el filesLars Ingebrigtsen
2022-08-03; * src/xterm.c (x_if_event): Minor speed improvements.Po Lu
2022-08-03Fix crash on setting frame background colorPo Lu
2022-08-03Improve X server time computationPo Lu
2022-08-03Add preparations for animation frame timing supportPo Lu
2022-08-03Fix window iconification, raising and lowering frames, etcPo Lu
2022-08-02* src/xdisp.c (redisplay_window): Use BEG rather than hard coding 1Stefan Monnier
2022-08-02; Clarify documentation of "locked narrowing"Eli Zaretskii
2022-08-02Further reduce monitor change event duplicationPo Lu
2022-08-02Avoid extra consing on monitor configuration changePo Lu
2022-08-01Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings
2022-08-01* src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)Eli Zaretskii
2022-08-01; * src/xdisp.c (get_visually_first_element): Fix last change.Gregory Heytings
2022-08-01* src/xdisp.c (get_visually_first_element): Fix a typo.Eli Zaretskii
2022-08-01Various improvements to long lines handling.Gregory Heytings
2022-08-01; * src/xdisp.c (reseat): Improve recomputations.Gregory Heytings
2022-08-01Fix forgotten initialization for long line optimizations.Gregory Heytings
2022-08-01Improve handling of xsettings eventsPo Lu