summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-11Pacify unused variable warning in xterm.cBasil L. Contovounesios
2021-12-11Minor cleanups in sqlite.cEli Zaretskii
2021-12-11Minor cleanups of sqlite3 code on MS-WindowsEli Zaretskii
2021-12-11Fix a typo in sqlite.cEli Zaretskii
2021-12-11Fix Fsqlite_finalize book-keepingLars Ingebrigtsen
2021-12-11Check whether the sqlite supports sqlite3_load_extensionLars Ingebrigtsen
2021-12-11Fix some sqlite doc string typosLars Ingebrigtsen
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-12-10Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-09Fix logic in 'compute_window_start_on_continuation_line'Eli Zaretskii
2021-12-09Merge from origin/emacs-28Stefan Kangas
2021-12-09Clarify a comment in xdisp.cEli Zaretskii
2021-12-09Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-08Fix coarse scroll deltas on macOSPo Lu
2021-12-08Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-08Send scroll stop events to xwidgets correctlyPo Lu
2021-12-08Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-08Pacify svg_load_image compiler warningLars Ingebrigtsen
2021-12-08Check decoding results in webp_load before using itLars Ingebrigtsen
2021-12-07Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-07Merge branch 'feature/pgtk' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-12-07* src/pgtkterm.c (x_set_parent_frame): Fix coding styleYuuki Harano
2021-12-07Fix SEGV crash by unref css provider too muchYuuki Harano
2021-12-06image.c: Remove some dead codeStefan Kangas
2021-12-06Fix child frame crash on pgtkPo Lu
2021-12-06Fix coding stylePo Lu
2021-12-06Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-05; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen
2021-12-05Add workaround to compilation warning in gcc 10.x in image.cdickmao
2021-12-05; Another protection from out-of-bounds access to it->stack[].Eli Zaretskii
2021-12-06* src/frame.c (gui_set_border_width): Revert confused changesYuuki Harano
2021-12-06Merge branch 'feature/pgtk' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-12-06Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-12-05Fix out-of-bounds access in xdisp.cEli Zaretskii
2021-12-05Merge from origin/emacs-28Stefan Kangas
2021-12-04Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-04Fix double buffering on pgtkPo Lu
2021-12-04Fix coding style of a recent changePo Lu
2021-12-04Fix the MinGW build broken by recent changes in image.cEli Zaretskii
2021-12-04Make use of Trash on macOS (bug#21340)Alan Third
2021-12-04Yet another place inside redisplay_window to prevent quittingEli Zaretskii
2021-12-04Fix the enumeration values returned by 'try_scrolling'Eli Zaretskii
2021-12-04Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-12-04Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano
2021-12-04Merge from origin/emacs-28Stefan Kangas
2021-12-04Merge from origin/emacs-28Stefan Kangas
2021-12-04* src/dosfns.c (Fint86): Doc fix; don't use obsolete names.Stefan Kangas
2021-12-03Port to Tiny C on x86-64Paul Eggert
2021-12-03Prefer rsvg_handle_get_intrinsic_size_in_pixelsPaul Eggert
2021-12-03Improve overflow checking in svg_load_imagePaul Eggert