1874 Commits (7ed282f3147d80e2f59fe37ae2b7b4b51be52a56)

Author SHA1 Message Date
  jules 271f519234 Tidied up some broken use of std::unique_ptr for holding linux handles 7 years ago
  Tom Poole 0469fde310 Fixed a data race when iterating directory contents 7 years ago
  jules a4c51494bf Made the Direct2D validate after painting 7 years ago
  hogliux 876aaf49e7 Allow multiple TooltipWindows as long as they do not share the same parent component 7 years ago
  hogliux aec8c367fe macOS: Only apply recent gl fix to shared windows and not to all of them 7 years ago
  hogliux 2362ca9125 macOS: Fixed a crash in a recent commit when an on-desktop component is deleted 7 years ago
  hogliux e91def7fae OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper 7 years ago
  ed f70a450bd4 Ensure that ComboBox::menuActive flag is set when calling showPopup() 7 years ago
  Lukasz Kozakiewicz 315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 7 years ago
  hogliux 7d056e2670 Tidied up some macOS ObjC conversion methods 7 years ago
  jules 87042769b6 Tidied up some more old typedefs 7 years ago
  jules dee78f29f6 Misc cleanups and modernisation 7 years ago
  ed 2d79cc78c0 Bump version number to 5.3.2 7 years ago
  ed 6b8b0a8c8f Removed a newline between a jassert and its associated comment 7 years ago
  ed 481221a256 Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
  jules 7909af4ecb Added a parameter includeChildren to Component::isMouseButtonDown 7 years ago
  jules 38295f332b Converted some old typedefs to using declarations 7 years ago
  ed a7b1720df0 Fixed a couple more documentation typos 7 years ago
  ed d1ed072622 Ensure that pressing the escape key always dismisses an AlertWindow 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  ed 40c948826c Added some braces in juce_Grid.cpp to work around a VS2015 compiler bug 7 years ago
  Tom Poole 3a373cfa06 Increased the warning level when building DemoRunner on iOS 7 years ago
  Tom Poole 9f85d53c66 Made Sliders preserve their skews when updating their range 7 years ago
  jules b8b6afd9ce Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value 7 years ago
  jules 8454db395e Fixed a std::unique_ptr compile error 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed 9c17e6172a Ensure that MultiChoicePropertyComponent colours are visible 7 years ago
  Tom Poole c7c26fa9f0 Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
  Tom Poole df6f60f2e0 Fixed a bug calculating the number of decimal places displayed in a slider 7 years ago
  ed 45698e40b2 Make Viewport::DragToScrollListener more robust and able to cope with the deletion of the original mouseDown event component 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  Noah Dayan 1a31c86f39 Bump version number to 5.3.1 7 years ago
  ed 97a4084804 Ensure that the expand button remains visible in MultiChoicePropertyComponent when expanding/shrinking the choice list 7 years ago
  ed 5fdfe3ceda Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown() 7 years ago
  ed fa63dc0fbd Use isLongPressOrDrag() when creating MouseEvents in Component 7 years ago
  ed 7cf8e28fdd Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  Lukasz Kozakiewicz c8b9bc79ba AlertWindow: ensure a native keyboard is hidden when alert window gets dismissed. 7 years ago
  ed d3c9577668 Take the scale factor of a PopupMenu into account when resizing the window in ensureItemIsVisible() 7 years ago
  jules 121719be69 Added new method Rectangle::toNearestIntEdges(), and used this to improve the Grid layout snapping 7 years ago
  Noah Dayan 65c82b99db Fixed typo in docs of MultiChoicePropertyComponent 7 years ago
  hogliux 5b0b97473c macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window 7 years ago
  ed c70d321007 Fixed a positioning bug in MultiChoicePropertyComponent 7 years ago
  ed 51ff1daf60 Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values 7 years ago
  ed 89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 7 years ago
  jules 734d33dd80 Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows 7 years ago
  ed a7b6f55885 Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes 7 years ago
  ed 404838a99f Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 7 years ago
  ed 9916aa6870 Minor cleanup in ChoicePropertyComponent 7 years ago
  ed b4b6feaf97 Added a isTextEditorMultiLine() method to TextPropertyComponent 7 years ago