9964 Commits (c89194f84d0e3ed18ef53dbdfa618d6e56c48adc)
 

Author SHA1 Message Date
  ed 3f565bf81f Re-saved all projects 7 years ago
  ed 5095bea44a Projucer: Use dynamic runtime linking by default on Windows 7 years ago
  jules 7429654b5e Fixed the FlexBox demo to make it update properly 7 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 7 years ago
  jules edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 7 years ago
  Tom Poole 0f752396a5 VST3: Made MIDI CC parameters non-automatable 7 years ago
  Noah Dayan 004360b59e Projucer: Added missing tooltip descriptions 7 years ago
  Noah Dayan 75394b19b6 Projucer: Added Help menu for quick access to online documentation 7 years ago
  ed 3664575ef1 Update all examples and extras projects to use new Projucer defaults 7 years ago
  ed 6e44578a51 Projucer: Remove old code that disabled "JUCE_QUICKTIME" flag 7 years ago
  jules 81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 7 years ago
  ed d6667e31a4 Projucer: Fixed a bug in the audio plugin property editors 7 years ago
  ed 1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 7 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 7 years ago
  Tom Poole af9526a1c3 DSP: Fixed a bug when oversampling multiple channels 7 years ago
  ed 5b32ef4897 Implement the menuActive flag in TextEditor 7 years ago
  ed 9046453701 Added a showMenuAsync() method to PopupMenu that takes a std::function 7 years ago
  Noah Dayan 381874c20a Fix typo in juce_TemporaryFile.h 7 years ago
  ed 728f9b4664 Fixed a typo in the comment above Component::createFocusTraverser() 7 years ago
  ed df35930a4f Projucer: Correct case for some iOS identifiers 7 years ago
  ed 73a4730b27 Projucer: Disable LTO by default on Android. Re-saved all Android projects 7 years ago
  ed 12bad3008b Re-saved all projects 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  ed 1d5c75546f Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 7 years ago
  ed 9717758901 Projucer: Update VS exporter optimisation level options to correspond to the options in VS 7 years ago
  ed aea1aac48c Projucer: Apply typeface name to font when loading painted text from XML 7 years ago
  jules 80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 7 years ago
  ed 846f4b4b50 Fixed a mistake in a comment in the LookAndFeel destructor 7 years ago
  jules 3dd94b7341 resaved projects 7 years ago
  Tom Poole 0638daf9a8 CoreAudio: Better handling of background device changes 7 years ago
  jules e7a5e520c6 Updated Button::onClick and added ComboBox::onChange 7 years ago
  jules 3300e71e17 Removal of RelativeCoordinate classes from the Drawables 7 years ago
  jules ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 7 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 7 years ago
  jules fa177328f4 Added a class EventHandler, for adding lambda callbacks to components 7 years ago
  jules a7e3339f86 Got rid of some very old legacy VC6 workaround typedefs 7 years ago
  Tom Poole 90f3d11ab8 Fixed an issue terminating threads on iOS 7 years ago
  jules 7c847e7126 Added some BSD target support 7 years ago
  Tom Poole ed71d280eb Fixed an intermittent unit test failure for the threaded analytics backend 7 years ago
  jules 81abb6a1a6 Avoided a spurious assertion when trying to compile invalid javascript 7 years ago
  jules 1d64394727 Tidied up a few things in Label 7 years ago
  Tom Poole e3aede39d8 DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator 7 years ago
  jules 4ac47ac8af Fixed a layout bug in the Projucer GUI tool 7 years ago
  jules 85f74ca7d3 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 7 years ago
  Lukasz Kozakiewicz ef482e6c37 Android: handle case when we don’t receive file open events while sharing. 7 years ago
  Lukasz Kozakiewicz 8e28a68bd0 Android: remove escape characters from file paths when sharing files. 7 years ago
  ed f7741ee085 Added some extra clarification to a comment above the assertion in LookAndFeel's destructor 7 years ago
  ed 9bb4e025ca Made the documentation of some classes clearer regarding when a notification will be sent 7 years ago
  ed c1c325c782 Fixed a few typos 7 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 7 years ago