1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/src/application
2011-07-09 13:18:55 +01:00
..
juce_Application.cpp Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details. 2011-06-29 14:39:37 +01:00
juce_Application.h Removed const-ness from some return types to take advantage of future c++0x advantages. 2011-06-15 20:32:29 +01:00
juce_ApplicationCommandID.h Updated the date in the copyright notice. 2011-03-09 11:36:34 +00:00
juce_ApplicationCommandInfo.cpp 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
juce_ApplicationCommandInfo.h 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
juce_ApplicationCommandManager.cpp Removed const-ness from some return types to take advantage of future c++0x advantages. 2011-06-15 20:32:29 +01:00
juce_ApplicationCommandManager.h Removed const-ness from some return types to take advantage of future c++0x advantages. 2011-06-15 20:32:29 +01:00
juce_ApplicationCommandTarget.cpp 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
juce_ApplicationCommandTarget.h Updated the date in the copyright notice. 2011-03-09 11:36:34 +00:00
juce_ApplicationProperties.cpp Fixed VST hosting compile error. Stopped the ApplicationProperties class being a singleton - instead, just create and use an instance of it in your apps. 2011-07-09 13:18:55 +01:00
juce_ApplicationProperties.h Fixed VST hosting compile error. Stopped the ApplicationProperties class being a singleton - instead, just create and use an instance of it in your apps. 2011-07-09 13:18:55 +01:00