Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851 | Bram Moolenaar | 2019-08-15 | 1 | -0/+3 |
| | | | | | Problem: Crash when sound_playfile() callback plays sound. Solution: Invoke callback later from event loop. | ||||
* | patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513 | Bram Moolenaar | 2019-06-10 | 1 | -1/+1 |
| | | | | | | Problem: All popup functionality is in functions, except :popupclear. Solution: Add popup_clear() for consistency. Also rename sound_stopall() to sound_clear(). | ||||
* | patch 8.1.1502: cannot play any soundv8.1.1502 | Bram Moolenaar | 2019-06-09 | 1 | -0/+7 |
Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions. |