Julian Storer
|
21006fbd0a
|
Internal refactoring of file functions and win32 com objects.
|
2010-04-25 21:13:12 +01:00 |
|
Julian Storer
|
a7e824032f
|
Refactored some directory iteration code and other minor clean-ups.
|
2010-04-25 15:14:32 +01:00 |
|
Julian Storer
|
27506c2120
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
Julian Storer
|
c1f4f5501f
|
Added a couple of methods to ValueTree. Added a MidiBuffer::ensureSize method and used it in the audio plugin wrapper code to preallocate their midi buffers.
|
2010-04-22 11:52:53 +01:00 |
|
Julian Storer
|
c85d54b1cb
|
Minor tweaks. Jucer development.
|
2010-04-21 23:02:37 +01:00 |
|
Julian Storer
|
7baa7fa209
|
Fixed some VST includes on windows. Jucer development.
|
2010-04-18 10:37:25 +01:00 |
|
Julian Storer
|
0490668407
|
Small socket fix. Minor changes to MouseCursor static data.
|
2010-04-16 10:04:53 +01:00 |
|
Julian Storer
|
c76e500574
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
Julian Storer
|
d4435ca8b8
|
Minor clean-ups. Jucer development.
|
2010-04-14 20:08:21 +01:00 |
|
Julian Storer
|
d10fe251dd
|
win32 constant update
|
2010-04-06 10:33:53 +02:00 |
|
Julian Storer
|
4f704c4d33
|
Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks.
|
2010-03-29 14:22:11 +01:00 |
|
Julian Storer
|
b67c077f0d
|
Minor code clean-ups.
|
2010-03-27 18:29:09 +00:00 |
|
Julian Storer
|
66643e85ac
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
Julian Storer
|
a728139698
|
Small fix for demo plugin code. Minor code clean-ups.
|
2010-03-25 14:21:34 +00:00 |
|
Julian Storer
|
1458cd4eb3
|
Rebuilt the plugin demo as a Jucer-generated project, and beefed it up a bit to include a simple synthesiser and delay effect.
|
2010-03-24 21:44:29 +00:00 |
|
Julian Storer
|
841a6665bd
|
Minor string literal tidy-ups.
|
2010-03-23 17:36:12 +00:00 |
|
Julian Storer
|
f316faaa04
|
Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings.
|
2010-03-22 21:05:42 +00:00 |
|
Julian Storer
|
49320b25d2
|
iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused.
|
2010-03-22 17:25:45 +00:00 |
|
Julian Storer
|
97e9095933
|
Minor iPhone GL updates, fix for juce_WithoutMacros.h
|
2010-03-20 20:45:49 +00:00 |
|
Julian Storer
|
a879d03c08
|
Fixed a typo in the AU hosting code.
|
2010-03-18 21:46:14 +00:00 |
|
Julian Storer
|
8b8316038b
|
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 |
|
Julian Storer
|
d9d1c4c995
|
New methods for PropertiesFile. Fix for InterprocessConnection.
|
2010-03-17 10:43:30 +00:00 |
|
Julian Storer
|
7228c6b593
|
Minor clean-ups and fix for posix WaitableEvent.
|
2010-03-16 19:51:58 +00:00 |
|
Julian Storer
|
2b06e4f6d9
|
Minor StringArray fixes.
|
2010-03-15 21:58:47 +00:00 |
|
Julian Storer
|
574694f458
|
Corrected geometry of drawLine in CoreGraphics to match the software renderer. Minor code clean-ups.
|
2010-03-13 18:38:56 +00:00 |
|
Julian Storer
|
858a758aee
|
Fixed a minor AU build error and removed some old macros.
|
2010-03-10 13:04:24 +00:00 |
|
Julian Storer
|
bc5a7a6b7e
|
Updated VC6 project. Removed some unsafe templated casts from MemoryBlock and HeapBlock.
|
2010-02-25 18:31:06 +00:00 |
|
Julian Storer
|
bb60371f1c
|
Couple of minor fixes.
|
2010-02-24 09:11:04 +00:00 |
|
Julian Storer
|
1fc2a55d82
|
Minor code clean-ups.
|
2010-02-22 15:32:26 +00:00 |
|
Julian Storer
|
08eb852103
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
Julian Storer
|
6b79430341
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
2010-02-21 19:04:41 +00:00 |
|
Julian Storer
|
038886510a
|
Tidied a few static functions away into private namespaces.
|
2010-02-20 18:57:36 +00:00 |
|
Julian Storer
|
39b583fe1e
|
Modernised some old code.
|
2010-02-20 15:27:48 +00:00 |
|
Julian Storer
|
5c027142f4
|
Fixed a compile problem in mac vst hosting. Added a quality parameter to the CameraDevice class
|
2010-02-20 10:59:48 +00:00 |
|
Julian Storer
|
1d598e38b9
|
Updates to plugin host code.
|
2010-02-19 09:22:13 +00:00 |
|
Julian Storer
|
250231a91f
|
Added some new functionality to AudioCDBurner.
|
2010-02-18 12:46:41 +00:00 |
|
Julian Storer
|
e900688f09
|
Added support for the extensible wav format block.
|
2010-02-17 18:45:33 +00:00 |
|
Julian Storer
|
fb7cf838db
|
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 |
|
Julian Storer
|
0d278483e4
|
Fix for String copying thread-safety, and some minor compile issues.
|
2010-02-08 16:23:01 +00:00 |
|
Julian Storer
|
7bc24ae42a
|
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 |
|
Julian Storer
|
9841221898
|
Updated the AudioPluginHost app.
|
2010-02-05 16:58:26 +00:00 |
|
Julian Storer
|
b2e5ef2bd6
|
Minor code modernisations.
|
2010-02-03 19:05:03 +00:00 |
|
Julian Storer
|
f3b46c9a2f
|
Tweaked AlertWindow to allow custom components to be labelled with their name, and to be lined up along their left-hand edge with the other items. Added some mac keyboard handling to stop keys getting stuck.
|
2010-02-03 14:20:43 +00:00 |
|
Julian Storer
|
5153493b46
|
Minor new method for File. Fix for mingw. Changed AudioProcessorGraph to contain a NamedValueSet instead of a PropertySet.
|
2010-01-29 22:02:52 +00:00 |
|
Julian Storer
|
63d3d8a77e
|
New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug.
|
2010-01-29 10:31:12 +00:00 |
|
Julian Storer
|
773c7d7407
|
Changed all uses of OwnedArray<File> to be Array<File> instead, which is a bit more efficient and easier to work with. Optimised the software renderer to improve most drawing operations, particularly simple shapes filling like drawing lines, etc.
|
2010-01-28 16:02:16 +00:00 |
|
Julian Storer
|
35a4b5085f
|
Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component.
|
2010-01-27 20:28:38 +00:00 |
|
Julian Storer
|
30c9e939d1
|
Fixes for BitArray and WavAudioFormat.
|
2010-01-25 13:38:54 +00:00 |
|
Julian Storer
|
6bf8b51c5a
|
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 |
|
Julian Storer
|
6a4e8f235c
|
Minor fixes and warning removals for VC7.
|
2010-01-17 22:44:16 +00:00 |
|