8536 Commits (df35930a4f4ea90e19ccca04eeb8a6720bebc93d)
 

Author SHA1 Message Date
  ed df35930a4f Projucer: Correct case for some iOS identifiers 8 years ago
  ed 73a4730b27 Projucer: Disable LTO by default on Android. Re-saved all Android projects 8 years ago
  ed 12bad3008b Re-saved all projects 8 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 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
  ed 9717758901 Projucer: Update VS exporter optimisation level options to correspond to the options in VS 8 years ago
  ed aea1aac48c Projucer: Apply typeface name to font when loading painted text from XML 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
  jules 3dd94b7341 resaved projects 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 4ac47ac8af Fixed a layout bug in the Projucer GUI tool 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
  ed 07ddc94d51 Projucer: Try to get path from compatible exporters first when getting module folder 8 years ago
  ed 617a8e77af Projucer: More robust methods for updating module information when project settings change 8 years ago
  ed 100a3dd1f3 Projucer: Disable multi-select module options when no modules are selected 8 years ago
  ed da592adb69 Projucer: Show the menu for adding a new module when clicking the "+" button in the modules panel even if a module is currently selected 8 years ago
  ed 4123188367 Projucer: Fixed an issue where the TextEditor overlay when renaming file groups was offset slightly 8 years ago
  jules e6267afaae Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 8 years ago
  Tom Poole a253168a25 Fixed a crash when disabling all input or outputs when using DirectSound 8 years ago
  jules 84e86a26e6 Tweaked the Component::setBoundsToFit method to take a rectangle, and tidied up a few things inside Component 8 years ago
  Tom Poole 71bc0ca7e6 Code cleanup 8 years ago
  jules 7294118612 Changed Button so that it won't actively trigger a click when connected up to a Value source that changes 8 years ago
  Tom Poole a2a3f32d8f Fixed some issues with IO channel counts in the StandaloneFilterWindow 8 years ago
  Noah Dayan 75e6075474 Add documentation to juce_AudioChannelSet.h 8 years ago
  Tom Poole dca1ef3c3a Added some documentation to addAndMakeVisible 8 years ago
  Lukasz Kozakiewicz ce0ab63f57 Android: avoid an assertion in URL::isLocalFile(). 8 years ago
  Tom Poole 3c370259a9 Fixed an issue with the FileChooser prepending "/localhost" to paths 8 years ago
  Tom Poole cc67e26658 Fixed a typo in SelectedItemSet 8 years ago
  Tom Poole 2bda2016c1 Fixed an issue with setAudioPreprocessingEnabled on iOS 8 years ago
  Tom Poole 3519de9a22 A more careful assertion about allowed file type filters in MacOS FileChoosers 8 years ago
  Noah Dayan 5dfa8bc707 Fix description of exporter setting Duplicate Resources Folder For App Extension in jucer_ProjectExporter_Xcode.h 8 years ago