85 Commits (d75c31bf6424909d87d46fb2eb33433a51a90f12)

Author SHA1 Message Date
  jules 2792bd2761 Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad() 10 years ago
  jules 7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 10 years ago
  jules 74571aba11 New class: MountedVolumeListChangeDetector 10 years ago
  jules 44fa2827ad Resaved projects. 10 years ago
  jules dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 10 years ago
  jules a382bfc008 Resaved project files 10 years ago
  jules 336b7974d7 Added class: NormalisableRange, to represent a mapping from an arbitrary range down to 0->1 10 years ago
  jules c8d78eb8ac Spelling correction. 10 years ago
  jules 811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 10 years ago
  jules 77afce6297 Added a couple of missing overrides 10 years ago
  jules 08a49cb6d4 Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel 10 years ago
  jules 527d1459df Added a velocity argument to the synthesiser noteOff methods. 10 years ago
  jules 0db3ccf3e6 Fixed a few typos in the demo 10 years ago
  jules ee9531dd53 Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason. 10 years ago
  jules 86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 10 years ago
  jules d16e5f4e80 Added a list of IP addresses to the juce demo system info page. 10 years ago
  jules c6dcbe5739 Made the juce demo clean up in the right order when quitting, to avoid problems with the GL demo. 10 years ago
  jules 21f13fb909 Resaved some project files. 11 years ago
  jules 2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 11 years ago
  jules 56983c8080 Tweak to the GL demo to avoid problems on android where openGLContextClosing doesn't get called. 11 years ago
  jules ab774b814e Added a method Time::getCompilationDate() 11 years ago
  jules 0bf57ddf0c Added a method RectangleList::ensureStorageAllocated 11 years ago
  jules 3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
  jules 6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
  jules b65dfbfc7c Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText() 11 years ago
  jules 69ff02b46c Couple of fixes for a UTF-32 build. 11 years ago
  jules 4317f60173 Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 11 years ago
  jules 90d317a74a Workaround for missing java method in some android SDKs 11 years ago
  jules a06e23e606 Minor fix to demo app. 11 years ago
  jules f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 11 years ago
  jules 65f01eb6f7 Introjucer: tweaked Xcode project structure to avoid warning about architectures. 11 years ago
  jules 75770f293c New class: SharedResourcePointer 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 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 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 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 fa2b42a742 Android GL fixes. 11 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 11 years ago
  jules 8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 11 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 11 years ago