summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2016-02-10Select Portaudio as the default sound system if ALSA is not compiled in.Piotr Pawlow
2016-02-10Initialize Portaudio device name (with an empty string for now).Piotr Pawlow
2016-02-10Fix audio system index to string for Portaudio.Piotr Pawlow
2016-02-10Fix audio device api table size.Piotr Pawlow
With Portaudio there are 4 audio APIs.
2014-03-14- add portaudioPiotr Pawlow
2014-03-13- make OSS backend optionalPiotr Pawlow
2014-03-13- add missing includesPiotr Pawlow
2014-03-13- define timeradd if sys/time.h doesn't define itPiotr Pawlow
2014-03-13- add resource file and icon for WIN32 buildpp
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@295 455248ca-bdda-0310-9134-f4ebb693071a
2014-03-13- configuration directory on WIN32 is "lingot" instead of ".lingot"pp
- store configuration directory in APPDATA on WIN32 - mkdir() on WIN32 takes only 1 argument - get translations from "share/locale" on WIN32, which is consistent with GTK, and makes distributing easier (does not require installation) git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@294 455248ca-bdda-0310-9134-f4ebb693071a
2014-03-13- there is no langinfo.h header in my crossmingw32 environmentpp
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@293 455248ca-bdda-0310-9134-f4ebb693071a
2014-03-13- import version 0.9.1 from upstreamPiotr Pawlow