2686 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 6b5ace433c Added a comment. 11 years ago
  jules 446de5ff17 Fixed a typo in ToolBar dragging. 11 years ago
  jules eed0a41a4f Added RSAKey::isValid() and URL::isEmpty() 11 years ago
  jules aae0690b7c Fixed a false-alarm assertion in ScopedPointer. 11 years ago
  jules 6f6d0d201d Avoided a couple of obscure gcc warnings 11 years ago
  jules f3d59a0f2f Fix for bypass parameter handling in AAX. 11 years ago
  jules 662680d1f5 Clarified some comments. 11 years ago
  jules 3307aee125 MSVC compiler warning fixes 11 years ago
  jules 1260ffe9c4 Refactored latest changes to WavAudioFormat to avoid GCC compile problems. 11 years ago
  jules 0234655752 Extended AudioThumbnail to handle any number of channels. 11 years ago
  jules b71447b057 Added better support for writing acid and Tracktion chunks in WavAudioFormat. 11 years ago
  jules 46dfd54d9a Minor cleanups. 11 years ago
  jules a9ab93128c doxygen formatting workaround. 11 years ago
  jules 03b8320ae9 Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines. 11 years ago
  jules 6d2df85ff7 Changed the RTAS wrapper to avoid needing to use an asyncupdater when first called. 11 years ago
  jules 1fb3ee2e14 VST3 hosting memory allocation fix. 11 years ago
  jules 2058ffd551 Implemented getParameterLabel in the VST wrapper. 11 years ago
  jules 574241650e Improved MAC address detection on linux. 11 years ago
  jules 7b5b6cbd71 Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. 11 years ago
  jules 5c7bf01c16 Made Synthesiser::setCurrentPlaybackSampleRate virtual. 11 years ago
  jules 671f5fbbdc Added a fix to make sure that javascript division always uses floating point. 11 years ago
  jules 7a8c90e253 Improved some MidiBuffer comments 11 years ago
  jules 300029971a Fixed some assertions in Slider 11 years ago
  jules 20af4254c2 Clarified some comments. 11 years ago
  jules 1104898494 Made sure that UndoManager::setCurrentTransactionName updates the name when called in the middle of a set of operations. 11 years ago
  jules d3e378aa4a Added a comment about DirectSound codecs. 11 years ago
  jules 2fd89b0ac4 A few minor clean-ups. 11 years ago
  jules 37d8f5ca41 SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute. 11 years ago
  jules 609794ceae SVG parser fix for default stroke widths 11 years ago
  jules f1f51f261a Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. 11 years ago
  jules f8dc72cb0a Tidied up some comments in TableListBox. 11 years ago
  jules b4bef8e91e Avoided enabling openGL 3 support on linux, which was causing problems because of missing symbols. 11 years ago
  jules 6efc1b8afc Removed an unnecessary inclusion of Carbon.h 11 years ago
  jules 3aa1162998 Making AU timecode detection deal with some quirks in certain versions of Ableton. 11 years ago
  jules d42a606b99 Tried to improve the explanation for XmlElement::findParentElementOf. 11 years ago
  jules 87a2c67e99 Fixed tooltips with certain kinds of sliders. 11 years ago
  jules de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 11 years ago
  jules 4604767220 Extensions to AudioProcessorEditor to help clicking on AAX controls. 11 years ago
  jules e12823a10f Added Math.ceil and Math.floor to the javascript parser. 11 years ago
  jules a5fc9b34ec Fixed javascript parser to handle for statements without iterator terms. 11 years ago
  jules e6e5d34152 Made KnownPluginList::getTypeForIdentifierString handle shell plugin IDs. 11 years ago
  jules 86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 11 years ago
  jules 005f0be531 Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown. 11 years ago
  jules 6c30e83de1 Added openGL macro JUCE_GLSL_VERSION 11 years ago
  jules f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 11 years ago
  jules f50650ad1b Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do. 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules aba0ff9240 Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. 11 years ago
  jules 4c67754498 Made the VST host parse the plugin's strings as UTF8. 11 years ago
  jules ba2fff9c63 Avoided some win32 warnings. 11 years ago