aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; * src/window.c (Fwindow_cursor_info): More cleanup.Eli Zaretskii2026-01-031-1/+1
* Unbreak a build --without-xEli Zaretskii2026-01-031-3/+15
* ; * src/window.c (Fwindow_cursor_info): Doc fix.Eli Zaretskii2026-01-031-1/+1
* New function 'window-cursor-info'RadioNoiseE2026-01-031-0/+36
* Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)Stéphane Marks2026-01-031-0/+4
* ; * src/lread.c (Feval_buffer): Fix typo in docstring.Michael Albinus2026-01-031-1/+1
* ; Fix documentation of recent treesit changesEli Zaretskii2026-01-021-2/+2
* Compile queries in treesit-f-l-recompute-features (bug#80108)Yuan Fu2026-01-011-0/+27
* ; * src/keyboard.c (is_ignored_event): Delete redundant assignment.Po Lu2026-01-021-1/+0
* ; Add 2026 to copyright years.Sean Whitton2026-01-01268-276/+279
* ; * src/keyboard.c (is_ignored_event): Fix last change.Sean Whitton2026-01-011-0/+3
* Don't permit special configuration events to trigger `throw-on-input'Po Lu2026-01-011-12/+38
* Inhibit looping in resize_mini_window (Bug#80017)Martin Rudalics2025-12-301-2/+7
* December 2025 spelling fixesPaul Eggert2025-12-2612-23/+23
* Add ns_set_window_size_and_positionStéphane Marks2025-12-242-16/+66
* In Fns_progress_indicator fix GNUstep enum spelling (bug#79859)Stéphane Marks2025-12-241-0/+5
* Improve documentation of 'word-combining-categories'Eli Zaretskii2025-12-241-5/+12
* ; * src/frame.c (Fmake_frame_invisible): Don't skip setting frame invisible.Gerd Möllmann2025-12-231-5/+6
* Implement set_window_size_and_position_hook on AndroidPo Lu2025-12-233-3/+62
* Fix handling of border face on tty child frames (bug#80043)Gerd Möllmann2025-12-221-19/+46
* ; Improve documentation of 'font-spec'Eli Zaretskii2025-12-221-2/+4
* ; * src/editfns.c (styled_format): fix build for C99 compilersMattias Engdegård2025-12-221-1/+1
* Add functions to set frame size and position in one compound stepMartin Rudalics2025-12-227-23/+304