summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-04Version 3.11.4.3.11.4Andre A. Gomes
2024-03-04changelog: Mention set-url fix.Andre A. Gomes
2024-03-04buffer(new-url-query): Review docstring.Andre A. Gomes
2024-03-04buffer: Fix bug.Andre A. Gomes
Improves responsiveness and accuracy when invoking the set-url command. Fixes #3349. See commit 36589e3d622c510df40baf6e4fd8b0bffa644a71.
2024-03-04changelog: Mention hint mode bug fix.Andre A. Gomes
2024-03-04mode/hint: Fix bug on zoomed pages.Andre A. Gomes
On zoomed pages, nyxt/ps:element-overlapped-p replies that all elements are overlapped. When using the default zoom, it does perform as intended. When the feature was introduced, in commit 2575c08caf8806d5d1fe5d71b290d7db9ddf3827, it already suffered from the issue mentioned above.
2024-03-04mode/hint: Fix indentation.Andre A. Gomes
2024-03-04mode/hint: Fix type signature.Andre A. Gomes
2024-03-04mode/hint: Encapsulate hints via shadow DOM.Andre A. Gomes
Fixes #3285 Fixes #3339
2024-03-04color(color-source): Disable actions-on-current-suggestion.Andre A. Gomes
No need for setup a disco in the input area.
2024-03-04color(color-source): Minor refactor.Andre A. Gomes
2024-02-20Version 3.11.3.3.11.3Andre A. Gomes
2024-02-20changelog: Mention bug fix.Andre A. Gomes
2024-02-20buffer(new-url-or-search-source): Review documentation.Andre A. Gomes
2024-02-20buffer(new-url-or-search-source): Fix bug.Andre A. Gomes
Fixes #2134.
2024-02-20buffer(input->queries): Fix indentation.Andre A. Gomes
2024-02-20buffer(new-url-query): Minor refactor.Andre A. Gomes
2024-02-20changelog: Reorder entries.Andre A. Gomes
2024-02-20changelog: Minor review.Andre A. Gomes
2024-02-20flatpak: Update.Andre A. Gomes
2024-02-05Version 3.11.2.3.11.2Andre A. Gomes
2024-02-05assets/appdata: Declare screenshot parameters.Andre A. Gomes
2024-02-05assets/appdata: Fix URL.Andre A. Gomes
2024-02-05changelog: Review for 3.11.2 version.Andre A. Gomes
2024-02-05mode/editor: Refactor edit-user-file.Andre A. Gomes
As to avoid code duplication.
2024-02-05mode/editor: Rename dummy variable for readability.Andre A. Gomes
2024-02-05buffer(context-buffer): Review docstring.Andre A. Gomes
2024-02-05buffer(status): Review indentation.Andre A. Gomes
2024-02-05buffer(make-buffer): Fix indentation.Andre A. Gomes
2024-02-05buffer(window-set-buffer): Fix bug.Andre A. Gomes
Fixes #3334.
2024-02-05buffer(resurrect-buffer): Silence compiler note.Andre A. Gomes
SBCL reported note: Type assertion too complex to check
2024-02-05changelog: Mention bug fix.Andre A. Gomes
2024-02-05recent-buffer: Delete buffer-match-predicate.Andre A. Gomes
2024-02-05buffer(resurrect-buffer): Minor refactor.Andre A. Gomes
ffi-buffer-make mandates returning a buffer.
2024-02-05recent-buffers(reopen-dead-buffer): Fix bug.Andre A. Gomes
Closes #3331.
2024-02-05buffer(add-to-recent-buffers): Fix logic.Andre A. Gomes
It was a remarkable mistake to delete an item based on a predicate that matches against the buffer's url and title.
2024-02-05recent-buffers(reopen-dead-buffer): Propagate changes to reload-buffer.Andre A. Gomes
Commit 0314bcee7d1ab185b7098c78b512d8c4400bc6bf redefined `reload-buffer', and this commit should have been part of it.
2024-02-05renderer/gtk(on-signal-decide-policy): Fix indentation.Andre A. Gomes
2024-02-05urls: Delete javascript-url.Andre A. Gomes
Deprecated in f5dabb35636b069adb6c8d644b876d824d3a1ec5.
2024-02-05changelog: Mention editor scheme refactor.Andre A. Gomes
2024-02-05mode/plaintext-editor: Review documentation.Andre A. Gomes
2024-02-05mode/editor: Review documentation.Andre A. Gomes
2024-02-05mode/editor: Minor refactor.Andre A. Gomes
2024-02-05Improve handling of editor scheme.Andre A. Gomes
A sane refactor that improves performance.
2024-02-05buffer(buffers-{set,delete}): Review documentation.Andre A. Gomes
2024-02-05buffer(buffer-load): Delete obsolete comment.Andre A. Gomes
preprocess-request has been deleted in 3a58a0e1136c0334f89a0d1164452cb2c23a5925.
2024-02-05changelog: Add entry about reloading.John Mercouris
2024-02-05buffer(reload-buffer): Leverage ffi method.John Mercouris
2024-02-05gtk: Specialize ffi-buffer-reload.John Mercouris
2024-02-05foreign-interface: Add ffi-buffer-reload.John Mercouris
Allows relying on the renderer to reload buffers. The benefit is that it knows best how to handle cache, remember scroll position, etc.