aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-22Fix MS-Windows build broken by recent updates in MinGW64 headersEli Zaretskii1-4/+0
2026-01-21; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.Eli Zaretskii1-1/+1
2026-01-20(garbage-collect-heapsize): New functionStefan Monnier1-8/+23
2026-01-19Don’t use C basename functionPaul Eggert1-1/+1
2026-01-19; * src/indent.c (Fvertical_motion): Fix last change. (Bug#80223)Eli Zaretskii1-0/+1
2026-01-19Fix vertical cursor motion across overlay stringsEli Zaretskii1-1/+4
2026-01-19; * src/window.c (Fwindow_cursor_info): Fix commentary of last change.Eli Zaretskii1-1/+3
2026-01-19Fix box cursor width returned for stretch glyphRadioNoiseE1-0/+12
2026-01-19NS: Fix UI freezes and Lisp threads on GNUstepYavor Doganov1-9/+5
2026-01-18; * src/dbusbind.c (Fdbus_registered_inhibitor_locks): Fix signature.Eli Zaretskii1-1/+1
2026-01-17Avoid overflows in image size calculationsPaul Eggert1-7/+7
2026-01-17NS: Fix startup with HAVE_NATIVE_COMP && !NS_SELF_CONTAINEDYavor Doganov1-5/+19
2026-01-17NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov2-5/+31
2026-01-17NS: Fix Meta key on GNUstepYavor Doganov1-0/+4
2026-01-17New D-Bus functions to support systemd inhibitor locksMichael Albinus1-0/+109
2026-01-16Various housekeeping in image.cBasil L. Contovounesios1-31/+18
2026-01-16Fix off-by-one error in native_image_pBasil L. Contovounesios1-3/+3
2026-01-14Call all registered D-Bus signal handlersMichael Albinus1-76/+52
2026-01-13Inhibit unused variable warning in NSTRACE_WHEN (bug#80096)Stéphane Marks1-1/+1
2026-01-13Add frame identifiers (bug#80138)Stéphane Marks8-0/+101
2026-01-11Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics3-3/+27
2026-01-10; NS: Fix typo in -resetCursorRects implementationsYavor Doganov1-4/+4
2026-01-10NS: Use Cocoa implementation of EmacsBell -init if named image is declaredYavor Doganov1-1/+1
2026-01-09Less stingy lisp-eval-depth supply for debuggerMattias Engdegård1-6/+7
2026-01-06; Fix doc-string of Fset_frame_positionMartin Rudalics1-4/+5
2026-01-05Fix calculation of outer frame height in NS builds (Bug#80077)Martin Rudalics1-2/+3
2026-01-04; * src/keyboard.c: Fix style in two comments.Sean Whitton1-2/+3
2026-01-03; * src/window.c (Fwindow_cursor_info): More cleanup.Eli Zaretskii1-1/+1
2026-01-03Unbreak a build --without-xEli Zaretskii1-3/+15
2026-01-03; * src/window.c (Fwindow_cursor_info): Doc fix.Eli Zaretskii1-1/+1
2026-01-03New function 'window-cursor-info'RadioNoiseE1-0/+36
2026-01-03Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)Stéphane Marks1-0/+4
2026-01-03; * src/lread.c (Feval_buffer): Fix typo in docstring.Michael Albinus1-1/+1
2026-01-02; Fix documentation of recent treesit changesEli Zaretskii1-2/+2
2026-01-01Compile queries in treesit-f-l-recompute-features (bug#80108)Yuan Fu1-0/+27
2026-01-02; * src/keyboard.c (is_ignored_event): Delete redundant assignment.Po Lu1-1/+0
2026-01-01; Add 2026 to copyright years.Sean Whitton268-276/+279
2026-01-01; * src/keyboard.c (is_ignored_event): Fix last change.Sean Whitton1-0/+3
2026-01-01Don't permit special configuration events to trigger `throw-on-input'Po Lu1-12/+38
2025-12-30Inhibit looping in resize_mini_window (Bug#80017)Martin Rudalics1-2/+7
2025-12-26December 2025 spelling fixesPaul Eggert12-23/+23
2025-12-24Add ns_set_window_size_and_positionStéphane Marks2-16/+66
2025-12-24In Fns_progress_indicator fix GNUstep enum spelling (bug#79859)Stéphane Marks1-0/+5
2025-12-24Improve documentation of 'word-combining-categories'Eli Zaretskii1-5/+12
2025-12-23; * src/frame.c (Fmake_frame_invisible): Don't skip setting frame invisible.Gerd Möllmann1-5/+6
2025-12-23Implement set_window_size_and_position_hook on AndroidPo Lu3-3/+62
2025-12-22Fix handling of border face on tty child frames (bug#80043)Gerd Möllmann1-19/+46
2025-12-22; Improve documentation of 'font-spec'Eli Zaretskii1-2/+4
2025-12-22; * src/editfns.c (styled_format): fix build for C99 compilersMattias Engdegård1-1/+1
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics7-23/+304