2467 Commits (bd5b47484f196d414bc474cd2c591b9316fdfe81)

Author SHA1 Message Date
  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. 11 years ago
  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. 11 years ago
  jules aef09a4d5b Minor layout tweaks to the AudioDeviceSelectorComponent 11 years ago
  jules 2d34266125 Fixed a layout bug in AudioDeviceSelectorComponent 11 years ago
  jules 6bb134ae89 Made sure that AudioDeviceSelectorComponent reflects the l+f correctly 11 years ago
  jules e35096148e Made the AU wrapper detect program changes. 11 years ago
  jules 9793db0a47 Correction to tracktion marketplace win32 ID generation. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules 21a64cee02 New module: juce_tracktion_marketplace. This module handles product authentication between an app and a web-store. 11 years ago
  jules 54512dcb3f In the VST wrapper, made the ioChanged callback happen asynchronously on the message thread. 11 years ago
  jules f6603043a2 Fix for https in the win32 http stream implementation 11 years ago
  jules 2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 11 years ago
  jules 13f99df268 Fix for changing the OSX HighResolutionTimer interval while it's still running. 11 years ago
  jules ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 11 years ago
  jules 09f35b6cbd Fixed a counter in ThreadedWriter 11 years ago
  jules 8bbe42c4e2 UTF32 build fix. 11 years ago
  jules 95f536383f Internal refactoring of some camera capture classes to make it easier to update to new APIs. 11 years ago
  jules a0fd7bbc1c Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 11 years ago
  jules 48cdbf2622 Fix for padding in wav file writer. 11 years ago
  jules 71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 11 years ago
  jules e3d7ec1827 Cleaned up a couple of parameter types in byte order conversion. 11 years ago
  jules 7e35b73df6 Added a method AudioFormatWriter::flush, and implemented it in the WAV format. 11 years ago
  jules 4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 11 years ago
  jules c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 11 years ago
  jules 3bb7e7ebf1 Added a 'reset' button and adjustable item height to the AudioDeviceSelectorComponent 11 years ago
  jules 371e91c615 Fixed a case-comparison problem in String::compareNatural() and added some unit tests for it. 11 years ago
  jules a46b96e585 win32 component peer deletion safety check. 11 years ago
  jules 36e7c12504 Fix for some VC compiler warnings. 11 years ago
  jules ab774b814e Added a method Time::getCompilationDate() 11 years ago
  jules 0b20c60e95 Fixed some object releasing for OSX system tray icons. 11 years ago
  jules f7d97b3166 Added a parameter to StandaloneFilterWindow to make ownership of the settings object optional. 11 years ago
  jules 0bf57ddf0c Added a method RectangleList::ensureStorageAllocated 11 years ago
  jules 02460bb95b A bit of refactoring inside GlyphArrangement, to avoid som edge-cases where the wrong number of lines is chosen. 11 years ago
  jules 171ef8dd4b Workarounds for AttributedString layout when using from-memory fonts on Windows. 11 years ago
  jules 993d4a6e59 Small fix for win32 VST hosting keyboard hooks. 11 years ago
  jules 4a37aa0585 Added a few extra assertions to AudioSampleBuffer 11 years ago
  jules 7be01cd88b Reverted recent changes to GZIPDecompressorInputStream - turns out that zlib can't auto-detect the difference between gzip and raw streams. 11 years ago
  jules f89943d5f1 Tweaked GZIPDecompressorInputStream to no longer need a bool flag for the type of stream. 11 years ago
  jules 8977b896ab Workaround for a window ordering problem with VST plugins in some windows hosts. 11 years ago
  jules a362fb0328 Added method FilenameComponent::getCurrentFileText() 11 years ago
  jules 4d2261c0f6 AudioSampleBuffer operator= isClear bugfix. 11 years ago
  jules fd21b02845 Made the SVG parser set the component ID of the drawables it creates. 11 years ago
  jules c7ed08a008 Added some safety-checking for android DLL builds 11 years ago
  jules 0147476afb Modified StandaloneFilterWindow to take an extra argument for setting ownership of the property set. 11 years ago
  jules f662c85832 Documentation fix. 11 years ago
  jules 8a2af98497 Added an assertion to warn if a plugin reports no programs, because this can cause problems in some Sony hosts. 11 years ago
  jules 20020a83fe Fixed an OSX plugin build error. 11 years ago
  jules a0bcb86e08 Window focus fix for OSX app builds. 11 years ago
  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. 11 years ago
  jules 9c8afb5b48 Fixed a build error. 11 years ago