aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge from origin/emacs-28Stefan Kangas2021-12-153-3/+4
| |\ \ | | |/
| | * Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-153-3/+4
| | * Remove maintainer comment from Emacs 28 module snippet.Philipp Stephani2021-12-141-4/+0
| * | Prevent GDK from handling emulated button eventsPo Lu2021-12-151-1/+4
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-143-11/+47
|\ \ \ | |/ /
| * | Only allow SQLite extensions from an allowlistLars Ingebrigtsen2021-12-141-5/+31
| * | Merge from origin/emacs-28Stefan Kangas2021-12-141-5/+6
| |\ \ | | |/
| | * ; * src/xdisp.c (move_it_vertically_backward): Clarify commentary.Eli Zaretskii2021-12-131-5/+6
| * | ; Add a FIXME regarding the GMP memory allocation functions.Philipp Stephani2021-12-131-0/+9
| * | * src/sqlite.c (Fsqlite_open, Fsqlite_load_extension): Use ENCODE_FILE.Eli Zaretskii2021-12-131-2/+2
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-133-13/+40
|\ \ \ | |/ /
| * | Add a new `sqlite-pragma' commandLars Ingebrigtsen2021-12-131-0/+12
| * | Introduce a new sqlite-locked-errorLars Ingebrigtsen2021-12-131-2/+11
| * | Stop using XI focus events on non-GTK buildsPo Lu2021-12-132-11/+17
* | | Fix overline display when there is a box on PGTKPo Lu2021-12-121-4/+4
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-129-18/+184
|\ \ \ | |/ /
| * | 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 coding stylePo Lu2021-12-121-8/+8
* | | Prevent hangs when displaying a context menu on pgtkPo Lu2021-12-121-23/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-124-172/+199
|\ \ \ | |/ /
| * | 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
* | | Implement pgtk_frame_raise_lowerYuuki Harano2021-12-111-1/+37
* | | Coding style fixesPo Lu2021-12-111-3/+2
* | | Fix tooltips in PGTK child framesPo Lu2021-12-111-4/+7
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-1110-6/+791
|\ \ \ | |/ /
| * | 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
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-101-5/+6
|\ \ \ | |/ /
| * | 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
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-091-2/+4
|\ \ \ | |/ /
| * | Fix coarse scroll deltas on macOSPo Lu2021-12-081-2/+4