4498 Commits (dc10e6136625f413b442e2b36bdc323e06afa490)

Author SHA1 Message Date
  ed dc10e61366 Added ConcertinaPanel::setCustomPanelHeader() method to allow custom components to be used as ConcertinaPanel headers 9 years ago
  Rachel 28c3faea23 Added a missing declaration for String << unsigned long 9 years ago
  ed 50eeb1df7e Fixed a bug where ConcertinaPanel::setPanelHeaderSize() wouldn't resize the panel header correctly. 9 years ago
  hogliux dcdcfaa7e9 Added several improvements to Android BLE MIDI reliability 9 years ago
  jules f11db9e1fb Avoided a spurious assertion in the javascript parser 9 years ago
  ed f21f9c11ff Fixed some typos in juce_win32_Windowing.cpp 9 years ago
  jules 9d59a41e7b Removed some spurious 'noexcept's from AudioBuffer, and cleaned up some other bits in that class 9 years ago
  ed d05b9496eb Moved some constants at the top of juce_win32_Windowing.cpp into enums 9 years ago
  hogliux 4c7a92ecfa Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android 9 years ago
  ed 1116a6a1f1 Added some defines to the top of juce_win32_Windowing.cpp to make the Windows pointer API changes compatible with the XP toolset 9 years ago
  tpoole cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 9 years ago
  jules 8140564808 Relaxed the maximum length restriction on VST parameter names from 16 to 32 chars, as we assume all the hosts will be OK with that. 9 years ago
  jules 60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 9 years ago
  ed 0747a7067b Fixed bug with multi-touch in Viewport when drag is blocked and made some methods const 9 years ago
  jules 5a092ddb0a Added method TimeSliceThread::removeAllClients() 9 years ago
  jules e122d2b9e4 Fixed a typo in iOS network code 9 years ago
  ed 1e7a933543 Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 9 years ago
  hogliux aad868e383 Added support for WebBrowserComponent on Linux 9 years ago
  hogliux c69d24fa7a Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux 9 years ago
  ed 9c62eaf4f8 Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods. 9 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 9 years ago
  jules e253b8bea1 Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. 9 years ago
  jules 3b2014a5db Code cleanups in OSX networking 9 years ago
  jules fc844d949c Refactored the way OSX main menu updating happens, to avoid some issues when refreshing the whole menu bar 9 years ago
  jules 1465f545d1 Made an openGL assertion slightly less strict 9 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 9 years ago
  tpoole 405a6aeaed Fixed a MinGW tablet mode detection compiler error 9 years ago
  tpoole 79bdbc37cc Fixed some misleading indentation warnings 9 years ago
  ed 91eb19e6f5 Added a call to sendLookAndFeelChange() before making new tab content component visible in TabbedComponent::changeCallback 9 years ago
  ed ee6411ea13 Fixed a typo in MenuBarModel 9 years ago
  jules e561f1f5aa Whitespace 9 years ago
  jules 5c4553a06c Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details 9 years ago
  jules c236e75cf5 Adde some missing JUCE_API annotations 9 years ago
  tpoole e4857ceaae Added MacOS SystemStats::getDeviceDescription 9 years ago
  jules 4c6d20681d Made WindowsRegistry::deleteKey operate recursively 9 years ago
  jules cd59c26a0e Added some JUCE_API flags to some RelativeTime global operators 9 years ago
  ed 479390c689 Try to use TreeView background colour when painting open/close button in TreeViewItem::paintRecursively() instead of always using white 9 years ago
  tpoole 9a8298a91a Fixed VST3 compiler warning 9 years ago
  jules 86f1b6628f Added a reference count getter method to SharedResourcePointer 9 years ago
  tpoole 7e9b8fd923 Improved a menu label in the standalone filter window 9 years ago
  ed f855806602 Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above). 9 years ago
  jules b8d1183f78 Fixed a typo in a comment 9 years ago
  hogliux dcc35c5dd6 Fixed a VST3 bug where a WaveLab workaround would unintentionaly mute buses for certain multi-bus plug-ins 9 years ago
  hogliux d0b704c6d4 Fixed a potential crash in the VST3 wrapper when certain buses are disabled 9 years ago
  jules 4b1d4c9681 Added a cast to avoid a compiler warning 9 years ago
  ed 8ca0bc6791 Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. 9 years ago
  tpoole 5920bcd20b Fixed WinRT MIDI static initialisation error 9 years ago
  ed b7b8d5be57 Multiple fixes for touch and pen input on Windows 9 years ago
  hogliux 2e08db47ff Added a shader workaround for GPUs on older Android devices 9 years ago
  ed 501d7299a6 Added documentation for some missing LittleFoot methods 9 years ago