summaryrefslogtreecommitdiff
path: root/source/mode/history.lisp
AgeCommit message (Expand)Author
2024-08-16mode/history(history-add): Minor refactor.Andre A. Gomes
2024-08-08Extend *imports*.Andre A. Gomes
2024-01-12mode/history(list-history): Use table with resizable columns.John Mercouris
2023-12-22Use render menu in commands.John Mercouris
2023-12-11mode/history: Deprecate conservative-history-movement-p.Andre A. Gomes
2023-12-06Refactor the appending modes logic.Artyom Bologov
2023-05-26mode/history: Deprecate conservative-history-movement-p.Artyom Bologov
2023-05-11mode/history: Minor restyle/refactor.Artyom Bologov
2023-05-11Document several modes and subsystems of Nyxt.Artyom Bologov
2023-05-01Rename all mode packages following nyxt/mode/mode-name.Andre A. Gomes
2023-03-24Use filter-exact-matches in much more places.Artyom Bologov
2023-03-17Switch from class-star to nclasses.Pierre Neidhardt
2023-01-24mode/history: Optionally backtrack to already visited history nodes.Artyom Bologov
2023-01-24mode/history: Add the canceled URLs to history.aartaka
2023-01-18mode/history: Fix :raw tag being applied twice.Artyom Bologov
2023-01-10mode/history: Add Meta-scroll history actions.Artyom Bologov
2022-12-02Revert "history: Turn buffer-history-tree back into internal page command."Artyom Bologov
2022-12-01history: Turn buffer-history-tree back into internal page command.aartaka
2022-12-01Use :nstyle everywhere.aartaka
2022-11-23mode/history: Fix the display of the history sources.Artyom Bologov
2022-11-10Incorporate auto-mode into modable-buffer.aartaka
2022-11-09mode/history: Really list all history entries in history-all-query.Pierre Neidhardt
2022-11-09mode/history: Extract blocked-p.Pierre Neidhardt
2022-10-19Fix types everywhere.Artyom Bologov
2022-09-15Replace ensure-internal-page-buffer API with buffer-load-internal-page-focus.Pierre Neidhardt
2022-09-14mode/history: Use URL as the button title in history tree buffer.aartaka
2022-09-09mode/history: Fix restoration of buffer-history-tree.Pierre Neidhardt
2022-09-09mode/history: Fix buffer-history-tree links.Pierre Neidhardt
2022-09-09mode/history: Strengthen `history-backwards'.Pierre Neidhardt
2022-09-09mode/history: Don't store redirects (like Wiki).Pierre Neidhardt
2022-09-09mode/history: Fix history-forwards-all-query node visit.Pierre Neidhardt
2022-09-02mode/history: Fix history-backwards skipping not-yet-loaded pages.aartaka
2022-08-28Fix spelling and formatting errors.Hendursaga
2022-08-23types: Add list-of type specifier.aartaka
2022-08-03Undo keymap alignment.André A. Gomes
2022-08-03Uniformize keymap prefix names.André A. Gomes
2022-08-03mode/history: Move cua keybindings to default.André A. Gomes
2022-08-03mode/history: Uniformize keybindings order.André A. Gomes
2022-08-03Delete spurious lines separating keyschemes.André A. Gomes
2022-08-03Align all keymaps.André A. Gomes
2022-07-20Simplify all prompts.André A. Gomes
2022-07-05Rename keymap-scheme to keyscheme-map.André A. Gomes
2022-07-05Switch to nkeymaps 1-series API.Pierre Neidhardt
2022-06-24Import `compose', `curry' and `rcurry' from Alexandria.Pierre Neidhardt
2022-06-22Specialize prompter:object-attributes on prompter:source, not t.aartaka
2022-06-22Specialize prompter:object-attributes on source too.aartaka
2022-06-14mode/history: Replace ID argument with BUFFER in buffer-history-tree.Pierre Neidhardt
2022-06-14buffer: Replace ID argument with BUFFER in switch-buffer and delete-buffer.Pierre Neidhardt
2022-06-14Rename lisp-eval2 to lisp-eval.Pierre Neidhardt
2022-06-14Turn all lisp-eval to lisp-eval2.Pierre Neidhardt