Baldomo
|
9fedb03ceb
|
Formatted code and added .clang-format, small refactors
|
2020-12-26 13:00:39 +01:00 |
|
Baldomo
|
8c2d69b05d
|
Fixed small typos in README
|
2020-12-26 00:07:10 +01:00 |
|
Baldomo
|
1a798efcd5
|
Fixed wrong required rule for make install
|
2020-12-25 22:34:31 +01:00 |
|
Baldomo
|
c6db44ea7c
|
Major refactor of code: removed dependency on libcurl, added url.hpp, moved everything in the oim namespace, updated readme, added more documentation comments
|
2020-12-25 22:31:41 +01:00 |
|
Baldomo
|
98de7307d1
|
Fixed context menu, reworked and restyled option page, updated Makefile
|
2020-12-22 19:20:22 +01:00 |
|
Baldomo
|
47c646ce51
|
Updated extension to support using any mpv-compatible player and custom flags, simplified javascript, added query_value overload with fallback string
|
2020-12-19 13:51:53 +01:00 |
|
Baldomo
|
8659ddeeee
|
Finally added enqueue functionality to extension options, fixed flawed selector in options, modified main.cpp so enqueuing when mpv is closed open a new instance
|
2020-12-12 18:00:19 +01:00 |
|
Baldomo
|
1a454608ab
|
Fixed typos in README, added TODO in mpvopts.hpp
|
2020-12-07 18:58:25 +01:00 |
|
Baldomo
|
94861f36bb
|
Prevented potential key/value parsing bug in qurey_value(string, string), updated README
|
2020-12-04 11:04:49 +01:00 |
|
Baldomo
|
81c10e755c
|
Added custom flags and custom video player to extension settings and generted mpv:// URLs, updated README
|
2020-12-04 10:52:58 +01:00 |
|
Baldomo
|
86d8ea4f75
|
Total c++ rewrite
|
2020-07-16 19:27:02 +02:00 |
|
Baldomo
|
f43e16dc1f
|
Added query option checking/defaults in main, refactored main.rs, added protocol installation to main
|
2020-01-24 11:53:30 +01:00 |
|
Baldomo
|
3a6ef28119
|
open-in-mpv.desktop is now hidden from menus
|
2019-08-09 16:46:26 +02:00 |
|
Baldomo
|
e0d4c446db
|
Added license, split code in lib.rs and main.rs, simplified methods, added build.rs (to package webexts, WIP)
|
2019-07-25 16:39:10 +02:00 |
|
Baldomo
|
6dbd77ffc1
|
Updated install-protocol.sh to use xdg-mime, added Chrome extension (courtesy of IINA's extension)
|
2019-07-04 09:13:03 +02:00 |
|
Baldomo
|
a37de57a39
|
Initial commit: main.rs, base project layout
|
2019-07-02 15:51:02 +02:00 |
|