Commit Graph

86 Commits

Author SHA1 Message Date
mars 6ac82404e6 Merge branch 'main' into wgpu-renderer 2022-12-04 15:01:58 -07:00
mars c8a6aa6fbd Cleanup socket cleanup code 2022-12-04 14:39:06 -07:00
Iris Pupo 0768a7dc61 Handle previous sockets in Listener::new() 2022-12-04 01:08:36 -05:00
Iris Pupo 01e2aee164 added new function for listener struct 2022-12-04 00:03:55 -05:00
mars 6054949694 Add license header to music-player mpris.rs 2022-11-26 22:06:21 -07:00
mars b0c29818ee Add AGPL license to magpie Cargo.toml 2022-11-26 22:06:09 -07:00
mars 2bef47a65a Replace music player SetPosition message with relative Seek 2022-11-25 17:48:36 -07:00
mars 238f4f878d Implement music player SetPosition message 2022-11-21 21:06:03 -07:00
mars e0ec4190fc Enable vsync and MSAAx4 on Magpie windows 2022-11-20 12:16:55 -07:00
mars a73869aae5 Music player responds to panel messages 2022-11-20 12:04:18 -07:00
mars b005176bcf Switch to async UnixStream in music player 2022-11-20 11:39:31 -07:00
mars 2d242520c1 Add send_panel_json_async() 2022-11-20 11:39:12 -07:00
mars ac5d6475f1 Add Messenger::send_async() 2022-11-20 11:24:58 -07:00
mars c244834004 Better Messenger recv-related docs and names 2022-11-20 11:15:50 -07:00
mars 763c55d3e4 Add async feature + Messenger::recv_async() 2022-11-20 11:08:23 -07:00
mars 6c2bfc0ea5 Split Messenger into MessageQueue 2022-11-20 10:48:49 -07:00
mars f40d251ca4 Merge branch 'main' into script-to-host-messages 2022-11-20 00:38:15 -07:00
mars d5b168ebc9 Music player resets position on track change 2022-11-20 00:37:11 -07:00
mars d99c64f33e Track position 2022-11-20 00:33:05 -07:00
mars 452cb9c708 Music player reads mpris:length instead of xesam:length 2022-11-20 00:28:49 -07:00
mars 9d4d5cca91 Merge branch 'main' into script-to-host-messages 2022-11-20 00:15:36 -07:00
mars 1fe366ce9f Move progress length to TrackInfo 2022-11-20 00:00:21 -07:00
mars 9eb2c1c431 Remove old mpris comments 2022-11-19 23:56:09 -07:00
mars 13a9735bdc Update script playback status + metadata 2022-11-19 23:51:34 -07:00
mars a65164d70b Music player lifetime loop 2022-11-19 23:33:06 -07:00
mars 7e4900c59b Parse metadata 2022-11-19 23:11:17 -07:00
mars 15f9c7ea99 Listen for multiple property changes 2022-11-19 22:57:33 -07:00
mars a2432f77d2 Find active player and listen for playback status changes 2022-11-19 22:16:53 -07:00
mars 55859ab5c0 Super WIP zbus-based music player 2022-11-19 21:42:16 -07:00
mars 4b126ed2cf Magpie window transparency + remove window decorations 2022-11-18 17:15:29 -07:00
mars d5e9e229dc Fix window format to Bgra8Unorm (fixes unnecessary sRGB conversion) 2022-11-18 16:57:39 -07:00
mars e924a17073 Disable Magpie glium gamma-correction 2022-11-18 16:48:17 -07:00
mars a477c3c385 Add panel background color edit in sandbox 2022-11-18 13:33:21 -07:00
mars a809af7c64 Replace dedicated MagpieClient with methods on ClientMessenger 2022-11-17 15:03:12 -07:00
mars d020caa477 Make Messenger transport private 2022-11-17 14:46:48 -07:00
mars 0bf02ba93b Initialize canary-wgpu from eframe 2022-11-17 14:25:07 -07:00
mars 24196adc3a Downgrade wgpu from 0.14 to 0.13.1 2022-11-17 13:16:59 -07:00
mars 4c5dc489ac Switch sandbox renderer to wgpu 2022-11-17 13:07:26 -07:00
mars 72ba4bbcb9 Update eframe to 0.19 2022-11-17 13:02:56 -07:00
mars eb5e1c6080 Merge branch 'main' into wgpu-renderer 2022-11-16 23:35:12 -07:00
mars f81f55485b Forward script messages from IPC to client 2022-11-16 23:04:42 -07:00
mars e1ebfab247 Close Messenger connection on reset 2022-11-16 22:52:02 -07:00
mars cf95b52f7e Print error instead of panicking on unrecognized IPC even ttoken 2022-11-16 22:29:02 -07:00
mars efae627263 Forward script messages from window to IPC 2022-11-16 22:20:30 -07:00
mars 808d62421c Implement window-to-IPC messaging 2022-11-16 22:17:17 -07:00
mars 7d751f27c9 Add RecvMessage to Magpie protocol 2022-11-16 22:02:03 -07:00
mars 4e9b01810a Add protocol name to sandbox 2022-11-16 19:19:41 -07:00
mars 0b8ce299b5 Add protocol name to music player 2022-11-15 23:52:11 -07:00
mars f4a366a215 Add protocol name support to Magpie 2022-11-15 23:51:52 -07:00
mars e5f9985bb9 Music player sends ProgressChanged events on track change 2022-11-15 21:41:13 -07:00