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

10728 commits

Author SHA1 Message Date
jules
65b97cd334 Fix for non-string textboxes in live constant editor. 2014-07-26 10:10:15 +01:00
jules
b66661d569 Clarified some comments. 2014-07-25 20:39:36 +01:00
jules
7f5c5e02d1 Avoided problems in the VST3 wrapper for plugins with 0 inputs. 2014-07-25 20:32:55 +01:00
jules
5d5f0d2cad Clarified some documentation about AudioProcessor::suspendProcessing 2014-07-24 14:04:11 +01:00
jules
ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 2014-07-24 14:03:40 +01:00
jules
7c0d0ae677 VST hosting: tweaked the way 64-bit plugin NSViews are created, to avoid an extra intermediate parent NSView which seems to break some plugins. 2014-07-24 11:24:57 +01:00
jules
705492a800 Avoided division-by-zero problems in the javascript interpreter. 2014-07-24 09:31:46 +01:00
jules
4aee96be04 Added an animation option to TabbedButtonBar::removeTab(). 2014-07-24 09:30:48 +01:00
jules
0c1f2a6a72 Extended linux zenity file chooser to use filters and bring the window to the front. 2014-07-21 16:51:05 +01:00
jules
413954f60c Documentation fix. 2014-07-21 16:49:55 +01:00
jules
7f4270ef59 Added method getCallOutBoxBorderSize() to look+feel. 2014-07-20 16:24:48 +01:00
jules
bd5b47484f Added an internal flag JUCE_WIN32_TIMER_PERIOD, which can be set to change the value that is passed to the timeBeginPeriod function, or to prevent this function being called at all. 2014-07-19 12:41:14 +01:00
jules
7b8ab7b503 Changed MessageBase::post() to return a bool to detect failure in the OS message queue (which can happen under stress on win32), and used this to avoid some messaging classes getting stuck. 2014-07-16 21:33:11 +01:00
jules
aef09a4d5b Minor layout tweaks to the AudioDeviceSelectorComponent 2014-07-14 12:20:18 +01:00
jules
2d34266125 Fixed a layout bug in AudioDeviceSelectorComponent 2014-07-14 11:17:26 +01:00
jules
6bb134ae89 Made sure that AudioDeviceSelectorComponent reflects the l+f correctly 2014-07-14 10:54:53 +01:00
jules
e35096148e Made the AU wrapper detect program changes. 2014-07-14 10:25:25 +01:00
jules
9793db0a47 Correction to tracktion marketplace win32 ID generation. 2014-07-13 19:56:37 +01:00
jules
d2e1c7f679 Version number update 2014-07-13 19:42:44 +01:00
jules
21a64cee02 New module: juce_tracktion_marketplace. This module handles product authentication between an app and a web-store. 2014-07-13 19:42:03 +01:00
jules
54512dcb3f In the VST wrapper, made the ioChanged callback happen asynchronously on the message thread. 2014-07-13 19:31:48 +01:00
jules
f6603043a2 Fix for https in the win32 http stream implementation 2014-07-13 19:25:30 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
13f99df268 Fix for changing the OSX HighResolutionTimer interval while it's still running. 2014-07-09 18:16:48 +01:00
jules
ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 2014-07-08 14:05:55 +01:00
jules
09f35b6cbd Fixed a counter in ThreadedWriter 2014-07-07 19:45:10 +01:00
jules
8bbe42c4e2 UTF32 build fix. 2014-07-07 17:41:14 +01:00
jules
95f536383f Internal refactoring of some camera capture classes to make it easier to update to new APIs. 2014-07-06 18:15:55 +01:00
jules
a0fd7bbc1c Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 2014-07-06 12:00:20 +01:00
jules
48cdbf2622 Fix for padding in wav file writer. 2014-07-06 11:57:37 +01:00
jules
71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 2014-07-05 13:13:54 +01:00
jules
e3d7ec1827 Cleaned up a couple of parameter types in byte order conversion. 2014-07-04 21:02:18 +01:00
jules
7e35b73df6 Added a method AudioFormatWriter::flush, and implemented it in the WAV format. 2014-07-04 19:06:11 +01:00
jules
4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 2014-07-04 17:54:21 +01:00
jules
c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 2014-07-04 17:53:31 +01:00
jules
3bb7e7ebf1 Added a 'reset' button and adjustable item height to the AudioDeviceSelectorComponent 2014-07-04 15:57:22 +01:00
jules
371e91c615 Fixed a case-comparison problem in String::compareNatural() and added some unit tests for it. 2014-07-03 12:24:36 +01:00
jules
a46b96e585 win32 component peer deletion safety check. 2014-07-02 14:07:41 +01:00
jules
36e7c12504 Fix for some VC compiler warnings. 2014-07-01 18:50:42 +01:00
jules
ab774b814e Added a method Time::getCompilationDate() 2014-06-30 09:48:26 +01:00
jules
0b20c60e95 Fixed some object releasing for OSX system tray icons. 2014-06-30 09:30:42 +01:00
jules
f7d97b3166 Added a parameter to StandaloneFilterWindow to make ownership of the settings object optional. 2014-06-29 19:22:10 +01:00
jules
0bf57ddf0c Added a method RectangleList::ensureStorageAllocated 2014-06-29 18:39:45 +01:00
jules
02460bb95b A bit of refactoring inside GlyphArrangement, to avoid som edge-cases where the wrong number of lines is chosen. 2014-06-29 14:34:26 +01:00
jules
171ef8dd4b Workarounds for AttributedString layout when using from-memory fonts on Windows. 2014-06-28 21:36:01 +01:00
jules
993d4a6e59 Small fix for win32 VST hosting keyboard hooks. 2014-06-28 15:46:49 +01:00
jules
4a37aa0585 Added a few extra assertions to AudioSampleBuffer 2014-06-26 12:44:52 +01:00
jules
7be01cd88b Reverted recent changes to GZIPDecompressorInputStream - turns out that zlib can't auto-detect the difference between gzip and raw streams. 2014-06-25 11:22:28 +01:00
jules
f89943d5f1 Tweaked GZIPDecompressorInputStream to no longer need a bool flag for the type of stream. 2014-06-23 12:27:29 +01:00
jules
8977b896ab Workaround for a window ordering problem with VST plugins in some windows hosts. 2014-06-22 19:21:25 +01:00