1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

4408 commits

Author SHA1 Message Date
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
21f13fb909 Resaved some project files. 2014-07-13 19:13:36 +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
56983c8080 Tweak to the GL demo to avoid problems on android where openGLContextClosing doesn't get called. 2014-07-03 11:50:02 +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
jules
a362fb0328 Added method FilenameComponent::getCurrentFileText() 2014-06-22 19:20:22 +01:00
jules
4d2261c0f6 AudioSampleBuffer operator= isClear bugfix. 2014-06-22 19:19:48 +01:00
jules
fd21b02845 Made the SVG parser set the component ID of the drawables it creates. 2014-06-19 15:29:51 +01:00
jules
c7ed08a008 Added some safety-checking for android DLL builds 2014-06-19 15:24:50 +01:00
jules
0147476afb Modified StandaloneFilterWindow to take an extra argument for setting ownership of the property set. 2014-06-17 14:01:49 +01:00
jules
f662c85832 Documentation fix. 2014-06-17 11:36:56 +01:00
jules
8a2af98497 Added an assertion to warn if a plugin reports no programs, because this can cause problems in some Sony hosts. 2014-06-17 08:54:41 +01:00
jules
20020a83fe Fixed an OSX plugin build error. 2014-06-16 18:42:50 +01:00
jules
a0bcb86e08 Window focus fix for OSX app builds. 2014-06-15 12:05:01 +01:00
jules
3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 2014-06-15 10:37:31 +01:00
jules
9c8afb5b48 Fixed a build error. 2014-06-15 09:04:01 +01:00
jules
6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
jules
590cca9776 Added an overload for calling roundToInt with an int. Added a a Point::roundToInt method. 2014-06-14 11:32:02 +01:00
jules
db02a89fda Kiosk mode workarounds for 10.8 2014-06-13 17:57:27 +01:00
jules
6c16af73f5 Introjucer: removed an unimportant assertion 2014-06-13 14:27:41 +01:00
jules
dfb35c7e1e Made ComboBox::showPopup virtual. 2014-06-13 14:13:42 +01:00