aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace uniquify.el's advice with direct callsStefan Monnier2021-12-271-1/+4
* fcr.el (accessor): New typeStefan Monnier2021-12-221-1/+5
* cl-print.el: Dispatch on `advice` typeStefan Monnier2021-12-181-1/+5
* (interactive-form, function-docstring): New generic functionsStefan Monnier2021-12-164-133/+76
* FCR: Hybrids between functions and defstructsStefan Monnier2021-12-121-0/+4
* Fix overline display over stretch glyphs with box on NSPo Lu2021-12-121-4/+18
* Fix overline display when there is a boxPo Lu2021-12-122-8/+8
* * src/xterm.c (x_detect_focus_change): Fix XI2 focus on GTK builds.Po Lu2021-12-121-7/+7
* Fix last changePo Lu2021-12-121-1/+1
* Fix frame focus on X Toolkit builds with XInput 2Po Lu2021-12-121-3/+7
* Merge from origin/emacs-28Stefan Kangas2021-12-126-3/+151
|\
| * Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani2021-12-111-0/+3
| * Fix the DJGPP portPo Lu2021-12-116-3/+148
* | Fix drawing overlines on top of stretch glyphs when there is a boxPo Lu2021-12-121-161/+160
* | Fix hang when deleting a pipe processEli Zaretskii2021-12-113-11/+39
* | Use window height to determine wheel event pixel deltas on XInput 2Po Lu2021-12-111-1/+15
* | Prevent hang when exiting Emacs on HaikuPo Lu2021-12-111-2/+0
* | * src/sqlite.c (row_to_value): Call 'make_unibyte_string'.Eli Zaretskii2021-12-111-4/+4
* | Pacify unused variable warning in xterm.cBasil L. Contovounesios2021-12-111-0/+2
* | Minor cleanups in sqlite.cEli Zaretskii2021-12-111-12/+16
* | Minor cleanups of sqlite3 code on MS-WindowsEli Zaretskii2021-12-111-32/+16
* | Fix a typo in sqlite.cEli Zaretskii2021-12-111-1/+1
* | Fix Fsqlite_finalize book-keepingLars Ingebrigtsen2021-12-111-1/+2
* | Check whether the sqlite supports sqlite3_load_extensionLars Ingebrigtsen2021-12-111-4/+13
* | Fix some sqlite doc string typosLars Ingebrigtsen2021-12-111-2/+2
* | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-118-3/+776
* | Fix logic in 'compute_window_start_on_continuation_line'Eli Zaretskii2021-12-091-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-091-4/+5
|\ \ | |/
| * Clarify a comment in xdisp.cEli Zaretskii2021-12-091-4/+5
* | Fix coarse scroll deltas on macOSPo Lu2021-12-081-2/+4
* | Send scroll stop events to xwidgets correctlyPo Lu2021-12-083-7/+11
* | Pacify svg_load_image compiler warningLars Ingebrigtsen2021-12-081-1/+1
* | Check decoding results in webp_load before using itLars Ingebrigtsen2021-12-081-0/+6
* | image.c: Remove some dead codeStefan Kangas2021-12-061-18/+0
* | ; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen2021-12-051-2/+2
* | Add workaround to compilation warning in gcc 10.x in image.cdickmao2021-12-051-3/+3
* | ; Another protection from out-of-bounds access to it->stack[].Eli Zaretskii2021-12-051-1/+2
* | Fix out-of-bounds access in xdisp.cEli Zaretskii2021-12-051-1/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-051-3/+3
|\ \ | |/
| * Fix the enumeration values returned by 'try_scrolling'Eli Zaretskii2021-12-041-3/+3
* | Fix the MinGW build broken by recent changes in image.cEli Zaretskii2021-12-041-1/+1
* | Make use of Trash on macOS (bug#21340)Alan Third2021-12-041-0/+45
* | Yet another place inside redisplay_window to prevent quittingEli Zaretskii2021-12-041-2/+9
* | Merge from origin/emacs-28Stefan Kangas2021-12-041-2/+2
|\ \ | |/
| * * src/dosfns.c (Fint86): Doc fix; don't use obsolete names.Stefan Kangas2021-12-041-2/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-041-1/+1
|\ \ | |/
| * Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani2021-12-031-1/+1
* | Port to Tiny C on x86-64Paul Eggert2021-12-031-0/+5
* | Prefer rsvg_handle_get_intrinsic_size_in_pixelsPaul Eggert2021-12-031-40/+74
* | Improve overflow checking in svg_load_imagePaul Eggert2021-12-031-40/+36