jules
|
3a7989ad7c
|
Android: added OpenSLES audio device type.
|
2012-03-09 12:23:34 +00:00 |
|
jules
|
e6f3788bc3
|
Added an assertion to help catch RTAS misuse.
|
2012-03-07 12:16:16 +00:00 |
|
jules
|
59ebf8a05d
|
Fixed a bug in MixerAudioSource::removeAllInputs(), and simplified the implementation of removeInputSource().
|
2012-03-07 12:09:17 +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
|
79fea88001
|
Fixed a problem with transparency layers in the software renderer.
|
2012-03-06 16:03:32 +00:00 |
|
jules
|
9772564eb3
|
OSX Carbon fix.
|
2012-03-02 16:06:20 +00:00 |
|
jules
|
8f9549a4a7
|
OpenGL fix.
|
2012-03-02 10:53:04 +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
|
96976db624
|
Windows: faster rendering on 32-bit video cards. Audio fix for iOS.
|
2012-02-29 15:10:11 +00:00 |
|
jules
|
aab3a6a6eb
|
Android GL work.
|
2012-02-29 14:16:14 +00:00 |
|
jules
|
a07f07dda3
|
Avoided disabling OSX kiosk mode when focus is lost.
|
2012-02-29 10:06:13 +00:00 |
|
jules
|
e78147dd06
|
Android: screen size fix.
|
2012-02-28 22:18:28 +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
|
c8d3144fa2
|
Fixed some CoreText problems.
|
2012-02-25 22:32:05 +00:00 |
|
jules
|
40e473d4dc
|
MSVC GL compile fix.
|
2012-02-25 21:05:11 +00:00 |
|
jules
|
09eaba73f0
|
Removed some android debug code.
|
2012-02-25 18:57:18 +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
|
87cb1b7b06
|
Clang compatibility fix.
|
2012-02-24 11:55:35 +00:00 |
|
jules
|
582d554d20
|
Reordered includes to make amalgamtion easier.
|
2012-02-24 09:46:55 +00:00 |
|
jules
|
b6a22826fe
|
Updates to keep Xcode 4.3 happy.
|
2012-02-23 21:10:49 +00:00 |
|
jules
|
d2a4173ab4
|
Android: better logging, more GL work.
|
2012-02-23 17:34:46 +00:00 |
|
jules
|
06895cefe1
|
Introjucer: RTAS exporter fix.
|
2012-02-23 14:20:02 +00:00 |
|
jules
|
a8083eb293
|
TextLayout fix. OSX fullscreen fix.
|
2012-02-23 13:41:05 +00:00 |
|
jules
|
4cf80f1819
|
Fix for kiosk mode in OSX 10.6.
|
2012-02-23 11:05:54 +00:00 |
|
jules
|
1804b983a0
|
Android GL work.
|
2012-02-23 09:57:00 +00:00 |
|
jules
|
994f1de977
|
Linux clipboard fix. Better kiosk mode control in OSX10.7.
|
2012-02-22 11:33:38 +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
|
092a0166cc
|
Introjucer: added some android manifest options, and fixed audio input permissions for the demo app.
|
2012-02-21 10:02:10 +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 |
|
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
2012-02-20 12:04:49 +00:00 |
|
jules
|
b66a82aa44
|
Added automatic up-casting to ReferenceCountedObjectPtr.
|
2012-02-17 16:42:23 +00:00 |
|
jules
|
6d865420ee
|
Android: better audio latency reporting. Introjucer: improved android icon generation.
|
2012-02-17 12:50:38 +00:00 |
|
jules
|
e1fea143b6
|
Linux 64-bit icon fix.
|
2012-02-16 14:12:45 +00:00 |
|
jules
|
e87b1a59ec
|
Fixed a small leak in TextLayout, and a win32 layout problem.
|
2012-02-16 09:30:29 +00:00 |
|
jules
|
70a5f0233c
|
Fixes to some MemoryOutputStream streaming operators.
|
2012-02-15 20:48:14 +00:00 |
|
jules
|
75e9f9102e
|
Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix.
|
2012-02-15 11:20:36 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00:00 |
|
jules
|
2b311a410f
|
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
|
2012-02-13 22:02:23 +00:00 |
|
jules
|
d12fa83a7e
|
TreeView key navigation fix.
|
2012-02-13 21:24:38 +00:00 |
|