1511 Commits (d5cd1663db4cfb1b158114b9f7499fc334e40b6b)

Author SHA1 Message Date
  jules 47aad5a8e7 Replaced some win32 cpuid code. 12 years ago
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 12 years ago
  jules 51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 12 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 12 years ago
  jules fa2b42a742 Android GL fixes. 12 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 12 years ago
  jules 4c6e655f0f Introjucer: made the tooltip entry box multi-line. 12 years ago
  jules 95d9d489a1 Removed an obsolete AAX config. 12 years ago
  jules 8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 12 years ago
  jules 7ae92cf1ba Added juce version display to plugin demo. 12 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. 12 years ago
  jules ba2ae2dd12 Introjucer: added some backslashes to the plugin install script path. 12 years ago
  jules 705f73610c Introjucer: larger field sizes. 12 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 12 years ago
  jules e22e536626 Couple of tweaks to VST3 generation. 12 years ago
  jules 8469269b10 Introjucer font selector typo fix. 12 years ago
  jules 4fe7240eb2 Initial version of VST3 plugin support. 12 years ago
  jules fb2a5fc857 Updates to introjucer for VST3 targets. 12 years ago
  jules 5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 12 years ago
  jules 633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 12 years ago
  jules 76c8400049 Really minor clean-ups. 12 years ago
  jules d20279d1db Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32. 12 years ago
  jules 5b25b303fb Cleaned up some minor stuff in the GL demo and PathStrokeType. 12 years ago
  jules cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 12 years ago
  jules 3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 12 years ago
  jules 593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 12 years ago
  jules 45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 12 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 12 years ago
  jules ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 12 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 12 years ago
  jules 16469fefe9 Spelling fix. 12 years ago
  jules 4e085e7707 Introjucer: added a "save all" command. 12 years ago
  jules b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 12 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 12 years ago
  jules a2705927c9 Introjucer: tweak to the VS2010 toolset types. 12 years ago
  jules b6a907290b Introjucer: added option to set the toolset in VC2010 projects. 12 years ago
  jules 64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 12 years ago
  jules dcb7e61ed5 Redesigned CoreAudio for better handling of separate in/out devices. 12 years ago
  jules bb4aa53773 Minor clean-up. 12 years ago
  jules a2ffe5e6eb Introjucer: added TRANS macro to GUI designed generated code. 12 years ago
  jules b7ebb273d9 Made the GL demo page clean up its attributes to avoid problems on nvideo cards. 12 years ago
  jules 9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 12 years ago
  jules d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 12 years ago
  jules 08c2fce9b5 Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button. 12 years ago
  jules 79d60f0b35 Updated some browser plugin build paths. 12 years ago
  jules 8ba781aa81 Added a demo page for the live constant editor stuff. 12 years ago
  jules be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 12 years ago
  jules 331ce9ff8c Couple of minor clean-ups. 12 years ago
  jules 33b8c017f7 Added an icon for the Android build of the demo. 12 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 12 years ago