1528 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  jules bc2f908c9c Added 'override' keywords to some introjucer template files 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules 783af9c332 Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1 11 years ago
  jules a0c18acb1e Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 11 years ago
  jules 060a8cb05f Introjucer: added customisable VST category setting. 11 years ago
  jules fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 11 years ago
  jules e74698bed4 Tweaked the fonts demo to display the fonts using point sizes. 11 years ago
  jules 35fd84cc52 Better parsing of openGL SL version number. 11 years ago
  jules 7992319dc0 Added new LookAndFeel page to the juce demo (Thanks Dave!) 11 years ago
  jules c1098806cb Made sure the demo cleans up the bubble message components that it uses. 11 years ago
  jules 9abf1ff000 Introjucer: added option to translation tool to merge existing translations. 11 years ago
  jules 53fcb23e26 (Added missing .sln file from last check-in) 11 years ago
  jules 8d834b29a1 Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin. 11 years ago
  jules 8146a6bc37 Fix for android 'ant clean' operation. 11 years ago
  jules b1b08106bf Updated OpenGLGraphicsContext to be able to use GL3 contexts. 11 years ago
  jules 12fb13bdea Tweaks for OpenGL 3 support. 11 years ago
  jules 8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 11 years ago
  jules 47aad5a8e7 Replaced some win32 cpuid code. 11 years ago
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 11 years ago
  jules 51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 11 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 11 years ago
  jules fa2b42a742 Android GL fixes. 11 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 11 years ago
  jules 4c6e655f0f Introjucer: made the tooltip entry box multi-line. 11 years ago
  jules 95d9d489a1 Removed an obsolete AAX config. 11 years ago
  jules 8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 11 years ago
  jules 7ae92cf1ba Added juce version display to plugin demo. 11 years ago
  jules 70f8ae36e9 Introjucer: removed redundant plugin website field, and used the website value that's already set for the project instead when creating plugin projects. 11 years ago
  jules ba2ae2dd12 Introjucer: added some backslashes to the plugin install script path. 11 years ago
  jules 705f73610c Introjucer: larger field sizes. 11 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 11 years ago
  jules e22e536626 Couple of tweaks to VST3 generation. 11 years ago
  jules 8469269b10 Introjucer font selector typo fix. 11 years ago
  jules 4fe7240eb2 Initial version of VST3 plugin support. 11 years ago
  jules fb2a5fc857 Updates to introjucer for VST3 targets. 11 years ago
  jules 5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 11 years ago
  jules 633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules d20279d1db Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32. 11 years ago
  jules 5b25b303fb Cleaned up some minor stuff in the GL demo and PathStrokeType. 11 years ago
  jules cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 11 years ago
  jules 3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 11 years ago
  jules 593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 11 years ago
  jules 45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 11 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 11 years ago
  jules ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules 16469fefe9 Spelling fix. 11 years ago
  jules 4e085e7707 Introjucer: added a "save all" command. 11 years ago
  jules b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 11 years ago