770 Commits (fee33f45fdd9f68ed547b7479f53e4c716ee919d)

Author SHA1 Message Date
  jules 9b38f91226 Fixed a compile problem in VSTs. Minor clean-ups. 14 years ago
  jules 07b73e4071 StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 14 years ago
  jules ce0b4bdb9c Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox. 14 years ago
  jules f35738afe0 Midi file fix to avoid multiple end-of-track events. Some openGL tweaks. 14 years ago
  jules 5a45b4f4c6 New class: OpenGLFrameBufferImage, which wraps a framebuffer inside a juce Image. 14 years ago
  Julian Storer 52a90374df AU path fix. Minor tweaks. Version number bump. 14 years ago
  Julian Storer b114339c3f New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 14 years ago
  Julian Storer 6e82a92d07 Changed the introjucer's hash-generation algorithm. 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 dce7cd9cd1 Added a unit-test, and removed constness from a couple more return types. 14 years ago
  Julian Storer bd9a32c757 Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 14 years ago
  Julian Storer 79090d1017 Improved the string hashing algorithm in the introjucer. 14 years ago
  Julian Storer 54eb263055 Fixed a threading problem in BufferingAudioSource. 14 years ago
  Julian Storer 74df644356 New classes: OpenGLTexture, OpenGLFrameBuffer, OpenGLHelpers. 14 years ago
  Julian Storer 6b94c7598d Tarted-up the openGL demo, and made the iOS demo the same as the normal one. Changed the opengl module to include gl.h automatically, so that your app doesn't need to include it. 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 5fc80a9b79 Fix for win32 file icon extraction. 14 years ago
  Julian Storer 5b92d8cc8f Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class. 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 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 14 years ago
  Julian Storer dab3472756 Fixed a typo in the introjucer. 14 years ago
  Julian Storer cdd1778630 Modal component deletion fix. Minor addition to ComponentAnimator. 14 years ago
  Julian Storer ae30b5c50a Made introjucer avoid any version-control files. 14 years ago
  Julian Storer c0efd6c317 Tidied up a couple of msvc warning/errors. 14 years ago
  Julian Storer 172d2a1c8b Introjucer work. 14 years ago
  Julian Storer 113dd5627b Tweaked browser plugin demo plist. 14 years ago
  Julian Storer 8aa60b9361 Minor URL additions and introjucer work. 14 years ago
  Julian Storer 64ee6d54d9 Introjucer MSVC absolute path fix. 14 years ago
  Julian Storer f04875879e Introjucer work. Improved command line tokenisation in OSX. 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 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
  Julian Storer 1a21c89755 Quicktime fix. 14 years ago
  Julian Storer 8d7194803e More NPAPI FF fixes. 14 years ago
  Julian Storer 1cc25eb765 NPAPI FF4 fix. 14 years ago
  Julian Storer f89fa9456a Sorted out some windows header files. Introjucer RTAS VC project fix. 14 years ago
  Julian Storer bf68f7932e Android mono audio device fix. More introjucer work. 14 years ago
  Julian Storer e130af03ec Introjucer refactoring, moving more functionality from the ProjectExporters and into the ProjectTypes. Slightly altered the structure of nested groups that is generated, and tweaked the demo projects to reflect this. Couple of minor fixes to symbol exporting and CoreAudioFormat. 14 years ago
  Julian Storer 7844647bf3 Removed a spurious file. 14 years ago
  Julian Storer 2100e68adc Fixed VST hosting compile error. Stopped the ApplicationProperties class being a singleton - instead, just create and use an instance of it in your apps. 14 years ago
  Julian Storer cf4ecfacac Changed some obj-C literals to avoid cross-linkage problems in plugins. More introjucer work. 14 years ago
  Julian Storer 3d8ce244b1 New class: CoreAudioFormat, for using system audio codecs in OSX and iOS. 14 years ago