jules
|
70133a94eb
|
Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining()
|
2012-04-05 18:30:49 +01:00 |
|
jules
|
c4af628d14
|
Avoided repeated calls to dladdr(), which could cause problems in some plugin situations.
|
2012-04-05 14:43:20 +01:00 |
|
jules
|
11659678d6
|
WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method.
|
2012-04-05 14:01:00 +01:00 |
|
jules
|
e61db7da55
|
Added a WOW64 call to WindowsRegistry.
|
2012-04-04 10:36:15 +01:00 |
|
jules
|
bfcc0dd7a5
|
Minor NamedPipe tweak.
|
2012-04-04 10:10:41 +01:00 |
|
jules
|
13bbd89b9d
|
Added some comments.
|
2012-04-03 21:07:01 +01:00 |
|
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
2012-04-03 20:25:05 +01:00 |
|
jules
|
d1f841b1ec
|
String numeric formatting win32 fix.
|
2012-04-03 12:10:36 +01:00 |
|
jules
|
351416c09a
|
Tidied up some docs and comments.
|
2012-04-03 11:36:31 +01:00 |
|
jules
|
562282c06d
|
Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases.
|
2012-04-02 17:51:06 +01:00 |
|
jules
|
93a86b2600
|
TabbedButtonBar fix. Small clean-ups.
|
2012-04-02 11:43:06 +01:00 |
|
jules
|
28e5942c59
|
Fix for win32 NamedPipe::isOpen().
|
2012-04-01 11:56:11 +01:00 |
|
jules
|
4e1a9f6526
|
better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates.
|
2012-03-31 16:41:05 +01:00 |
|
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
2012-03-30 15:40:17 +01:00 |
|
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
2012-03-30 09:31:35 +01:00 |
|
jules
|
f80d119614
|
Added a few methods to WindowsRegistry.
|
2012-03-29 17:43:49 +01:00 |
|
jules
|
53c0436d71
|
Android fixes. OSX fix for old SDKs.
|
2012-03-29 12:40:14 +01:00 |
|
jules
|
91a41ddbd8
|
OpenGL refactoring (stage 1)
|
2012-03-27 17:22:54 +01:00 |
|
jules
|
59669e8bec
|
Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes.
|
2012-03-27 11:04:27 +01:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
baee94b197
|
Fix for IPV6 sockets.
|
2012-03-21 22:09:35 +00:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
49870de020
|
Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent.
|
2012-03-18 16:41:03 +00:00 |
|
jules
|
b888a72db9
|
Updated win32 GetSystemInfo calls. URL domain name fix.
|
2012-03-17 11:34:12 +00:00 |
|
jules
|
f80397f2c3
|
Fix for thread-locals in older OSX targets.
|
2012-03-15 11:39:01 +00:00 |
|
jules
|
a64aa22af2
|
Minor fixes for Thread, ColourSelector, ToolbarButton.
|
2012-03-13 21:50:13 +00:00 |
|
jules
|
5f178a962b
|
Improved ThreadLocalValue to use native compiler features where available. Got rid of Thread::stopAllThreads and Thread::getNumRunningThreads (which were just a bad idea, with many safety holes). Replaced the internal RunningThreadsList class with some simpler thread-local storage.
|
2012-03-13 12:44:33 +00:00 |
|
jules
|
b56695f604
|
Fix for XML formatting.
|
2012-03-09 21:13:08 +00:00 |
|
jules
|
3a7989ad7c
|
Android: added OpenSLES audio device type.
|
2012-03-09 12:23:34 +00:00 |
|
jules
|
83b35eba25
|
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
|
2012-03-06 20:31:39 +00:00 |
|
jules
|
ed9a2a1575
|
Minor android and GL clean-ups.
|
2012-03-01 17:52:03 +00:00 |
|
jules
|
c2d7e81548
|
Linux http header fix.
|
2012-03-01 12:13:21 +00:00 |
|
jules
|
109f0a32a4
|
OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress.
|
2012-03-01 12:10:37 +00:00 |
|
jules
|
22c72de736
|
VC2011 compiler tweaks. ReferenceCountedArray fix.
|
2012-03-01 09:26:40 +00:00 |
|
jules
|
aab3a6a6eb
|
Android GL work.
|
2012-02-29 14:16:14 +00:00 |
|
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
2012-02-28 19:51:22 +00:00 |
|
jules
|
5b22611306
|
Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified.
|
2012-02-28 15:08:26 +00:00 |
|
jules
|
efa18b1230
|
Small introjucer fix.
|
2012-02-26 20:30:24 +00:00 |
|
jules
|
15c44c9325
|
Changed URL class to allow multiple parameters with the same name.
|
2012-02-26 15:08:34 +00:00 |
|
jules
|
2bfa580254
|
Android GL work.
|
2012-02-25 18:30:42 +00:00 |
|
jules
|
a6c9992957
|
Updated some module usage warning code.
|
2012-02-24 18:12:21 +00:00 |
|
jules
|
54c82b3120
|
Android: added URL launching.
|
2012-02-24 17:48:18 +00:00 |
|
jules
|
b69b7c7647
|
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
|
2012-02-24 17:15:58 +00:00 |
|
jules
|
2ad5e0bfb7
|
Couple of tweaks to ReferenceCountedArray to make it better at handling polymorphic types.
|
2012-02-24 15:55:29 +00:00 |
|
jules
|
582d554d20
|
Reordered includes to make amalgamtion easier.
|
2012-02-24 09:46:55 +00:00 |
|
jules
|
d2a4173ab4
|
Android: better logging, more GL work.
|
2012-02-23 17:34:46 +00:00 |
|
jules
|
1804b983a0
|
Android GL work.
|
2012-02-23 09:57:00 +00:00 |
|
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
2012-02-22 11:11:34 +00:00 |
|
jules
|
d3d391ae7f
|
Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures.
|
2012-02-20 17:21:49 +00:00 |
|
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
2012-02-20 13:07:45 +00:00 |
|