1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

437 commits

Author SHA1 Message Date
jules
7c8eb56f04 Android: fix to prevent app restarts when rotating. 2012-05-19 10:23:56 +01:00
jules
06a4980792 Minor docs fix. 2012-05-18 20:08:39 +01:00
jules
08539ed83e Improved some const-ness in AudioSampleBuffer. 2012-05-18 20:08:13 +01:00
jules
049065dc9c Added an assertion to catch VSTs being loaded on a background thread. 2012-05-18 12:06:51 +01:00
jules
5509a4f950 Introjucer: more AAX work. 2012-05-15 17:18:34 +01:00
jules
bdcfdecc65 Minor addition to OptionalScopedPointer. Documentation fix. 2012-05-13 14:04:38 +01:00
jules
f110506be7 AAX work. 2012-05-11 15:24:56 +01:00
jules
90186efdb9 WASAPI latency calculation fix. 2012-05-11 11:10:05 +01:00
jules
bc3b861954 Documentation fixes. 2012-05-11 11:09:40 +01:00
jules
e97cfaa3ff win32 midi input fix. 2012-05-10 14:31:18 +01:00
jules
6c847f36ba Documentation correction. 2012-05-10 14:26:32 +01:00
jules
7a36867150 Workaround for VS2005 compiler bugs. 2012-05-09 16:53:42 +01:00
jules
72db44a138 Removed an old VC6 workaround from Component::findParentComponentOfClass. If you were using its old dummy parameter, just tweak your code to call it using a templated type instead. 2012-05-09 13:58:53 +01:00
jules
584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 2012-05-09 13:54:24 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
jules
0930af3820 Linux midi improvement. 2012-05-08 17:22:28 +01:00
jules
52aae5ed06 Fixed linux opengl compile error. 2012-05-08 15:38:19 +01:00
jules
db09b5ea2f Documentation fix. 2012-05-08 11:23:08 +01:00
jules
cd7cdacfd1 OSX/win32 typeface fixes. 2012-05-08 11:11:43 +01:00
jules
81fa57663b Tidied up a warning and some docs. 2012-05-07 13:15:16 +01:00
jules
bb30a6da66 Fixed missing cast in win32 GL code. 2012-05-06 18:06:15 +01:00
jules
154616d271 Documentation typo fix. 2012-05-06 12:25:08 +01:00
jules
68024fb8aa Changed OpenGLContext to take a native context handle as its sharing context. 2012-05-05 18:33:20 +01:00
jules
a5a4e69f37 Midi parsing fix for embedded realtime messages, and CoreMidi fix for sending large packets. 2012-05-05 12:53:52 +01:00
jules
cb77241d20 Fixed some documentation typos. 2012-05-05 11:09:57 +01:00
jules
964b84ce49 Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters. 2012-05-04 22:36:27 +01:00
jules
44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 2012-05-04 20:07:24 +01:00
jules
ffdca01800 openGL: deactivating context on shutdown. 2012-05-04 13:00:01 +01:00
jules
bd0741f9a9 Added method OpenGLContext::deactivateCurrentContext(). 2012-05-04 11:23:57 +01:00
jules
54573ae2e5 Reintroduced some packing settings for RTAS builds. 2012-05-04 11:00:05 +01:00
jules
c9bf56d3f7 DirectWrite type layout fix. 2012-05-03 12:52:47 +01:00
jules
23c46c4cda Fixes for handling fonts with non-existent style names. 2012-05-03 10:42:10 +01:00
jules
81d1fb54c9 VST hosting: fixed the audioMasterVersion number. 2012-05-03 09:23:29 +01:00
jules
75ad35f786 Improved File::moveFileTo and made file renaming in the introjucer more robust. 2012-05-02 16:37:00 +01:00
jules
7e9fbd30c3 Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 2012-05-02 11:12:31 +01:00
jules
ef9acb91ca Added some value retrieval methods for DrawableText. 2012-05-02 09:24:50 +01:00
jules
791e15b790 Fix to documentation. 2012-05-01 21:44:40 +01:00
jules
089a2e31ba Improved some docs. 2012-05-01 15:47:48 +01:00
jules
2e0640b8ba Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin. 2012-05-01 15:40:41 +01:00
jules
941907a3d1 Initial commit of font style access, providing access to the styles available for each font family. 2012-05-01 12:10:05 +01:00
jules
9c21813960 Fix for a mistake in the last check-in! 2012-04-30 13:48:49 +01:00
jules
5e378c5c90 Fix for linux keyboard function. 2012-04-30 12:08:00 +01:00
jules
3ef8be7a42 Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers. 2012-04-30 10:16:33 +01:00
jules
dc76ef71e9 Made MidiMessageSequence::addEvent return the new event. 2012-04-30 10:11:38 +01:00
jules
711d58e066 AlertWindow text box fix. 2012-04-28 13:27:34 +01:00
jules
3ba41c7d51 Fix for KnownPluginList::scanAndAddFile. 2012-04-28 11:37:14 +01:00
jules
4f590f036d Added better constructors for AudioSourceChannelInfo. 2012-04-28 11:37:05 +01:00
jules
79381ced5d Removed GLU from the list of default libraries. 2012-04-27 09:00:07 +01:00
jules
fa90b55cdd Fix for a deadlock in some (rare) threading situations. 2012-04-26 20:18:50 +01:00