summaryrefslogtreecommitdiffstats
path: root/player/lua/console.lua
Commit message (Expand)AuthorAgeFilesLines
* console: fix crash for long suggestion stringsChristoph Heinrich2023-11-111-1/+2
* console.lua: don't print the console log to the OSD when switching VOGuido Cella2023-11-071-1/+8
* console: don't overwrite color and alpha of `osd-back-color`Christoph Heinrich2023-11-071-2/+3
* console: wrap rows at the topChristoph Heinrich2023-11-071-8/+6
* console: optimize table generationChristoph Heinrich2023-11-071-20/+32
* console: enable completions without a prefixChristoph Heinrich2023-11-071-4/+4
* console.lua: complete raw propertiesGuido Cella2023-11-071-1/+1
* console: avoid redundant completion appendageChristoph Heinrich2023-11-071-2/+36
* console.lua: complete file pathsGuido Cella2023-11-021-0/+44
* console.lua: complete list option verbsGuido Cella2023-11-021-0/+18
* console.lua: inline mp.optionsGuido Cella2023-11-021-2/+1
* console.lua: complete list optionsGuido Cella2023-11-021-0/+22
* console.lua: complete profilesGuido Cella2023-11-021-0/+12
* console.lua: complete commands after helpGuido Cella2023-11-021-1/+9
* console: complete infinite cycle-values argumentsChristoph Heinrich2023-11-011-24/+4
* console.lua: complete choice and flag optionsGuido Cella2023-10-251-4/+46
* console.lua: remove unused capture from completion patternsGuido Cella2023-10-251-12/+12
* console.lua: use string.match()Guido Cella2023-10-251-3/+3
* console.lua: generate completion lists lazilyGuido Cella2023-10-251-25/+37
* console.lua: remove repetition from build_completers()Guido Cella2023-10-251-11/+16
* console.lua: remove unnecessary copyGuido Cella2023-10-251-4/+1
* console.lua: print the log and input line to the terminalGuido Cella2023-10-111-0/+33
* console.lua: exit with with Ctrl+[Guido Cella2023-10-101-0/+1
* console: support utf8 for table formattingChristoph Heinrich2023-10-071-3/+18
* console: cull lines outside of visible areaChristoph Heinrich2023-10-071-18/+25
* console: show completion suggestions as tableChristoph Heinrich2023-10-071-8/+77
* console: show suggestions for completionChristoph Heinrich2023-10-071-17/+34
* console: refactor text styles for log levelsChristoph Heinrich2023-10-071-9/+22
* console.lua: complete properties after cycle-valuesGuido Cella2023-09-271-0/+2
* console: sort the output from the `help` commandChristoph Heinrich2023-07-141-0/+3
* console.lua: add a script-opt for the border sizeGuido Cella2023-04-261-1/+2
* {console,ytdl_hook}: use the platform propertyDudemanguy2023-02-271-8/+5
* console: observe osc margins from user-data instead of shared-script-propertiesrcombs2023-02-261-17/+8
* console: add history deduplicationChristoph Heinrich2022-11-031-4/+21
* console: respect the top margin shared script propertyChristoph Heinrich2022-10-281-7/+17
* console.lua: don't render a 2nd cursor on the OSCGuido Cella2022-05-011-1/+1
* various: fix typosCœur2022-04-251-1/+1
* console.lua: define remaining emacs keybindingsGuido Cella2021-11-011-3/+33
* console: use wl-paste on WaylandGuido Cella2020-12-141-1/+11
* console: let type set the cursor positionGuido Cella2020-10-271-4/+10
* console: reduce memory usage in default modewm42020-04-101-73/+82
* console: fix typo in previous commitwm42020-02-071-1/+1
* console: manually map numeric keypad (KP*) bindingswm42020-02-071-0/+7
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-261-1/+1
* console: add a basic help commandwm42019-12-241-1/+50
* console: do not strip leading spaceswm42019-12-241-0/+3
* console: reduce border sizewm42019-12-221-1/+1
* console: use hidpi scale reportingwm42019-12-201-2/+7
* console: adjust position to OSCwm42019-12-181-1/+17
* console.lua: add this scriptJames Ross-Gowan2019-12-081-0/+701