Age | Commit message (Expand) | Author | Files | Lines |
2017-07-13 | Bump version to 0.2.6v0.2.6 | jaseg | 1 | -1/+1 |
2017-07-13 | Remove debug hack accidentially left in the code | jaseg | 1 | -1/+1 |
2017-07-13 | Fix message handler registration and advanced README example | jaseg | 2 | -3/+2 |
2017-07-05 | setup.py: Small syntax fixes | jaseg | 1 | -3/+3 |
2017-07-05 | Bump version to 0.2.5 | jaseg | 1 | -1/+1 |
2017-07-03 | setup.py: Bump version to 0.2.4v0.2.4 | jaseg | 1 | -1/+1 |
2017-07-03 | tests: Add test for multi-valued property-mapped options | jaseg | 1 | -0/+4 |
2017-07-03 | Make compatible with libmpv 0.22.0 | jaseg | 2 | -16/+16 |
2017-07-03 | Add support for string-array options | jaseg | 1 | -11/+65 |
2017-07-03 | Fix racy property tests | jaseg | 1 | -3/+24 |
2017-05-28 | README: Add version compatibility blurb | jaseg | 1 | -0/+20 |
2017-05-26 | Relase 0.2.3: Include Python 3.5 in package metadata | jaseg | 1 | -1/+2 |
2017-05-26 | Release 0.2.2v0.2.2 | jaseg | 1 | -1/+1 |
2017-05-26 | README: rst syntax fix because I can't rst | jaseg | 2 | -5/+4 |
2017-05-26 | Add regression test for #26 | jaseg | 1 | -1/+29 |
2017-05-26 | mpv-test: Fix some tests, add property observer decorator test | jaseg | 2 | -14/+52 |
2017-05-26 | README: add pypi installation instructions | jaseg | 1 | -4/+6 |
2017-05-26 | Fix for pypi submission | jaseg | 2 | -3/+20 |
2017-05-21 | README: Fix property observer example | jaseg | 1 | -1/+8 |
2017-05-21 | Fix up README formatting | jaseg | 2 | -78/+96 |
2017-05-21 | Merge pull request #28 from Matt-Deacalion/fix-unobserve-runtime-error | jaseg | 2 | -2/+36 |
2017-05-21 | Fix `unobserve_property` RuntimeError | Matt Deacalion Stevens | 2 | -2/+36 |
2017-05-20 | Fix typo in register_key_binding | jaseg | 1 | -1/+1 |
2017-05-11 | Add property observer format override | jaseg | 1 | -11/+20 |
2017-05-10 | BREAKING: Move property observation API to NODE format | jaseg | 2 | -44/+25 |
2017-05-10 | Add documentation and polish handler registration | jaseg | 2 | -51/+248 |
2017-05-10 | MPV.event_callback: Allow str event type names | jaseg | 1 | -1/+6 |
2017-05-10 | Update properties for current upstream master | jaseg | 2 | -18/+36 |
2017-05-10 | Add OSD property access | jaseg | 1 | -2/+9 |
2017-05-10 | Add callback/message handler decorators | jaseg | 1 | -1/+20 |
2017-05-07 | Update setup.py with correct license version | jaseg | 1 | -1/+1 |
2017-05-07 | README: Add playlist example | jaseg | 1 | -0/+18 |
2017-05-07 | Organize convenience functions | jaseg | 1 | -7/+7 |
2017-05-07 | Add playlist_append porcelain | jaseg | 1 | -0/+3 |
2017-05-07 | Add license header | jaseg | 1 | -0/+18 |
2017-05-06 | Add playlist_filenames property | Hans Ole Hatzel | 1 | -0/+4 |
2017-03-20 | README: Update info on asyncio | jaseg | 1 | -1/+1 |
2017-01-06 | Simplify initialization logic somewhat | jaseg | 1 | -3/+1 |
2017-01-06 | Make sure _mpv_initialize is called before _mpv_terminate_destroy | Frechdachs | 1 | -4/+8 |
2017-01-04 | Make so/DLL loading more robust | jaseg | 1 | -2/+8 |
2016-11-23 | Clarify event thread handling in the README | jaseg | 3 | -6/+17 |
2016-09-15 | Fix MPV.terminate so it can be called from event handlers | jaseg | 1 | -5/+11 |
2016-08-25 | Fix property access in README example | jaseg | 1 | -1/+1 |
2016-08-24 | Small refactoring of with usage in tests | jaseg | 1 | -37/+31 |
2016-08-20 | Pimp loadfile to accept per-file options | jaseg | 2 | -3/+7 |
2016-08-20 | BREAKING :boom: Improve property handling | jaseg | 2 | -34/+65 |
2016-08-19 | Fix key binding handling for duplicate bindings and commands | jaseg | 1 | -12/+19 |
2016-08-19 | Set LC_NUMERIC to C to avoid segfaults on some platforms | jaseg | 1 | -0/+6 |
2016-08-17 | Improve event handling, add message handling, add key binding foo | jaseg | 3 | -12/+73 |
2016-08-13 | Finally add node handling, fix ALL THE THINGS | jaseg | 4 | -328/+298 |