| .. |
|
juce_Atomic.h
|
Fix for atomics in OSX10.4, and popup menus on unusual monitor arrangements.
|
2010-02-09 15:08:59 +00:00 |
|
juce_ByteOrder.h
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
2010-01-10 22:00:59 +00:00 |
|
juce_FileLogger.cpp
|
Tweaked file logger to not print the messages in release mode.
|
2010-02-13 13:21:33 +00:00 |
|
juce_FileLogger.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Initialisation.h
|
Fix for String copying thread-safety, and some minor compile issues.
|
2010-02-08 16:23:01 +00:00 |
|
juce_Logger.cpp
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
2010-01-02 23:01:18 +00:00 |
|
juce_Logger.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_MathsFunctions.h
|
Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future).
|
2010-01-14 14:49:25 +00:00 |
|
juce_Memory.h
|
Removed win32 compile warnings, fixed a couple of mac 10.4 definitions.
|
2010-01-21 10:28:02 +00:00 |
|
juce_PerformanceCounter.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PerformanceCounter.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PlatformDefs.h
|
Removed the (rather pointless) granularity value from the array objects. Converted a few macros into functions and other misc code clean-ups.
|
2010-01-13 18:58:40 +00:00 |
|
juce_PlatformUtilities.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Random.cpp
|
Updated some auto-generated projects.
|
2010-02-13 15:06:45 +00:00 |
|
juce_Random.h
|
Updated some auto-generated projects.
|
2010-02-13 15:06:45 +00:00 |
|
juce_RelativeTime.cpp
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_RelativeTime.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Singleton.h
|
Added midi out to AudioProcessorGraphs. Improved documenation for Singletons. Added a couple of methods to String. Fixed a small bug in ogg-vorbis decoding.
|
2009-11-26 21:30:51 +00:00 |
|
juce_StandardHeader.h
|
Internal refactoring of mouse-event classes, as the first step towards multi-touch support.
|
2010-02-24 13:19:10 +00:00 |
|
juce_SystemStats.cpp
|
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 |
|
juce_SystemStats.h
|
Added methods to SystemStats to return the user's name.
|
2010-02-05 18:36:19 +00:00 |
|
juce_TargetPlatform.h
|
Fix for linux atomics. Fix for ScopedPointer in some compilers. Mac PPC build fix.
|
2010-02-09 10:44:45 +00:00 |
|
juce_Time.cpp
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Time.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Uuid.cpp
|
Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent.
|
2010-01-24 20:46:34 +00:00 |
|
juce_Uuid.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |