| .. |
|
juce_audio_basics
|
Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings.
|
12 years ago |
|
juce_audio_devices
|
A few android warning fixes.
|
12 years ago |
|
juce_audio_formats
|
Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings.
|
12 years ago |
|
juce_audio_plugin_client
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
|
juce_audio_processors
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
12 years ago |
|
juce_audio_utils
|
Cleaned up some unused variables.
|
12 years ago |
|
juce_box2d
|
Version number update
|
12 years ago |
|
juce_browser_plugin
|
Version number update
|
12 years ago |
|
juce_core
|
Added an overloaded translate() function that takes CharPointer_UTF8
|
12 years ago |
|
juce_cryptography
|
Improved the SHA256 unit test, and added test for MD5.
|
12 years ago |
|
juce_data_structures
|
Version number update
|
12 years ago |
|
juce_events
|
Version number update
|
12 years ago |
|
juce_graphics
|
Cleaned up some unused variables.
|
12 years ago |
|
juce_gui_basics
|
Removed the constness from the return type of LookAndFeel::getTypefaceForFont(), to allow the move operator to be used.
|
12 years ago |
|
juce_gui_extra
|
Had a look at the SplashScreen class, and realised it was total crap, so redesigned it to avoid using any modal loop nastiness, and to encourage initialisation on background threads.
|
12 years ago |
|
juce_opengl
|
Fix for openGL rendering engine in native-titlebar windows.
|
12 years ago |
|
juce_video
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
12 years ago |