-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uosc
updated
21 files
+48 −271 | README.md | |
+8 −4 | src/uosc.conf | |
+10 −5 | src/uosc/elements/Button.lua | |
+14 −0 | src/uosc/elements/Controls.lua | |
+6 −0 | src/uosc/elements/CycleButton.lua | |
+1 −1 | src/uosc/elements/Element.lua | |
+29 −0 | src/uosc/elements/ManagedButton.lua | |
+628 −408 | src/uosc/elements/Menu.lua | |
+16 −14 | src/uosc/elements/Timeline.lua | |
+96 −111 | src/uosc/elements/TopBar.lua | |
+25 −8 | src/uosc/intl/zh-hans.json | |
+40 −14 | src/uosc/lib/ass.lua | |
+69 −0 | src/uosc/lib/buttons.lua | |
+2 −7 | src/uosc/lib/char_conv.lua | |
+56 −23 | src/uosc/lib/cursor.lua | |
+588 −299 | src/uosc/lib/menus.lua | |
+48 −2 | src/uosc/lib/std.lua | |
+1 −1 | src/uosc/lib/text.lua | |
+101 −38 | src/uosc/lib/utils.lua | |
+139 −35 | src/uosc/main.lua | |
+13 −1 | src/ziggy/commands/clipboard.go |