| .. |
|
juce_Atomic.h
|
Minor ICC fixes.
|
2010-03-28 20:20:34 +01:00 |
|
juce_ByteOrder.h
|
Minor code clean-ups.
|
2010-03-27 18:29:09 +00:00 |
|
juce_FileLogger.cpp
|
Minor string literal tidy-ups.
|
2010-03-23 17:36:12 +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
|
Minor Jucer updates. Fix for strange PNG problem. ICC and VC6 compilation changes.
|
2010-03-30 12:27:57 +01: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
|
iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused.
|
2010-03-22 17:25:45 +00:00 |
|
juce_Random.cpp
|
Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer.
|
2010-03-18 09:49:49 +00:00 |
|
juce_Random.h
|
Minor code clean-ups.
|
2010-03-27 18:29:09 +00:00 |
|
juce_RelativeTime.cpp
|
Minor string literal tidy-ups.
|
2010-03-23 17:36:12 +00:00 |
|
juce_RelativeTime.h
|
Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks.
|
2010-03-29 14:22:11 +01: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
|
Minor updates to ValueTree, SelectedItemSet, zlib symbols, Jucer.
|
2010-03-31 23:00:27 +01: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
|
Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks.
|
2010-03-29 14:22:11 +01: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 string changes.
|
2010-03-26 18:23:54 +00:00 |
|
juce_Time.h
|
Added locking to NamedPipe. Added extra checking to Image::clear. Other minor tidying-up.
|
2010-03-19 10:37:27 +00:00 |
|
juce_Uuid.cpp
|
Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks.
|
2010-03-29 14:22:11 +01:00 |
|
juce_Uuid.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |