3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules 9f602bd7e9 Modernised some argument types in the GL vector classes 10 years ago
  jules 3a061ad319 Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows 10 years ago
  jules 82b0a3628b Added some comments regarding MessageManagerLocks 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 10 years ago
  Timur Doumler 08a0bada12 Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 10 years ago
  jules 8cab6c7356 Fixed a deprecation macro in DragAndDropContainer 10 years ago
  jules 0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 10 years ago
  hogliux 9510c16665 Handle paste, copy, cut events which come from plug-in hosts 10 years ago
  jules 428c8a79a5 Version number update 10 years ago
  jules 42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 10 years ago
  jules 745a1cc37c Moved the LinearSmoothedValue class from being inside Reverb, turning it into a standalone class. 10 years ago
  jules afaaf00202 Moved ListenerList from the juce_events module into juce_core 10 years ago
  jules c334530f29 Added new method Array::remove that takes an element pointer. 10 years ago
  jules 6faa33cfbd Added new method MidiOutput::sendBlockOfMessagesNow() 10 years ago
  jules 40a6372a58 Fixed minor warnings in some OSC code 10 years ago
  jules a14f6abbe0 Corrected a typo in the documentation 10 years ago
  Timur Doumler 6986010bb7 Whitespace. 10 years ago
  jules e1ff30d8bf Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions. 10 years ago
  jules 51165c0f6b Added enum SystemStats::MacOSX_10_11 10 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 10 years ago
  jules 41c2e8ea26 Minor documentation correction in File. 10 years ago
  jules 34ce7f7019 Added a projucer workaround to VST3 code. 10 years ago
  Timur Doumler b9bfc8c322 OSCReceiver: fixed a warning when compiling with Visual Studio for 32-bit. 10 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 10 years ago
  jules c06db136bd Added a few noexcepts to some GL functions 10 years ago
  jules 8ab8bd733e Optimisation to the last commit to avoid extra repainting when dragging windows 10 years ago
  jules d63fe244b3 Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently 10 years ago
  jules 99de06cf2c Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties 10 years ago
  jules 95d9cba7fc VST plugins: Removed old but flawed workaround for detecting offline mode 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  jules 23395691b1 Added a method AudioDeviceSelectorComponent::getMidiInputSelectorListBox() 10 years ago
  Joshua Gerrard 7793b03587 Fixed memory leak in DirectWrite on Windows 10 10 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 10 years ago
  jules 24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 10 years ago
  jules be3dbd5b3e Made ImageButton take into account the state of Component::setIgnoresMouseClicks 10 years ago
  jules 7cc522b7e5 Minor tidying up in some win32 code. 10 years ago
  jules eb99390413 TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing() 10 years ago
  jules 5507ad4df7 Documentation: minor typo fix 10 years ago
  jules d833ab5e33 TextLayout: added support for using the AttributedString::getLineSpacing value in DirectWrite 10 years ago
  jules 6fcde1eccc VST3: some tweaks to fix window resizing in Reaper on OSX 10 years ago
  jules f17994269c Plugins: added an assertion to catch people who are using the old parameter methods but who have forgotten to implement a getParameterText method. 10 years ago
  jules 5a43ea52e7 AudioProcessorGraph: now calls its superclass in response to setNonRealtime 10 years ago
  jules 9f7eb07ce5 OpenGL: changed image invalidation to allow non-GL threads that draw into images to correctly invalidate the GPU-cached version 10 years ago
  Joshua Gerrard 9b96b551f2 Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility. 10 years ago
  jules 4d3fc5a3d9 Added a couple of missing 'override' keywords 10 years ago
  jules eed5aa641d Minor cleanups in some DirectWrite code. 10 years ago
  Joshua Gerrard 210fe4a5d6 Fixed warnings on MinGW 10 years ago
  Joshua Gerrard e220f35250 Fixed compilation errors on MinGW 10 years ago
  jules 781bef41ab Added some defences in win32 against null LPARAM arguments 10 years ago