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 c1d8ac22df New Component::setBounds() method using a RelativeRectangle. 14 years ago
..
jucer_GroupInformationComponent.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
jucer_GroupInformationComponent.h 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
jucer_NewFileWizard.cpp win32 openGL tweaks. Fixes for a couple of File methods. New "cpp + header" file creation option for the new jucer. 14 years ago
jucer_NewFileWizard.h win32 openGL tweaks. Fixes for a couple of File methods. New "cpp + header" file creation option for the new jucer. 14 years ago
jucer_NewProjectWizard.cpp Minor fix for ReferenceCountedArray. Tweak to jucer template code. 14 years ago
jucer_NewProjectWizard.h More Jucer reorganisation 15 years ago
jucer_Project.cpp Couple of minor jucer tweaks. 14 years ago
jucer_Project.h Couple of minor jucer tweaks. 14 years ago
jucer_ProjectContentComponent.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
jucer_ProjectContentComponent.h 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
jucer_ProjectExport_MSVC.h New class: NewLine, which provides a clean way to write new-line sequences to streams or strings, and a way to customise the new-line sequence used by an OutputStream. 14 years ago
jucer_ProjectExport_Make.h Added a class Graphics::ScopedSaveState. Fixed a window dragging problem in win32, some VC6 compile errors, and made the jucer makefile builder use the target binary folder. 14 years ago
jucer_ProjectExport_XCode.h 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
jucer_ProjectExporter.cpp Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings. 14 years ago
jucer_ProjectExporter.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 14 years ago
jucer_ProjectInformationComponent.cpp New Component::setBounds() method using a RelativeRectangle. 14 years ago
jucer_ProjectInformationComponent.h New Component::setBounds() method using a RelativeRectangle. 14 years ago
jucer_ProjectSaver.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 14 years ago
jucer_ProjectTreeViewBase.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 14 years ago
jucer_ProjectTreeViewBase.h Changed LookAndFeel::getDefaultFolderImage and getDefaultDocumentFileImage to return drawables instead of images. 14 years ago
jucer_ResourceFile.cpp ActiveX browser plugin fix. File extension changes in the new jucer. 15 years ago
jucer_ResourceFile.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 14 years ago
jucer_TreeViewTypes.cpp ActiveX browser plugin fix. File extension changes in the new jucer. 15 years ago
jucer_TreeViewTypes.h Fix for osx10.5 window resizing. Misc Jucer tweaks. 14 years ago