5537 Commits (bb5dd6aaa6ee0e736d845ccdbd2cd1d08d83457d)

Author SHA1 Message Date
  Lukasz Kozakiewicz f2fc06b447 Android: add utility macro to log JNI references table. 8 years ago
  Lukasz Kozakiewicz 6e5b6b3eb1 Android: fix JNI local references leak in JNIClassBase. 8 years ago
  Noah Dayan 1d43cdb508 Add missing documentation to juce_AudioAppComponent.h 8 years ago
  ed 0a15be729e OpenGL: Apply Component's transform when invalidating 8 years ago
  Noah Dayan 61418912bc Fix documentation typo in juce_ColourSelector.h 8 years ago
  jules 057bb262dd Enabled std::atomic for Android 8 years ago
  jules 8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 8 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 8 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 8 years ago
  jules 5b13063162 Fixed a typo in comments 8 years ago
  Tom Poole 49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 8 years ago
  jules f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 8 years ago
  ed 515f4846a5 OpenGL: Take a Component's transform into account when painting 8 years ago
  jules 249ab04f76 fixed a typo 8 years ago
  jules 7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 8 years ago
  jules 78b0ab6442 A few code cleanups 8 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 8 years ago
  jules edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 8 years ago
  Tom Poole 0f752396a5 VST3: Made MIDI CC parameters non-automatable 8 years ago
  Noah Dayan 004360b59e Projucer: Added missing tooltip descriptions 8 years ago
  jules 81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 8 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 8 years ago
  ed 5b32ef4897 Implement the menuActive flag in TextEditor 8 years ago
  ed 9046453701 Added a showMenuAsync() method to PopupMenu that takes a std::function 8 years ago
  Noah Dayan 381874c20a Fix typo in juce_TemporaryFile.h 8 years ago
  ed 728f9b4664 Fixed a typo in the comment above Component::createFocusTraverser() 8 years ago
  ed 1d5c75546f Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 8 years ago
  jules 80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 8 years ago
  ed 846f4b4b50 Fixed a mistake in a comment in the LookAndFeel destructor 8 years ago
  Tom Poole 0638daf9a8 CoreAudio: Better handling of background device changes 8 years ago
  jules e7a5e520c6 Updated Button::onClick and added ComboBox::onChange 8 years ago
  jules 3300e71e17 Removal of RelativeCoordinate classes from the Drawables 8 years ago
  jules ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 8 years ago
  jules be5f2d62c4 Added some helper objects Button::onClick and Button::onStateChange, which let you easily assign a lambda to be called on these events 8 years ago
  jules fa177328f4 Added a class EventHandler, for adding lambda callbacks to components 8 years ago
  jules a7e3339f86 Got rid of some very old legacy VC6 workaround typedefs 8 years ago
  Tom Poole 90f3d11ab8 Fixed an issue terminating threads on iOS 8 years ago
  jules 7c847e7126 Added some BSD target support 8 years ago
  Tom Poole ed71d280eb Fixed an intermittent unit test failure for the threaded analytics backend 8 years ago
  jules 81abb6a1a6 Avoided a spurious assertion when trying to compile invalid javascript 8 years ago
  jules 1d64394727 Tidied up a few things in Label 8 years ago
  Tom Poole e3aede39d8 DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator 8 years ago
  jules 85f74ca7d3 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 8 years ago
  Lukasz Kozakiewicz ef482e6c37 Android: handle case when we don’t receive file open events while sharing. 8 years ago
  Lukasz Kozakiewicz 8e28a68bd0 Android: remove escape characters from file paths when sharing files. 8 years ago
  ed f7741ee085 Added some extra clarification to a comment above the assertion in LookAndFeel's destructor 8 years ago
  ed 9bb4e025ca Made the documentation of some classes clearer regarding when a notification will be sent 8 years ago
  ed c1c325c782 Fixed a few typos 8 years ago
  ed fe3635bd83 Added a setEditable() method to TextPropertyComponent and an optional argument to its constructors to set whether its text editor should be editable 8 years ago
  jules e6267afaae Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 8 years ago