This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-25 02:04:23 +00:00
Code
Activity
49320b25d2
JUCE
/
extras
/
audio plugin host
History
Download ZIP
Download TAR.GZ
Julian Storer
84a8695561
Moved cursor update and unbounded mouse movement handling code into MouseInputSource.
2010-02-25 10:08:00 +00:00
..
Builds
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
2010-02-21 19:04:41 +00:00
JuceLibraryCode
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
2010-02-21 19:04:41 +00:00
Source
Moved cursor update and unbounded mouse movement handling code into MouseInputSource.
2010-02-25 10:08:00 +00:00
Plugin Host.jucer
Updates to jucer-generated projects.
2010-02-16 12:19:31 +00:00