COMMITS
/ player/lua/console.lua March 19, 2026
N
console.lua: use update-clipboard command
nanahi committed
March 3, 2026
C
mp.input: allow clients to override console.lua script-opts
CogentRedTester committed
February 27, 2026
C
mp.input: sanitise client inputs
CogentRedTester committed
C
console.lua: guard against invalid arguments to script-messages
CogentRedTester committed
February 22, 2026
C
console.lua: prevent outdated completions from being selected
CogentRedTester committed
G
console.lua: deduplicate code between get-input and handle_cursor_move
Guido Cella committed
February 20, 2026
C
mp.input: avoid displaying outdated completions from the same client
CogentRedTester committed
February 18, 2026
C
console.lua: remove undocumented `dont_bind_up_down` option
CogentRedTester committed
C
console.lua: flush keybinds before sending mp.input `opened` events
CogentRedTester committed
January 30, 2026
V
console.lua: allow scrolling up the log until only one line remains
verygoodlee committed
January 17, 2026
C
mp.input: send buffer ids with logs to avoid race conditions
CogentRedTester committed
January 12, 2026
C
mp.input: avoid rare race condition when supplying completions
CogentRedTester committed
C
mp.input: remove race conditions when calling `input.terminate()`
CogentRedTester committed
January 11, 2026
C
mp.input: use unique event handlers for input.get requests
CogentRedTester committed
October 24, 2025
G
console.lua: only clip items between UTF-8 characters
Guido Cella committed
October 18, 2025
G
console.lua: implement horizontal scroll
Guido Cella committed
October 17, 2025
G
console.lua: bind Shift+UP and DOWN to scroll the log
Guido Cella committed
December 29, 2025
V
console.lua: avoid empty lines at the bottom after resizing window
verygoodlee committed
December 30, 2025
G
console.lua: remove selected_color and selected_back_color
Guido Cella committed
December 26, 2025
G
console.lua: don't error if compute_bounds doesn't return dimensions
Guido Cella committed
October 31, 2025
G
console.lua: don't clip items if OSD dimensions are not initialized
Guido Cella committed
October 29, 2025
G
{console/context_menu}.lua: don't apply --osd-blur to menu backgrounds
Guido Cella committed
October 26, 2025
N
console.lua: use clipboard property for x11
nanahi committed
September 27, 2025
G
console.lua: add gap script-opt
Guido Cella committed
G
console.lua: increase the gap between menu items
Guido Cella committed
September 1, 2025
G
console.lua: don't autoselect the wrong completion
Guido Cella committed
April 3, 2025
G
console.lua: bind Ctrl+y to copy
Guido Cella committed
April 4, 2025
G
console.lua: set compute_bounds and hidden at startup
Guido Cella committed
G
console.lua: rename option_color_to_ass to color_option_to_ass
Guido Cella committed
G
console.lua: say focused instead of selected
Guido Cella committed
G
console.lua: repurpose case_sensitive to only affect exact searches
Guido Cella committed
G
console.lua: implement exact matching
Guido Cella committed
April 18, 2025
G
console.lua: fix crash when pressing Ctrl+l
Guido Cella committed
March 27, 2025
G
console.lua: center correctly within OSC margins
Guido Cella committed
March 29, 2025
G
console.lua: replace font script-opt with monospace_font
Guido Cella committed
April 12, 2025
S
console.lua: default prompt to an empty string
showergum committed
March 22, 2025
G
console.lua: use a variadic function
Guido Cella committed
March 25, 2025
G
console.lua: use double quotes
Guido Cella committed
March 15, 2025
D
Revert "console.lua: disable cursor autohide while selector is open"
Dudemanguy committed
February 7, 2025
V
console.lua: disable cursor autohide while selector is open
verygoodlee committed
March 10, 2025
G
console.lua: fix crash when pressing Ctrl+c with select
Guido Cella committed
March 8, 2025
K
console.lua: cache observed properties to avoid unnecessary fetching
Kacper Michajłow committed
March 4, 2025
G
console.lua: convert cursor_position to number
Guido Cella committed
February 26, 2025
G
console.lua: default to --osd-font without completions
Guido Cella committed
G
console.lua: instantly show completions with the type script message
Guido Cella committed
G
console.lua: fix the line end position to filter completions
Guido Cella committed
G
console.lua: don't retrieve --input-ime at startup
Guido Cella committed
G
console.lua: reduce indentation in 2 functions
Guido Cella committed
G
console.lua: inline log_add()
Guido Cella committed
February 27, 2025
G
console.lua: clear the default item on input.get()
Guido Cella committed