aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix antialias face attribute when text is scaledEli Zaretskii2022-08-271-24/+3
| * | | | | Support "replacement characters" on TTY framesEli Zaretskii2022-08-277-13/+36
| * | | | | Fix crash when handling "swallowed" generic eventsPo Lu2022-08-272-40/+71
| * | | | | Restore old code in x_sync_trigger_fencePo Lu2022-08-261-2/+8
| * | | | | ; * src/xterm.h (struct x_display_info): Update comment.Po Lu2022-08-261-1/+2
| * | | | | Fix overflows in HAVE_XSYNC timestamp handlingPaul Eggert2022-08-252-37/+49
| * | | | | Allow symlink creation on MS-Windows without Administrator privilegesKien Nguyen2022-08-251-2/+12
| * | | | | Fix various problems with mouse highlight on XI2 buildsPo Lu2022-08-253-13/+87
| * | | | | Fix input extension focus tracking with some window managersPo Lu2022-08-241-0/+30
| * | | | | ; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii2022-08-231-1/+3
| | |_|_|/ | |/| | |
| * | | | Improve detection of long lines.Gregory Heytings2022-08-234-1/+13
| * | | | ; * src/xterm.c (x_free_frame_resources): Fix typo.Po Lu2022-08-231-1/+1
| * | | | Make frame synchronization conditional on clock_gettimePo Lu2022-08-233-4/+6
| * | | | Make frame synchronization conditional on clock_gettimePo Lu2022-08-233-10/+10
| * | | | Allow disabling the input extension at runtime on GTK 3Po Lu2022-08-231-2/+47
| * | | | Make start/end in libxml-parse-html-region optionalLars Ingebrigtsen2022-08-221-2/+14
| * | | | Fix child frame focus for MPX environmentsPo Lu2022-08-221-2/+20
| * | | | Remove a newline from the end of an error messageLars Ingebrigtsen2022-08-211-1/+1
| * | | | ; Complete renaming to pos-bol and pos-eolMattias EngdegÄrd2022-08-211-2/+2
| * | | | ; * src/xterm.c (handle_one_xevent): Avoid compiler warning.Eli Zaretskii2022-08-211-1/+2
| * | | | Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
| * | | | Minor optimization to x_query_pointer_1Po Lu2022-08-211-4/+14
| | |_|/ | |/| |
| * | | Fix crash when the keymap changesPo Lu2022-08-201-6/+5
| * | | Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-42/+0
| * | | Merge from origin/emacs-28Stefan Kangas2022-08-191-1/+3
| |\ \ \ | | |/ /
| | * | * src/window.c (select_window): Fix assert for buffer = non-active minibufferAlan Mackenzie2022-08-191-1/+3
| * | | Improve 'ns-read-file-name' docstringRobert Pluim2022-08-191-1/+1
| * | | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-191-1/+1
| * | | Add new functions eol and bolLars Ingebrigtsen2022-08-191-32/+66
| * | | * src/pdumper.c (dump_native_comp_unit): Error if CU is not fixed-upAndrea Corallo2022-08-191-0/+3
| * | | * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-191-0/+7
| * | | * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-192-5/+2
| * | | Fix more calls to XQueryPointer for MPXPo Lu2022-08-191-17/+60
| * | | Copy-edit doc strings and comments wrt bignum and fixnumMattias EngdegÄrd2022-08-186-23/+13
| * | | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-181-9/+10
| * | | Fix broken build on Solaris 10 emacs_spawnPaul Eggert2022-08-171-1/+1
| * | | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-1/+1
| * | | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-0/+2
| * | | Avoid disabling device multiple times while handling XI attachment eventsPo Lu2022-08-171-3/+6
| * | | * src/buffer.c (Frename_buffer): Fix bug#56693Stefan Monnier2022-08-161-2/+4
| * | | Fix XInput hierarchy events not being delivered in daemon modePo Lu2022-08-162-8/+39
| * | | Don't look for long lines beyond the narrowed regionEli Zaretskii2022-08-161-1/+1
| * | | Make the bookmark fringe icon look like a bookmarkJim Porter2022-08-151-0/+15
| * | | Avoid lowering child frames below scroll bars on XPo Lu2022-08-161-7/+41
| * | | Produce TAGS in 'lib' as well and include them in src/TAGSEli Zaretskii2022-08-151-4/+5
| * | | Fix fix_command for non-symbol functionsLars Ingebrigtsen2022-08-151-1/+1
| * | | Enhance safe_run_hooks_1 and safe_run_hook_funcall to handle more argumentsAlan Mackenzie2022-08-151-6/+30
| * | | Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong2022-08-151-1/+1
| * | | Fix uninitialized variable false-positivesPo Lu2022-08-151-2/+2
| * | | Improve timefns speed on integersPaul Eggert2022-08-141-4/+15