43 Commits (4b59682077deaa76fe039c856c29a898c332bc2d)

Author SHA1 Message Date
  jules 4b59682077 Wildcard matching fix for strings containing "*". 14 years ago
  jules 07b73e4071 StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 14 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. 14 years ago
  jules f35738afe0 Midi file fix to avoid multiple end-of-track events. Some openGL tweaks. 14 years ago
  jules dcc767868f Misc minor clean-ups. 14 years ago
  jules 39c9a4b725 Version number bump. 14 years ago
  jules c9cdf073dd Couple of small win32 fixes. Cleaned up win32 registry code. 14 years ago
  Julian Storer f18cb9f382 Some internal refactoring in PopupMenu. 14 years ago
  Julian Storer 638a93d639 Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 14 years ago
  Julian Storer 52a90374df AU path fix. Minor tweaks. Version number bump. 14 years ago
  Julian Storer 7c77e101fc Minor clean-ups. 14 years ago
  Julian Storer 098400ef31 Removed the Image::setPixelData method - this can be done with Image::BitmapData instead. OSX file chooser options change for aliased files. 14 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 14 years ago
  Julian Storer 65902c0b99 Module version update. 14 years ago
  Julian Storer 7f4e56191a Mouse click and colour tweaks. Changed OSX URL reading to avoid local caching. 14 years ago
  Julian Storer 24d40bdbb0 A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 14 years ago
  Julian Storer 2a2677d7ca Fix for incredibly subtle windows popupmenu problem. 14 years ago
  Julian Storer 9a9f570781 Tweaks to streams and gzip compressor. 14 years ago
  Julian Storer 9332efc10d Fix for subtle win32 mouse-button issue. Minor bwav fix. 14 years ago
  Julian Storer dce7cd9cd1 Added a unit-test, and removed constness from a couple more return types. 14 years ago
  Julian Storer aa6c2203d5 Minor additions to linux midi, AudioProcessorGraph, URL. 14 years ago
  Julian Storer 427941e8c3 Fix for BufferingAudioSource. 14 years ago
  Julian Storer 79090d1017 Improved the string hashing algorithm in the introjucer. 14 years ago
  Julian Storer 74df644356 New classes: OpenGLTexture, OpenGLFrameBuffer, OpenGLHelpers. 14 years ago
  Julian Storer 3d5b7685cd Tweaked linux HTTP code. Added a macro: JUCE_STRINGIFY. 14 years ago
  Julian Storer 2cae7a76f5 Linux http fix. Plugin header fix. win32 IME fix. 14 years ago
  Julian Storer c0fb38c35c Minor fix for Path. Added a missing file. 14 years ago
  Julian Storer da7e8603f7 Fix for plugin host build on mac, and minor tidy-up of some plugin hosting classes. 14 years ago
  Julian Storer 4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 14 years ago
  Julian Storer 3744efa6ea Tweaked some timings for mac native menus. Minor clean-ups. 14 years ago
  Julian Storer d86d68446c RTAS mac window position fix. Introjucer fixes for Windows. 14 years ago
  Julian Storer d55b7419ec Fixed a typo in the introjucer. C++0x fixes. 14 years ago
  Julian Storer ffc2f5d40e Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 14 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
  Julian Storer 81da96f1a2 Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 14 years ago
  Julian Storer c65c07312d Small fixes for Viewport and Identifier. 14 years ago
  Julian Storer c3a9c504d6 Added new module wrappers. 14 years ago
  Julian Storer 693132a6e5 Changed the way module code is wrapped by the Introjucer. 14 years ago
  Julian Storer 4808d9c318 Hard-coded some juce namespace declarations. 14 years ago
  Julian Storer d3bcbeef9c Introjucer saving optimisations. 14 years ago
  Julian Storer e7ca7963f0 VST fix. Updated the old jucer to be managed with an Introjucer project rather than manually. 14 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.. 14 years ago