Julian Storer
|
533e7ba795
|
Many more String changes, so that finally the String class can store its internal data as either utf8, 16 or 32 - this is controlled by a flag JUCE_STRING_UTF_TYPE. It's currently set to utf-8 by default.
|
14 years ago |
Julian Storer
|
bd19111417
|
Cleaned up some comments and uses of setContentComponent().
|
14 years ago |
Julian Storer
|
e235912ae5
|
Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats.
|
14 years ago |
Julian Storer
|
7478c7f9ab
|
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
|
14 years ago |
Julian Storer
|
4cfdcb69fd
|
Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string.
|
14 years ago |
Julian Storer
|
1d598e38b9
|
Updates to plugin host code.
|
15 years ago |
Julian Storer
|
0768b3bb12
|
Changed the audio plugin host projects to be Jucer-generated.
|
15 years ago |
jules
|
2fee27c757
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
jules
|
47cf2369e5
|
|
16 years ago |
jules
|
bb1ae06606
|
|
17 years ago |
jules
|
c70ca3f387
|
|
17 years ago |
jules
|
a9e726681c
|
|
17 years ago |
jules
|
813feccaa7
|
|
17 years ago |
jules
|
cf7ae76019
|
|
17 years ago |
jules
|
60e1be176e
|
added FileDragAndDropTarget class and rewrote all the drag handling code
|
17 years ago |
jules
|
bc3d1ca7d6
|
|
17 years ago |
jules
|
8229d215a6
|
Added the AudioProcessor and related classes to the source tree.
|
18 years ago |
jules
|
33995f3796
|
|
18 years ago |
jules
|
dd0a75dc23
|
|
18 years ago |
jules
|
1e5a9ad56e
|
|
18 years ago |