Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-22 | EXT-7889 FIXED Linux fails to load splash screen and side panel home tab. | Tofu Linden | |
2010-04-09 | Set up volume control code in webkit plugin for platform-specific ↵ | Monroe Linden | |
implementations Renamed LinuxVolumeCatcher class to VolumeCatcher. Everything in the header except the class name was already platform-agnostic, so I just renamed it to volume_catcher.h. Moved the stub implementation from the end of linux_volume_catcher.cpp (previously only used if LL_PULSEAUDIO_ENABLED was not defined) to dummy_volume_catcher.cpp, and made CMakeList.txt file use the dummy impl on Linux if PULSEAUDIO is not defined. Removed the ifdefs on the use of VolumeCatcher in MediaPluginWebkit, so it gets called on all platforms. Added a setPan() function to VolumeCatcher (currently unimplemented, but we'd like to have this capability in the future). | |||
2010-02-23 | slightly reduce the overhead of 'EXT-5601: Linux: volume adjustment of ↵ | Tofu Linden | |
web-based media / Flash' | |||
2010-02-22 | support LL_PULSEAUDIO_ENABLED=0 - probably. | Tofu Linden | |
2010-02-22 | comment improvement. | Tofu Linden | |
2010-02-22 | EXT-5601 Linux: volume adjustment of web-based media / Flash | Tofu Linden | |
Dynamic loading of pulseaudio works now. All that's left is to package-up the pulseaudio headers... | |||
2010-02-22 | more work on dynamic grabbing of PA syms. | Tofu Linden | |
2010-02-22 | start dynamic sym loading work. | Tofu Linden | |
2010-02-22 | minor comment tweak. | Tofu Linden | |
2010-02-22 | Do some decent cleanup in LinuxVolumeCatcherImpl's destructor. Though I ↵ | Tofu Linden | |
don't think media plugins are really 'destroyed' as we know it, their process just ends. | |||
2010-02-22 | Well, whaddyaknow.. it works. | Tofu Linden | |
More cleanup needed: need to dlopen()-ize the pulseaudio stuff | |||
2010-02-22 | comment tweak. | Tofu Linden | |
2010-02-22 | document the linux_volume_catcher high-level design | Tofu Linden | |
2010-02-22 | Wire the linux volume catcher into the webkit plugin. | Tofu Linden | |
2010-02-22 | Got this building okay now. It's not hooked-up to the webkit plugin yet, so ↵ | Tofu Linden | |
I don't know if it *works*. | |||
2010-02-22 | bunch o'fixing | Tofu Linden | |
2010-02-22 | pretty fleshed-out, now needs fixing-up. | Tofu Linden | |
2010-02-22 | Really start to fill the implementation in. | Tofu Linden | |
2010-02-22 | more work on the volume-catcher interface. | Tofu Linden | |
2010-02-22 | more work on the linux volume-catcher. | Tofu Linden | |
2010-02-22 | fill out the interface. | Tofu Linden | |
2010-02-22 | code code | Tofu Linden | |
2010-02-22 | start to build up this code | Tofu Linden | |