Commit graph

195 commits

Author SHA1 Message Date
kaitlynkittyy
c49dc0333e yeah 2024-04-10 15:17:43 -04:00
kaitlynkittyy
5d3cf70722 updated patch to reference new discord API 2024-04-09 17:27:00 -04:00
kaitlynkittyy
c9b1c6592c updated some stuff and fixed window resizing breaking streams 2024-04-09 13:30:55 -04:00
kaitlynkittyy
419bfd0fd1 begin reworking screenshare modal to properly fit all elements 2024-04-08 23:40:24 -04:00
kaitlynkittyy
c9229d7cc1 Merge branch 'hardware-accel' of https://github.com/kaitlynkittyy/Vesktop into hardware-accel 2024-04-08 22:41:03 -04:00
kaitlynkittyy
80c9b5a17b changed wording 2024-04-08 22:40:32 -04:00
kaitlynkitty
58336277a7
Merge branch 'main' into hardware-accel 2024-04-08 22:31:23 -04:00
Diego Parra
8c6941b8e9
Tray: Add left click hide/show feature (#404)
Co-authored-by: V <vendicated@riseup.net>
2024-04-09 02:23:34 +00:00
kaitlynkittyy
d259c57053 only enable hardware acceleration if the user enables it in settings 2024-04-08 22:23:25 -04:00
kaitlynkittyy
ae9b4b52cf fixed stream resolution and framerate selection 2024-04-08 18:29:01 -04:00
kaitlynkittyy
f18051e87c fixed colors 2024-04-08 15:30:41 -04:00
kaitlynkittyy
07c7e2258e fixed things who even knows what i did anymore 2024-04-08 15:09:54 -04:00
kaitlynkittyy
4fad1647a8 fixed my idiocy 2024-04-07 19:05:57 -04:00
kaitlynkittyy
2e153c1e1e NOW i removed the flag 2024-04-07 19:05:38 -04:00
kaitlynkittyy
060c522217 removed another unneeded flag 2024-04-07 19:04:44 -04:00
kaitlynkittyy
06247ae43c merged patches 2024-04-07 18:25:21 -04:00
kaitlynkittyy
2994065e19 fixed a few issues, removed a bunch of flags, and the side effect is that the bitrate is no longer limited to ~4620kbps 2024-04-07 17:55:00 -04:00
kaitlynkittyy
f81f3df546 fix a stupid issue that i couldnt even see 2024-04-07 17:31:30 -04:00
kaitlynkittyy
c5716371a6 fix to allow compile 2024-04-07 17:27:49 -04:00
kaitlynkittyy
27321eb3c7 made better 2024-04-07 15:21:36 -04:00
kaitlynkittyy
dcf18adb28 hopefully this works im bad at regex 2024-04-07 15:13:45 -04:00
kaitlynkittyy
03a180636e fixed patch to not rely on minified variable names 2024-04-07 15:09:41 -04:00
kaitlynkittyy
4152338ecc removed unnecessary flags 2024-04-07 14:14:58 -04:00
kaitlynkittyy
83b7dd0886 removed discord's arbitrary limit to bitrate 2024-04-07 13:47:00 -04:00
kaitlynkittyy
1e572351b8 removed useless flags 2024-04-04 20:13:00 -04:00
kaitlynkittyy
05df122cf1 added hardware accel flags 2024-03-31 15:44:20 -04:00
Vendicated
44627b4cd4
autostart(linux): correctly preserve command line arguments 2024-03-12 03:38:37 +01:00
Vendicated
97267ef89a
Rewrite http utils; properly handle (& retry on) network errors 2024-03-12 02:31:53 +01:00
Vendicated
132adcb733
Bump dependencies; electron v29 2024-03-12 01:33:50 +01:00
Vendicated
738fa588a6
Adapt spellcheck to new context menu api 2024-03-12 01:28:37 +01:00
Justin Chung
612d35c96f
Add categories to Vesktop settings to reduce visual clutter (#379)
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-02-18 15:49:42 +00:00
Noah
2bd8ca96df
Workaround screenshare audio using microphone on debian bug (#360)
* feat(screenshare): add workaround

* refactor: review suggestions

* chore(deps): bump venmic

* chore(deps): bump venmic
2024-01-28 16:55:46 +01:00
Noah
4d82a6f41d
refactor: stop venmic on stream stop (#353) 2024-01-23 17:37:57 +01:00
Vendicated
b636b65e55
implement vencord 'transparency' option 2024-01-19 01:07:27 +01:00
V
7d30dcdb47
Make popouts respect the menu bar visibility setting 2024-01-19 00:01:30 +01:00
V
4f1615ecb3
fix window flash when clicking notification 2024-01-18 23:49:26 +01:00
V
463cd6dc46
popout: fix titlebar close button 2024-01-18 21:33:17 +01:00
V
8c007476c3
popout: fix titlebar on windows when using native titlebar 2024-01-18 21:13:52 +01:00
Vendicated
83e74b98d5
don't disable tray 'Open' item when window is shown (doesnt work correctly) 2024-01-16 01:22:10 +01:00
Vendicated
2e4c834a90
also allow using discord titlebar on non-windows 2024-01-16 01:08:06 +01:00
Vendicated
2aa0b0fa20
prettier update borked lint somehow woah 2024-01-15 19:10:42 +01:00
Vendicated
3ac0ed3d78
config migration: also migrate indexeddb 2024-01-15 19:09:09 +01:00
Vendicated
eddc1de784
bump deps 2024-01-15 19:05:29 +01:00
Vendicated
6483b3a3d9
port popout logic from discord desktop 2024-01-15 18:52:46 +01:00
Vendicated
38f0330eb2
Fix adding connections & popout on ptb/canary 2024-01-15 17:56:33 +01:00
Vendicated
15a49a31e1
add clipboard.copyImage ipc
the web clipboard api only works when focused. so when you try to copy an image but immediately unfocus while its still fetching the image, it will fail. this ipc ensures it will always work even without focus
2024-01-13 19:04:32 +01:00
Redeven
0f0bddbef9
feat: Add start minimized as a launch argument (#316)
Co-authored-by: V <vendicated@riseup.net>
2024-01-07 03:11:00 +01:00
Vendicated
0881143d57
update appId 2024-01-07 02:52:39 +01:00
Vendicated
effd950b2d
fully rename app to Vesktop 2024-01-07 02:44:14 +01:00
Vendicated
4074e8d6ac
move internal state from settings.json to state.json 2024-01-07 02:26:18 +01:00