207 Commits (cd5893d6e8b51b8ca133fc01e43664fe5839b2cc)

Author SHA1 Message Date
  jules 7afbc077e7 Version update. 13 years ago
  jules 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 13 years ago
  jules deeab7f818 Minor tidying-up. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules 2d441a63ee Added an int64 operator<< to OutputStream. 13 years ago
  jules 7d8d4b9627 Fixed a juce_core dependency problem. 13 years ago
  jules 100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. 13 years ago
  jules 165bed1fbf Tidied up SortedSet. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
  jules e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 13 years ago
  jules 0425df49d7 Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 13 years ago
  jules 8092d7d695 Added a HeapBlock constructor. 13 years ago
  jules 9821174709 Template changes to some array sort methods. 13 years ago
  jules b1cc8cce00 Couple of additions to MemoryInputStream. 13 years ago
  jules dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. 13 years ago
  jules 8419bebe4c Minor HashMap clean-up. 13 years ago
  jules ed63dc104c Fixes for SortedSet. 13 years ago
  jules f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 13 years ago
  jules add0cf77e1 Avoided some c++11 nullptr problems with VC2011. 13 years ago
  jules 583fbb03d3 Avoided a name clash with old Carbon headers. 13 years ago
  jules 56a4537088 Added method StringArray::swapWith(). 13 years ago
  jules 943a8ef757 Added a get() method to ReferenceCountedObjectPtr. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  jules 4302cd78ec Minor tidying up in OSX URL code. 13 years ago
  jules 95b94d6d10 Fixes for OSX URL streams. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules 40929e5db9 Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 13 years ago
  jules 7c8eb56f04 Android: fix to prevent app restarts when rotating. 13 years ago
  jules bdcfdecc65 Minor addition to OptionalScopedPointer. Documentation fix. 13 years ago
  jules 584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 13 years ago
  jules d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 13 years ago
  jules 154616d271 Documentation typo fix. 13 years ago
  jules cb77241d20 Fixed some documentation typos. 13 years ago
  jules 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules 75ad35f786 Improved File::moveFileTo and made file renaming in the introjucer more robust. 13 years ago
  jules 4f590f036d Added better constructors for AudioSourceChannelInfo. 13 years ago
  jules fa90b55cdd Fix for a deadlock in some (rare) threading situations. 13 years ago
  jules ee4618d863 Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components. 13 years ago
  jules 438159d01a Added a flag to disable inline asm. 13 years ago
  jules bb2d7683e5 Linux VST header fix. 13 years ago
  jules cf5163a68d Updated some win32 video code. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules 3f953ca21d Change to assertions to get Xcode 4 to work better. 13 years ago
  jules 535f248c53 Rearranged some error-catching code. 13 years ago