1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/src/application
2010-03-27 18:29:09 +00:00
..
juce_Application.cpp Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
juce_Application.h Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
juce_ApplicationCommandID.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_ApplicationCommandInfo.cpp Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_ApplicationCommandInfo.h Minor code clean-ups. 2010-03-27 18:29:09 +00:00
juce_ApplicationCommandManager.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_ApplicationCommandManager.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_ApplicationCommandTarget.cpp Clean-ups and small fix for plugin hosting classes. 2010-01-04 10:05:39 +00:00
juce_ApplicationCommandTarget.h Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings. 2010-03-22 21:05:42 +00:00
juce_ApplicationProperties.cpp New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
juce_ApplicationProperties.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00