7447 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)
 

Author SHA1 Message Date
  ed e8ac4a7c27 BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id 8 years ago
  hogliux 7a7619d64e Fixed resizing issues and memory leaks in linux web browser component 8 years ago
  jules 1234775fc7 Minor tidying-up in some OSX UI code 8 years ago
  hogliux bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 8 years ago
  jules e778d35fdc Refactored some internal win32 file attribute functions 8 years ago
  jules 2f523cfae7 Added /usr/share/fonts as an extra font search-path on linux 8 years ago
  ed 79885fc6ad Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly 8 years ago
  jules bc78b2f524 Added a constructor to ColourGradient that takes Point arguments 8 years ago
  jules a4c0968635 Fixed a problem with mouse interception in Drawable's base class copy constructor 8 years ago
  hogliux ee3457abb1 Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions 8 years ago
  jules e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 8 years ago
  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
  tpoole dd7c510e2f Added a Projucer warning when a project includes outdated Visual Studio exporters 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 8 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 8 years ago
  hogliux 00e38f2ef5 Re-saved all projects 8 years ago
  hogliux c02c4a14ee Updated linux web view to use more modern webkit2 API 8 years ago
  hogliux 86e28d1e42 Restructured android threading code to re-use threading code in juce_posix_Shared.h 8 years ago
  jules 6c7bb37720 Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile() 8 years ago
  jules f19390b531 Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit. 8 years ago
  hogliux e2f38312b6 Updated Projucer's default android plugin version to latest (2.3.1) 8 years ago
  hogliux 3cd9bed7d9 Ensured that gatt connection priority is only requested after the gatt has connected 8 years ago
  ed 308f634f62 Fixed a bug in the Projucer where the live-build's continuous recompilation state wasn't being changed when toggled on/off in the menu 8 years ago
  jules 7d6e5f8d73 Added a comment in the Desktop class 8 years ago
  tpoole 8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 8 years ago
  tpoole 0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 8 years ago
  hogliux 5b833d6648 Added Android workaround to force BLE Midi devices on low-latency device path 8 years ago
  hogliux c25457835e Added manifest file property to the Projucer's MSVC exporter 8 years ago
  jules 6db052524e Added const expressions to the littlefoot compiler 8 years ago
  hogliux 8daf6ae41f Fixed a minor documentation typo in a ChangeBroadcaster assertion comment 8 years ago
  jules 5b6c82b59c Improved some SVG CSS parsing, and did some minor internal cleanup on the parser. 8 years ago
  tpoole 9f06fabe10 Fixed a double-free Windows MIDI device bug 8 years ago