24 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  ed a8aafed53d Removed some unnecessary virtual keywords 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed a54da0b832 Fixed some more typos 5 years ago
  ed 4edb0d2c90 Tidied up some divider comments 5 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  hogliux 8bb56fcad8 Try to re-use the current selected audio device if sharing an AudioDeviceManager with an AudioAppComponent 7 years ago
  ed 381f97492a Added a constructor to AudioAppComponent that takes a reference to a shared AudioDeviceManager 7 years ago
  Noah Dayan 1d43cdb508 Add missing documentation to juce_AudioAppComponent.h 7 years ago
  Noah Dayan 731dfdac3a Add clarification in documentation of juce_AudioAppComponent.h 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 0121a020b6 Added optional parameter to restore audio settings state in AudioAppComponent 8 years ago
  hogliux c67c1d4ef9 Added missing JUCE_API keywords 8 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules f02562f2c4 Fixed some documentation. 10 years ago
  Felix Faire c81ee3b5be Added AudioAppExample file in examples 10 years ago
  Felix Faire 06b9bdefb6 Added AudioComponentTemplate 10 years ago
  jules 653a68ddee Added includes of new template classes. 10 years ago
  jules 4f591df870 Initial check-in of new simple app helper classes 10 years ago
  jules 636ffe68d3 A bit more minor cleaning-up. 11 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 11 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 13 years ago
  Julian Storer 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer 0853a9b686 Removed const-ness from some return types to take advantage of future c++0x advantages. 14 years ago
  Julian Storer 5d98779f19 Updated the date in the copyright notice. 14 years ago
  Julian Storer a5cf4030f5 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
  Julian Storer 27506c2120 Copyright notice update. 15 years ago
  Julian Storer 7bc8db2ff4 Minor code style tweaks. 15 years ago
  Julian Storer f744dd9062 Initial check-in of a CodeEditorComponent class. Also tweaked ProgressBar to stop it sometimes moving too slowly. 15 years ago
  jules 4d16424d9c 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. 15 years ago
  jules 395e68b7a2 Updated the text of the copyright/license blurb at the top of each source file. 15 years ago
  jules 29e2de7fd0 cosmetic cleanup 17 years ago
  jules 7ed0423f37 17 years ago
  jules 15dfdff5f8 (automatic tidy-up of whitespace) 18 years ago
  jules 94cfda5062 18 years ago