| .. |
|
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
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +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
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
2010-03-11 10:16:02 +00:00 |
|
juce_MathsFunctions.h
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +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
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
2010-03-11 10:16:02 +00:00 |
|
juce_PlatformUtilities.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_Random.cpp
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +00:00 |
|
juce_Random.h
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +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
|
Work-arounds for compiling with VC6.
|
2010-03-11 11:37:40 +00:00 |
|
juce_SystemStats.cpp
|
Fix to prevent win32 mouse event queuing and some mouse cursor update problems. Changes to internal string storage.
|
2010-03-12 19:47:28 +00:00 |
|
juce_SystemStats.h
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
2010-03-11 10:16:02 +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
|
Couple of new methods for String. Cleaned up some component code to use SafePointers.
|
2010-03-07 13:01:33 +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 |