1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/src
2010-02-23 19:01:36 +00:00
..
application Minor code clean-ups. 2010-02-22 15:28:18 +00:00
audio Minor code clean-ups. 2010-02-22 15:32:26 +00:00
containers Minor code clean-ups. 2010-02-22 15:28:18 +00:00
core Minor code clean-ups. 2010-02-22 15:28:18 +00:00
cryptography Minor code clean-ups. 2010-02-22 15:28:18 +00:00
events Minor code clean-ups. 2010-02-22 15:28:18 +00:00
gui Minor code clean-ups. 2010-02-22 15:32:26 +00:00
io Minor code clean-ups. 2010-02-22 15:28:18 +00:00
native Mac keyboard fix and camera tweak. 2010-02-23 19:01:36 +00:00
text Minor code clean-ups. 2010-02-22 15:28:18 +00:00
threads Minor code clean-ups. 2010-02-22 15:28:18 +00:00
utilities Minor code clean-ups. 2010-02-22 15:28:18 +00:00
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. 2010-02-07 00:52:30 +00:00
juce_amalgamated_template.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00
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. 2010-02-12 17:38:39 +00:00
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. 2010-02-12 17:38:39 +00:00
juce_DefineMacros.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00
juce_WithoutMacros.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00