1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/src
2011-04-20 17:31:49 +01:00
..
application Refactored the DragAndDropTarget callback methods, to replace the parameters with a structure. This also affects the TreeViewItem drag-and-drop callback methods. 2011-04-14 13:33:01 +01:00
audio Fix for return key and multi-touch handling on iOS. Added CoreText typeface support for newer OSX and iOS versions. Experimental support for latency correction in the AudioProcessorGraph. File extension fix for directories. Experimental support for openGL threading. 2011-04-19 15:52:10 +01:00
containers Changed the var class to be able to hold any ReferenceCountedObject rather than just a DynamicObject. Altered the drag-and-drop classes to use a var instead of a String as the drag description. This affects the getDragSourceDescription() methods in the TreeViewItem, ListBoxModel and TableListBoxModel classes, which now return a var instead of a String. 2011-04-14 20:13:12 +01:00
core ComboBox focus fix. OpenGLComponent fixes. Result class safety tweaks. 2011-04-20 17:31:49 +01:00
cryptography Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 2011-04-07 13:49:01 +01:00
events Fix for audio plugin builds on win32. AudioProcessorGraph optimisations. Access to min/max values in audio thumbnails. More metadata support for wav and aiff formats. 2011-04-13 11:28:35 +01:00
gui ComboBox focus fix. OpenGLComponent fixes. Result class safety tweaks. 2011-04-20 17:31:49 +01:00
io Fix for return key and multi-touch handling on iOS. Added CoreText typeface support for newer OSX and iOS versions. Experimental support for latency correction in the AudioProcessorGraph. File extension fix for directories. Experimental support for openGL threading. 2011-04-19 15:52:10 +01:00
maths More 'nullptr' updates and minor clean-ups. 2011-04-07 22:20:25 +01:00
memory Mac hostname fix. Minor clean-ups. 2011-04-09 16:25:09 +01:00
native Fix for return key and multi-touch handling on iOS. Added CoreText typeface support for newer OSX and iOS versions. Experimental support for latency correction in the AudioProcessorGraph. File extension fix for directories. Experimental support for openGL threading. 2011-04-19 15:52:10 +01:00
text More minor nullptr stuff. 2011-04-07 23:02:48 +01:00
threads Fix for return key and multi-touch handling on iOS. Added CoreText typeface support for newer OSX and iOS versions. Experimental support for latency correction in the AudioProcessorGraph. File extension fix for directories. Experimental support for openGL threading. 2011-04-19 15:52:10 +01:00
utilities New class: Result, for returning error messages from operations. Used this class to report file errors in FileInputStream and FileOutputStream. 2011-04-16 17:08:53 +01:00
juce_app_includes.h Renamed the audio/plugins folder. 2011-04-09 17:19:21 +01:00
juce_core_includes.h New class: Result, for returning error messages from operations. Used this class to report file errors in FileInputStream and FileOutputStream. 2011-04-16 17:08:53 +01:00
juce_DefineMacros.h Updated the date in the copyright notice. 2011-03-09 11:36:34 +00:00
juce_WithoutMacros.h Updated the date in the copyright notice. 2011-03-09 11:36:34 +00:00