4555 Commits (1bdbd6f969bc340eb4206e27ba43f60738bd7dc2)

Author SHA1 Message Date
  hogliux 1bdbd6f969 Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream 8 years ago
  jules bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 8 years ago
  jules 6bb3d9b1db Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals) 8 years ago
  jules 320c8002da Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally() 8 years ago
  jules 926652be8a Added the -Wextra-semi warning to the projucer build 8 years ago
  jules d36156c620 Removed some extraneous semicolons 8 years ago
  jules 3a3f118fbb A bit of code modernisation in MidiMessage, adding a variadic constructor to allow custom midi messages to be created more succinctly. 8 years ago
  tpoole 52bbaa2a1c Fixed incorrect #include guard in juce_audio_devices header 8 years ago
  tpoole 84beded220 Fixed compiler warning in Win32 WebBrowserComponent 8 years ago
  tpoole 23ba2e49cf Fixed VS2013 assignment operator compiler warnings 8 years ago
  tpoole 37e21e9cb1 Fixed VS2013 compiler warning in SVGParser 8 years ago
  jules 024fe6c9ad Avoided an assertion in win32 file chooser code 8 years ago
  hogliux 6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 8 years ago
  tpoole 837ac2143c Fixed iOS code sign entitlements bug 8 years ago
  jules 5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 8 years ago
  tpoole e8adbb118f Fixed bug in 9f06fabe10 - Fixed a double-free Windows MIDI device bug 8 years ago
  tpoole 9400866472 Fixed a crash when detaching WinRT MIDI devices 8 years ago
  hogliux 957ca2d86f Fixed a bug where an AudioSampleBuffer's isClear flag would remain set even after copying data from another non-zero AudioSampleBuffer 8 years ago
  jules dace37288b Tidied up a couple of minor analyser warnings and comments 8 years ago
  hogliux 411071f3b1 Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements 9 years ago
  hogliux 87a895d5a4 Added a check to send fake mouse move events only if the current mouse cursor's position could have an effect on mouseEnter/mouseLeve events 9 years ago
  hogliux c02c4a14ee Updated linux web view to use more modern webkit2 API 9 years ago
  hogliux 86e28d1e42 Restructured android threading code to re-use threading code in juce_posix_Shared.h 9 years ago
  jules 6c7bb37720 Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile() 9 years ago
  jules f19390b531 Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit. 9 years ago
  hogliux 3cd9bed7d9 Ensured that gatt connection priority is only requested after the gatt has connected 9 years ago
  jules 7d6e5f8d73 Added a comment in the Desktop class 9 years ago
  hogliux 5b833d6648 Added Android workaround to force BLE Midi devices on low-latency device path 9 years ago
  jules 6db052524e Added const expressions to the littlefoot compiler 9 years ago
  hogliux 8daf6ae41f Fixed a minor documentation typo in a ChangeBroadcaster assertion comment 9 years ago
  jules 5b6c82b59c Improved some SVG CSS parsing, and did some minor internal cleanup on the parser. 9 years ago
  tpoole 9f06fabe10 Fixed a double-free Windows MIDI device bug 9 years ago
  jules 74004cbbe2 Did a bit of comment and code cleanup in ValueTree 9 years ago
  jules b0f06df714 In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising 9 years ago
  hogliux c8f8f81302 Removed activateIgnoringOtherApps call in macOS shutdown code to avoid JUCE stealing keyboard focus from other apps 9 years ago
  jules 4880ce760e Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails 9 years ago
  jules fbee2788ee Made File::appendText return false if the write failed 9 years ago
  tpoole 8b0354ff69 Added precompiler sections to make NormalisableRange compatible with OS X 10.5 9 years ago
  tpoole 710d27d74f Fixed the copy constructor and assignment operator of NormalisableRange 9 years ago
  tpoole 122f0b0c47 Fixed wav file reader unit tests 9 years ago
  jules 89ad7eb0a4 Modernised some code in some text layout classes, and made TextLayout draw underlining where the font asks for it 9 years ago
  hogliux f8ae98894f Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed 9 years ago
  hogliux 8aea84e20c Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 9 years ago
  ed ba9e1cc49b Added documentation for repaint() method in LittleFootFunctions.txt 9 years ago
  jules 7479be8542 Shuffled some pragmas around to stop MSVC from giving an unwanted warning 9 years ago
  tpoole 8a680bc4f6 Added a lambda function parameterisation of NormalisableRange 9 years ago
  hogliux 87a467c61b Reverted commit #ec0f3fc: Bug fix broke combo-box input 9 years ago
  hogliux ec21d0464d Fixed a bug in the linux XEmbedComponent and added support for host initiated embedding 9 years ago
  jules 84f4362a40 BLOCKS API: Added support for some extended topology messages 9 years ago
  jules 81bc630ba1 Avoided a spurious assertion when launching OSX file dialogs 9 years ago