Changeset [80985]: EPhysics: free body and constraint list on test
EPhysics: free body and constraint list on test
View ArticleChangeset [80986]: EPhysics: simplify the restacking data free routine
EPhysics: simplify the restacking data free routine
View ArticleChangeset [80987]: EPhysics: suppress conditional jump warnings on bullet
EPhysics: suppress conditional jump warnings on bullet
View ArticleChangeset [80989]: ephysics_tests: free body and constraint list on test
ephysics_tests: free body and constraint list on test
View ArticleChangeset [80990]: patch from maxime villard fixing strdupa definition and...
patch from maxime villard fixing strdupa definition and moving a variable to local scope
View ArticleTicket #2002 (Double click on empty EFM space shrinks window.) created
1) open an EFM window (ie Desktop) 2) double click on empty space (somewhere with no icons) 3) window shrinks Depending on how many items are in the directory ti might shrink a lot or a little.
View ArticleTicket #2002 (Double click on empty EFM space shrinks window.) closed
Invalid: this is a feature that was implemented at the result of a request for this feature.
View ArticleChangeset [80991]: apparently this news was misleading since it's not E17 final
apparently this news was misleading since it's not E17 final
View ArticleChangeset [80992]: apparently people have been adding keybinds to default...
apparently people have been adding keybinds to default config and not updating the keybind reset to defaults list
View ArticleChangeset [80994]: efl: Introducing ecore_audio - the audio API for efl This...
efl: Introducing ecore_audio - the audio API for efl This is still very much a work in progress, so expect some issues. The signalling is using ecore events for now - that will change to callbacks you...
View ArticleChangeset [80995]: ecore_audio: Add support for PulseAudio Only outputs are...
ecore_audio: Add support for PulseAudio? Only outputs are supported at the moment Signed-off-by: Daniel Willmann <d.willmann@…>
View ArticleChangeset [80996]: ecore_audio: Add support for libsndfile Allows reading...
ecore_audio: Add support for libsndfile Allows reading from and writing to wav, ogg, etc. files. Support for virtual IO as well to allow playing sounds from eet, which will be needed in edje...
View ArticleChangeset [80997]: ecore_audio: Add support for simple tone output Just plays...
ecore_audio: Add support for simple tone output Just plays a sine wave of set frequency and duration Signed-off-by: Daniel Willmann <d.willmann@…>
View ArticleChangeset [80998]: ecore_audio: Add support for adding a custom callback Very...
ecore_audio: Add support for adding a custom callback Very hackish implementation and probably not needed as libsndfile virtual IO can be used instead, though it's a little more complicated...
View ArticleChangeset [80999]: ecore_audio: Add rudimentary ALSA support By rudimentary I...
ecore_audio: Add rudimentary ALSA support By rudimentary I mean I barely got it to work. For my particular test case. It will not work for you and needs lots of love until it can be used....
View ArticleChangeset [81000]: efl: Add build system support for ecore_audio Disabled by...
efl: Add build system support for ecore_audio Disabled by default, enable with --enable-audio ALSA support is disabled as it is not there yet. Pulseaudio should work though. Support for .ogg and .wav...
View ArticleChangeset [81001]: ecore_audio: Add an example - a simple CLI music player...
ecore_audio: Add an example - a simple CLI music player Give it sound files (ogg, wav, not mp3) as parameter or "tone:freq=<f>,duration=<dur_in_s>" to play a lovely sine wave '<' and...
View ArticleChangeset [81002]: ecore_audio: Example for user generated sounds Uses the...
ecore_audio: Example for user generated sounds Uses the custom function support, which can probably be improved Signed-off-by: Daniel Willmann <d.willmann@…>
View Article