3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules 741816a020 Added a missing JUCE_API flag. 11 years ago
  jules 49dd0011b0 Updates for iOS GL calls in iOS8 11 years ago
  jules 05b166d048 Clarified a couple of comments. 11 years ago
  jules acdb9eb653 Added a test to set up the JUCE_64BIT flag if __arm64__ is set. 11 years ago
  jules 31b912bc87 Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. 11 years ago
  jules 3b13032b8c Updated some iOS GL calls to use newer API types and functions 11 years ago
  jules 43d4c1ea2f Added LookAndFeel method drawPopupMenuSectionHeader() 11 years ago
  jules 44b5f716cb Fixes for openGL on iOS to use multisampling. 11 years ago
  jules 4d30e810e8 Avoided a compiler warning 11 years ago
  jules d9e31b9070 Fix for a ref-count issue in VST2 plugin windows 11 years ago
  jules b7d922d4d1 Improved the way sliders react to vertical/horizontal mouse-wheel moves. 11 years ago
  jules 925961b389 Added win32 support for JUCEApplication::suspended() and resumed() callbacks. 11 years ago
  jules a6c09d5de4 Updated some stale code in the ActiveX wrapper. 11 years ago
  jules b1e4823066 Avoided some gcc compiler warnings 11 years ago
  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