The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Storer 4e52fac18e Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 14 years ago
..
AudioDemoLatencyPage.cpp Improved the coding standards used in the juce demo project. 14 years ago
AudioDemoLatencyPage.h Improved the coding standards used in the juce demo project. 14 years ago
AudioDemoPlaybackPage.cpp Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 14 years ago
AudioDemoPlaybackPage.h Improved the coding standards used in the juce demo project. 14 years ago
AudioDemoRecordPage.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 14 years ago
AudioDemoRecordPage.h New class AbstractFifo - a lock-free fifo helper class. New class AudioFormatWriter::ThreadedWriter, which helps stream an audio file to disk on a background thread. Simplified the juce demo audio recorder using this new class. 14 years ago
AudioDemoSetupPage.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoSetupPage.h Minor code clean-ups. 15 years ago
AudioDemoSynthPage.cpp Improved the coding standards used in the juce demo project. 14 years ago
AudioDemoSynthPage.h Improved the coding standards used in the juce demo project. 14 years ago
AudioDemoTabComponent.cpp Cleaned up some compiler warings in the demo. Minor Viewport tweak. 15 years ago
AudioDemoTabComponent.h Minor code clean-ups. 15 years ago
CameraDemo.cpp Improved the coding standards used in the juce demo project. 14 years ago
CodeEditorDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
DragAndDropDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
FontsAndTextDemo.cpp Improved the coding standards used in the juce demo project. 14 years ago
InterprocessCommsDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
OpenGLDemo.cpp Improved the coding standards used in the juce demo project. 14 years ago
QuickTimeDemo.cpp Improved the coding standards used in the juce demo project. 14 years ago
RenderingTestComponent.cpp Added some assertions, fixed a win32 mouse mouse cursor problem, tweaked PopupMenu::showAt(). 14 years ago
RenderingTestComponent.h Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 15 years ago
TableDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
ThreadingDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
TreeViewDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
WebBrowserDemo.cpp New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
WidgetsDemo.cpp Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 14 years ago