ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MPV/Changes
(Generate patch)

Comparing AnyEvent-MPV/Changes (file contents):
Revision 1.6 by root, Mon Mar 20 12:23:21 2023 UTC vs.
Revision 1.15 by root, Sat Apr 1 06:32:32 2023 UTC

1Revision history for AnyEvent::MPV 1Revision history for AnyEvent::MPV
2 2
3TODO: implement a better wrapper around events 31.03 Sat 01 Apr 2023 08:30:44 CEST
4TODO: rip out some examples from doomfrontend, gtk2::cv 4 - only create a write-watcher if the commands cnanot be written
5 immediately, whic h lowers overhead and improves responsiveness
6 in practically all situations.
7 - better portability to 32 bit perls.
5 8
91.02 Thu 30 Mar 2023 19:32:43 CEST
10 - trace was only effective on the first ->start.
11
121.01 Thu 23 Mar 2023 20:21:53 CET
13 - the default on_event method implementation failed
14 to pass the event data to the on_event callback.
15
161.0 Wed 22 Mar 2023 19:20:00 CET
17 - implement a registry wrapper around events.
18 - create json coder/decoder only once instead of per request.
19 - lots of random example snippets added, also, synopsis.
20 - used in production.
21
220.2 Mon 20 Mar 2023 13:25:29 CET
6 - event key itself is no longer passed in on_event event object. 23 - event key itself is no longer passed in on_event event object.
7 - the destructor now calls ->stop. 24 - the destructor now calls ->stop.
8 - ">mpv" trace messages now contain the whole command. 25 - ">mpv" trace messages now contain the whole command.
9 - some internal refactoring. 26 - some internal refactoring.
10 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines