summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan2023-01-231-46/+46
* patch 9.0.0999: memory may leakv9.0.0999Bram Moolenaar2022-12-031-0/+2
* patch 9.0.0800: compiler complains about repeated typedefv9.0.0800Bram Moolenaar2022-10-191-1/+1
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-26/+84
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-2/+2
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-1/+8
* patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan2021-07-241-0/+9
* patch 8.2.2959: sound_playfile() is not tested on MS-Windowsv8.2.2959Dominique Pelle2021-06-071-3/+2
* patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar2020-01-041-6/+0
* patch 8.1.1999: calling both PlaySoundW() and PlaySoundA()v8.1.1999Bram Moolenaar2019-09-071-1/+1
* patch 8.1.1944: leaking memory when using sound callbackv8.1.1944Bram Moolenaar2019-08-301-0/+12
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-12/+75
* patch 8.1.1818: unused variablev8.1.1818Bram Moolenaar2019-08-051-1/+0
* patch 8.1.1802: missing change to call_callback()v8.1.1802Bram Moolenaar2019-08-031-5/+2
* patch 8.1.1565: MS-Windows: no sound supportv8.1.1565Bram Moolenaar2019-06-171-7/+189
* patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar2019-06-101-1/+10
* patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar2019-06-091-0/+193