38 Commits (0280c57ff0368f8ccbfca605cc41f47f89ba217b)

Author SHA1 Message Date
  Julian Storer 1fc8f483e2 Tweaked lots of code to help things compile on the iPhone (still work-in-progress). 15 years ago
  Julian Storer 3ae9ac0295 added some changes to make the core library compile on the iPhone (none of the UI code is done yet). In the process of this, fixed some endianness problems in SystemStats::getMACAddresses, and changed some of the mac code for timing, directory searching, etc to use different APIs internally. 15 years ago
  Julian Storer deeb652939 fixed a seek bug in the flac reader; added a JucePlugin_TailLengthSeconds setting for plugins; made the colour class limit the HSV values that are passed into it 15 years ago
  Julian Storer 9aa0c05ac2 Complete revamp of the Juce Demo's audio page, to include several tabs of handy demos, including audio recording, synths, playback, audio thumbnails and an automatic round-trip latency detector 15 years ago
  Julian Storer a90a65343c whitespace tidying-up 15 years ago
  Julian Storer c2e85238c8 minor updates for XCode 3.2 compatibility 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. 16 years ago
  jules 61f0d6903e minor whitespace clean-up 16 years ago
  jules ea83c7ee5e Collected all the platform-specific code from the different build folders into a new folder in src/native. Also removed support for OSX10.2 16 years ago
  jules 13d8703ffc Added the CameraDevice class to allow webcam capture! 16 years ago
  jules e24662925d Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 16 years ago
  jules 540474d0ce Rewrote MessageManagerLock (again), hopefully now making it bulletproof. Also gave it an extra constructor and changed the threads section of the juce demo to use messagemanagerlocks to animate its components. Stopped using NSLog on the mac because it's unsafe for non-literal strings. Added a bodge to fake italic fonts on the mac if a real italic is unavailable. Added a new class: CallbackMessage, for triggering a custom callback on the event thread. Updated the RTAS plugin build to use the 8.0 version of the SDK. Fixed a problem with ComponentDraggers when working inside a magnifier component. 16 years ago
  jules 975851d31c Altered the way MessageManagerLocks are applied internally; tweaked ResamplingAudioSource to avoid a DC offset condition; changed AudioUnitPluginFormat to handle null-pointers; added a method to get all the currently modal components as well as just the most recent; changed AlertWindow to allow more customisation by the look and feel; added a few handy methods to Rectangle; 16 years ago
  jules 08d0621c07 whitespace clean-up 16 years ago
  jules 19f99e6c5c added a missing file to the mac project 16 years ago
  jules 47cf2369e5 16 years ago
  jules 9d6a41e7f6 17 years ago
  jules 443637831e 17 years ago
  jules 4aaa65f52b 17 years ago
  jules a6f55829b3 17 years ago
  jules 117b36da19 17 years ago
  jules 8e959a6d78 17 years ago
  jules 0108b2f1d2 17 years ago
  jules 8471edfcd2 17 years ago
  jules af097645d3 17 years ago
  jules 5ed7520324 17 years ago
  jules 701175832b added the QuickTimeAudioFormat class 17 years ago
  jules 7bd917a933 17 years ago
  jules 346c3de206 17 years ago
  jules a9e726681c 17 years ago
  jules e5dc936c5b 17 years ago
  jules 60e1be176e added FileDragAndDropTarget class and rewrote all the drag handling code 17 years ago
  jules 8229d215a6 Added the AudioProcessor and related classes to the source tree. 17 years ago
  jules 1e5a9ad56e 18 years ago
  jules ad1c2b740b 18 years ago
  jules 205304c3a9 changed the look and feel classes, to make "shiny" the new default look, and moved the old look into an OldSchoolLookAndFeel class. 18 years ago
  jules 0926af719f added FileTreeComponent and DirectoryContentsDisplayComponent. 18 years ago
  jules 94cfda5062 18 years ago