aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/minibuf.c (Fcompletion__flex_cost_gotoh): Tweak docstring.feature/newflex2João Távora2026-02-131-4/+5
* ; Address review comments about new flex styleJoão Távora2026-02-111-11/+11
* ; Address review comments about new flex styleJoão Távora2026-02-101-27/+27
* ; * src/minibuf.c (Fcompletion__flex_cost_gotoh): Fix comment.João Távora2026-02-091-1/+1
* Fix highlighting bugJoão Távora2026-02-081-3/+2
* Rewrite flex completion scoring with Gotoh algorithmJoão Távora2026-02-071-0/+183
* Minor improvements in vertical cusror motionEli Zaretskii2026-02-011-2/+4
* Fix macOS 26 (Tahoe) scrolling lag and input handling issuesBoris Buliga2026-01-311-0/+9
* xsettings: honor GDK DPI scaling valuesDaniel Colascione2026-01-301-1/+31
* Avoid interference between child frame deletion and recenteringEli Zaretskii2026-01-291-0/+27
* ; Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii2026-01-281-4/+4
* Always unset lisp_data when freeing imagesBasil L. Contovounesios2026-01-281-30/+4
* Fix tree-sitter traversal slowness (bug#80108)Yuan Fu2026-01-281-42/+6
* ; Avoid warnings when neither GIF nor WebP are supportedPo Lu2026-01-271-0/+4
* Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii2026-01-261-0/+4
* (read_char_minibuf_menu_prompt): Fix bug#80146Stefan Monnier2026-01-261-8/+11
* Fix point-adjustment when overlays are specific to windowsEli Zaretskii2026-01-261-4/+6
* ; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' commentMartin Rudalics2026-01-251-1/+3
* ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2026-01-241-1/+1
* Improve (WebP) image animationBasil L. Contovounesios2026-01-241-211/+305
* Improve animation cache documentationBasil L. Contovounesios2026-01-241-22/+37
* Support cons cell for 'line-spacing'Daniel Mendler2026-01-248-30/+140
* ; Safer 'x-display-monitor-attributes-list'Eli Zaretskii2026-01-241-1/+2
* Fix MS-Windows build broken by recent updates in MinGW64 headersEli Zaretskii2026-01-221-4/+0
* ; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.Eli Zaretskii2026-01-211-1/+1
* (garbage-collect-heapsize): New functionStefan Monnier2026-01-201-8/+23
* Don’t use C basename functionPaul Eggert2026-01-191-1/+1
* ; * src/indent.c (Fvertical_motion): Fix last change. (Bug#80223)Eli Zaretskii2026-01-191-0/+1
* Fix vertical cursor motion across overlay stringsEli Zaretskii2026-01-191-1/+4
* ; * src/window.c (Fwindow_cursor_info): Fix commentary of last change.Eli Zaretskii2026-01-191-1/+3
* Fix box cursor width returned for stretch glyphRadioNoiseE2026-01-191-0/+12
* NS: Fix UI freezes and Lisp threads on GNUstepYavor Doganov2026-01-191-9/+5
* ; * src/dbusbind.c (Fdbus_registered_inhibitor_locks): Fix signature.Eli Zaretskii2026-01-181-1/+1
* Avoid overflows in image size calculationsPaul Eggert2026-01-171-7/+7
* NS: Fix startup with HAVE_NATIVE_COMP && !NS_SELF_CONTAINEDYavor Doganov2026-01-171-5/+19
* NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov2026-01-172-5/+31
* NS: Fix Meta key on GNUstepYavor Doganov2026-01-171-0/+4
* New D-Bus functions to support systemd inhibitor locksMichael Albinus2026-01-171-0/+109
* Various housekeeping in image.cBasil L. Contovounesios2026-01-161-31/+18
* Fix off-by-one error in native_image_pBasil L. Contovounesios2026-01-161-3/+3
* Call all registered D-Bus signal handlersMichael Albinus2026-01-141-76/+52
* Inhibit unused variable warning in NSTRACE_WHEN (bug#80096)Stéphane Marks2026-01-131-1/+1
* Add frame identifiers (bug#80138)Stéphane Marks2026-01-138-0/+101
* Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics2026-01-113-3/+27
* ; NS: Fix typo in -resetCursorRects implementationsYavor Doganov2026-01-101-4/+4
* NS: Use Cocoa implementation of EmacsBell -init if named image is declaredYavor Doganov2026-01-101-1/+1
* Less stingy lisp-eval-depth supply for debuggerMattias Engdegård2026-01-091-6/+7
* ; Fix doc-string of Fset_frame_positionMartin Rudalics2026-01-061-4/+5
* Fix calculation of outer frame height in NS builds (Bug#80077)Martin Rudalics2026-01-051-2/+3
* ; * src/keyboard.c: Fix style in two comments.Sean Whitton2026-01-041-2/+3