summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-20Bump version to 0.3.3v0.3.3jaseg1-1/+1
2017-08-20Fix key binding registration for bound methods, add unit testsjaseg2-9/+83
2017-08-20Fix window dragging while using custom key bindingsjaseg1-1/+1
2017-08-06mpv, mpv-test: Fix vim mode linesjaseg2-2/+3
2017-08-06setup.py: Add pillow extra dependencyjaseg1-0/+3
2017-08-06Bump version to 0.3.2v0.3.2jaseg1-1/+1
2017-08-06Restore compatibility with older libmpv versionsjaseg1-1/+1
2017-08-06Re-nerf property observer testsjaseg1-21/+18
2017-08-06Bump version to 0.3.1v0.3.1jaseg1-1/+1
2017-08-06mpv-test.py: Add more thorough property testsjaseg1-0/+82
2017-08-06mpv.py: Un-break property write accessjaseg1-9/+19
2017-08-03Bump version to 0.3.0v0.3.0jaseg1-1/+1
2017-08-03Add pillow-based screenshot_raw commandjaseg2-0/+17
2017-08-03Move to fully FORMAT_NODE-based APIjaseg2-467/+230
2017-08-03Bump version to 0.2.9v0.2.9jaseg1-1/+1
2017-08-03Fixes for libmpv v0.26.0jaseg2-5/+12
2017-08-02Bump version to 0.2.8v0.2.8jaseg1-1/+1
2017-08-02mpv module: Remove load_luajaseg1-5/+0
2017-08-02MPV constructor: Add loglevel argumentjaseg1-4/+3
2017-07-23Bump version to 0.2.7v0.2.7jaseg1-1/+1
2017-07-23Fix register_event_callback to work with methodsjaseg1-1/+0
2017-07-13Bump version to 0.2.6v0.2.6jaseg1-1/+1
2017-07-13Remove debug hack accidentially left in the codejaseg1-1/+1
2017-07-13Fix message handler registration and advanced README examplejaseg2-3/+2
2017-07-05setup.py: Small syntax fixesjaseg1-3/+3
2017-07-05Bump version to 0.2.5jaseg1-1/+1
2017-07-03setup.py: Bump version to 0.2.4v0.2.4jaseg1-1/+1
2017-07-03tests: Add test for multi-valued property-mapped optionsjaseg1-0/+4
2017-07-03Make compatible with libmpv 0.22.0jaseg2-16/+16
2017-07-03Add support for string-array optionsjaseg1-11/+65
2017-07-03Fix racy property testsjaseg1-3/+24
2017-05-28README: Add version compatibility blurbjaseg1-0/+20
2017-05-26Relase 0.2.3: Include Python 3.5 in package metadatajaseg1-1/+2
2017-05-26Release 0.2.2v0.2.2jaseg1-1/+1
2017-05-26README: rst syntax fix because I can't rstjaseg2-5/+4
2017-05-26Add regression test for #26jaseg1-1/+29
2017-05-26mpv-test: Fix some tests, add property observer decorator testjaseg2-14/+52
2017-05-26README: add pypi installation instructionsjaseg1-4/+6
2017-05-26Fix for pypi submissionjaseg2-3/+20
2017-05-21README: Fix property observer examplejaseg1-1/+8
2017-05-21Fix up README formattingjaseg2-78/+96
2017-05-21Merge pull request #28 from Matt-Deacalion/fix-unobserve-runtime-errorjaseg2-2/+36
2017-05-21Fix `unobserve_property` RuntimeErrorMatt Deacalion Stevens2-2/+36
2017-05-20Fix typo in register_key_bindingjaseg1-1/+1
2017-05-11Add property observer format overridejaseg1-11/+20
2017-05-10BREAKING: Move property observation API to NODE formatjaseg2-44/+25
2017-05-10Add documentation and polish handler registrationjaseg2-51/+248
2017-05-10MPV.event_callback: Allow str event type namesjaseg1-1/+6
2017-05-10Update properties for current upstream masterjaseg2-18/+36
2017-05-10Add OSD property accessjaseg1-2/+9