229 Commits (7829d1e4bfc4053d045bb52f134ee4fa4e2a8ea7)

Author SHA1 Message Date
  jules 8149502c8b Made SortedSet::add() return a bool. Improvements to code editor indents. 13 years ago
  jules 8a10be5c14 Subtle change to behaviour of SortedSet::add. 13 years ago
  jules 67ee4a6201 New method Process::makeForegroundProcess() (only implemented in OSX) 13 years ago
  jules e0f1224a75 Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 13 years ago
  jules 8664fdc862 AAX: got basic audio + gui working. 13 years ago
  jules 195495a989 Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. 13 years ago
  jules 5001ead53a OSX 10.5 SDK and GCC fixes. 13 years ago
  jules fdb176b9e9 Windows drag-and-drop fix. OSX 10.5 build fix. 13 years ago
  jules 8a006e589c Cleaned up some application startup code. 13 years ago
  jules 4f206a3f3a Version bump. 13 years ago
  jules fab78ea09e Fixed a leak in OwnedArray. 13 years ago
  jules d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 13 years ago
  jules 98e37b8e7a Minor MSVC compatibility fix. 13 years ago
  jules c3b0903b74 Workaround for compiling with VC2012. 13 years ago
  jules 75d72d6323 Version number bump. 13 years ago
  jules b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 13 years ago
  jules d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. 13 years ago
  jules 74e687aa99 Added a String << operatator that takes int64. 13 years ago
  jules 2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 13 years ago
  jules cf4c9c9823 Tweaks to some posix code. 13 years ago
  jules e864ac8109 New method: Process::setDockIconVisible() 13 years ago
  jules 9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 13 years ago
  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