| .. |
|
application
|
Minor code clean-ups.
|
16 years ago |
|
audio
|
Minor code clean-ups.
|
16 years ago |
|
containers
|
Minor code clean-ups.
|
16 years ago |
|
core
|
Minor code clean-ups.
|
16 years ago |
|
cryptography
|
Minor code clean-ups.
|
16 years ago |
|
events
|
Minor code clean-ups.
|
16 years ago |
|
gui
|
Minor code clean-ups.
|
16 years ago |
|
io
|
Minor code clean-ups.
|
16 years ago |
|
native
|
Mac keyboard fix and camera tweak.
|
16 years ago |
|
text
|
Minor code clean-ups.
|
16 years ago |
|
threads
|
Minor code clean-ups.
|
16 years ago |
|
utilities
|
Minor code clean-ups.
|
16 years ago |
|
juce_DefineMacros.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
juce_WithoutMacros.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
juce_amalgamated_template.cpp
|
The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability.
|
16 years ago |
|
juce_amalgamated_template.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
juce_app_includes.h
|
Created a new class "Range", for holding generic number ranges. New abstract class TextInputTarget, which defines methods common to text editors. Changed a couple of method definitions in TextEditor and CodeEditorComponent so that they could implement TextInputTarget. Added ability for wav files to save their SMPL chunk.
|
16 years ago |
|
juce_core_includes.h
|
Created a new class "Range", for holding generic number ranges. New abstract class TextInputTarget, which defines methods common to text editors. Changed a couple of method definitions in TextEditor and CodeEditorComponent so that they could implement TextInputTarget. Added ability for wav files to save their SMPL chunk.
|
16 years ago |