summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
AgeCommit message (Expand)Author
2026-01-17; Remove redundant cl-lib runtime dependencies across lisp/USAMI Kenta
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-08-29xwidget: Fix xwidget-at misinterpreting non-xwidget text-propertiesGeorge Huebner
2024-06-29Fix: make 'xwidget-webkit-scroll-backward' scroll backwardsGeorge Huebner
2024-03-14; Fix last change (bug#68604)Eli Zaretskii
2024-03-14Add user option to disable JavaScript in xwidget webviewNoƩ Lopez
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-03-02Improvements to xwidget on macOS (bug#60703)Andrew De Angelis
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-12* lisp/xwidget.el: Improve Commentary.Po Lu
2022-11-11; * lisp/xwidget.el: Improve Commentary.Stefan Kangas
2022-10-26Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios
2022-07-21Revert "Prefer defvar-keymap in xwidget.el"Po Lu
2022-07-20; Normalize some "Author" headersStefan Kangas
2022-07-20Prefer defvar-keymap in xwidget.elStefan Kangas
2022-07-20Prefer defvar-keymap in some trivial casesStefan Kangas
2022-07-14; * lisp/xwidget.el (xwidget-webkit-browse-url): Mark as internal browser.Po Lu
2022-05-15; Fix typosStefan Kangas
2022-05-14; Fix mistakes in 'declare function' formsEli Zaretskii
2022-01-27* lisp/xwidget.el (xwidget-webkit-edit-mode-map): Pass C-backspace.Po Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Fix handling of webkit xwidget bookmarksStephen Berman
2021-12-30Make xwidget motion commands hscroll the window of wide widgetsPo Lu
2021-12-07Cancel xwidget progress timer when buffer is killedPo Lu
2021-11-22Make `xwidget-display-event' a special event as wellPo Lu
2021-11-21Add a user command to stop page loading in xwidget-webkitPo Lu
2021-11-20Make xwidget-events special and document xwidget callbacksPo Lu
2021-11-20Use `xwidget-live-p' inside `xwidget-at'.Po Lu
2021-11-20Remove nonsensical command in xwidget-webkit-mode-mapPo Lu
2021-11-20Fix option type of `xwidget-webkit-cookie-file' againPo Lu
2021-11-20Clarify doc string in xwidget-webkitPo Lu
2021-11-19* lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type.Glenn Morris
2021-11-20Make xwidget-webkit default to not storing cookiesPo Lu
2021-11-19Fix documentation of last commitEli Zaretskii
2021-11-19Allow controlling where xwidget-webkit stores cookiesPo Lu
2021-11-19Display page loading progress in xwidget webkitPo Lu
2021-11-17Update xwidget webkit history buffer more eagerlyPo Lu
2021-11-16Add command to browse xwidget historyPo Lu
2021-11-16Fix xwidget isearch for queries that look like format stringsPo Lu
2021-11-13Prevent xwidget webkit isearch messages from entering log bufferPo Lu
2021-11-12Add support for input methods to xwidget-webkit-edit-modePo Lu
2021-11-12Add input method support for xwidget webkit isearchPo Lu
2021-11-11Add URI as a valid spec for xwidget-webkit-buffer-name-formatPo Lu
2021-11-11xwidget: Add xwidget-webkit-buffer-name-format.Feng Shu
2021-11-11Fix documentation in xwidget.elPo Lu
2021-11-11Switch to xwidget webkit buffer even if a session already existsPo Lu