55 Commits (cba76bef60d0f1ad50f94e81121db03f5750cf9f)

Author SHA1 Message Date
  jules 83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
  jules 22c72de736 VC2011 compiler tweaks. ReferenceCountedArray fix. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules b6a22826fe Updates to keep Xcode 4.3 happy. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules d70d017fc6 Docs fix. Version bump. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules a9103407d7 Version number bump. 13 years ago
  jules e8d58c7ff6 More workarounds for loading dodgy WAV files. Internal ComponentBuilder work. 13 years ago
  jules 17e7f22976 Wav format fix. Minor introjucer clean-ups. 13 years ago
  jules 673b8b5645 Updated some introjucer-generated defines. 13 years ago
  jules bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 13 years ago
  jules 4870ea28dd Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 13 years ago
  jules 43d9a4eb16 New class: ThreadLocalValue. 13 years ago
  jules 932ee2ebf6 VST host build fix. Removed a couple of MSVC warnings. 13 years ago
  jules 57091c833c Win32 openGL build fix. Added .wma file extension for Windows Media. 13 years ago
  jules bbac5a8790 New class: OpenGLShaderProgram, and GL clean-ups. 13 years ago
  jules fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 13 years ago
  jules 9b6780f15a Version number bump. 13 years ago
  jules 29def60175 Improvements to WindowsMediaAudioFormat. Added some functionality to LocalisedStrings, and added some translate() functions that can be used instead of the old TRANS macro. 13 years ago
  jules 5e53e8b980 Minor fix to WindowsMediaAudioFormat. 13 years ago
  jules 38eb7f8a5b New class: WindowsMediaAudioFormat. 13 years ago
  jules 2779a6dd4c Win32 GL tweaks. Performance improvement for CoreGraphicsImage. 13 years ago
  jules 66f686f7be Removed a spurious assertion in MemoryBlock. 13 years ago
  jules d1612df060 Fixed an mp3 glitch when seeking. 13 years ago
  jules b67c2ff240 Improved ID3 tag recognition in the MP3 decoder. 13 years ago
  jules 510df9fcdf Fixed a typo in the MP3 decoder. 13 years ago
  jules e60b2f3a20 New class: MP3AudioFormat. 13 years ago
  jules fb9af90b61 Updatesfor OSX 10.7 compatibility. 13 years ago
  jules 1b87d55ebb CoreAudio fix for PPC. 13 years ago
  jules ba2287033c Fixed a problem when reading mono audio formats. 13 years ago
  jules 2a780902ba Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix. 13 years ago
  jules 44a050c1aa Fix for the parameter types of Colour::fromRGBAFloat. Change on iOS to avoid enabling an audio input device unless needed. 13 years ago
  jules 674aa73dd7 Bumped the version number. 13 years ago
  jules 8ef30afad2 Added storage methods to AudioThumbnailCache. 13 years ago
  jules 8dd0a7e7f2 Fix for misaligned AIFF files. Introjucer fix for locally-copied files and MSVC optimisation. 13 years ago
  jules 40e8a8916b Bumped version and updated project files. 13 years ago
  jules 07b73e4071 StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 13 years ago
  jules 6b07bfb51b Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 13 years ago
  jules 39c9a4b725 Version number bump. 13 years ago
  Julian Storer 52a90374df AU path fix. Minor tweaks. Version number bump. 13 years ago
  Julian Storer 65902c0b99 Module version update. 13 years ago
  Julian Storer 9332efc10d Fix for subtle win32 mouse-button issue. Minor bwav fix. 13 years ago
  Julian Storer 79090d1017 Improved the string hashing algorithm in the introjucer. 13 years ago
  Julian Storer 54eb263055 Fixed a threading problem in BufferingAudioSource. 13 years ago
  Julian Storer 2cae7a76f5 Linux http fix. Plugin header fix. win32 IME fix. 13 years ago
  Julian Storer 4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 13 years ago
  Julian Storer d55b7419ec Fixed a typo in the introjucer. C++0x fixes. 13 years ago
  Julian Storer c0efd6c317 Tidied up a couple of msvc warning/errors. 14 years ago
  Julian Storer 8aa60b9361 Minor URL additions and introjucer work. 14 years ago