241 Commits (a75f023ca503d27f1d31ee43b08b72df92c5fd5f)

Author SHA1 Message Date
  hogliux 1cb3511793 Re-saved all projects 7 years ago
  hogliux 95b38b6623 Android: Add bluetooth permissions to the JuceDemo 7 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
  ed 550b547d73 Grid demo formatting 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  ed c1f564de98 Fixed a build error and warning on 10.6 7 years ago
  ed 67fd58c796 Re-saved all projects 7 years ago
  ed f1f2a34d04 Set the C++ language standard of all JUCE projects to C++14 7 years ago
  ed b115071bb5 Re-saved all projects 7 years ago
  hogliux 5eb5f9463b Fixed a MessageManager lock assertion in the OpenGL JUCE demo 7 years ago
  tpoole 1bd5292323 Resaved all projects 7 years ago
  Lukasz Kozakiewicz fc231a862f Re-save all projects. 7 years ago
  jules f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 7 years ago
  jules 6db06f7a9a Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere 7 years ago
  jules 76696a5f0d Tidied up some demo code 7 years ago
  Lukasz Kozakiewicz f6c74afc77 Resaved all projects. 7 years ago
  jules c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  ed a449e3bbb4 Use juce namespace for some uint32s in the CodeEditorDemo 7 years ago
  ed 0eb89d650a Improved the colour scheme of the code editor demo 7 years ago
  jules aa3d1c1564 Updated a defunct symbol in demo code 7 years ago
  tpoole 47698a86b1 MinGW: Fixed some 32 bit build errors 7 years ago
  tpoole 9fc21a8d5a Re-saved all projects 7 years ago
  hogliux 8b3ab7c152 Windows: Remove deprecated direct show macro from JUCE demo 7 years ago
  tpoole b58a0f4be7 Fixed some VS2013 compiler errors 7 years ago
  hogliux ede622c1ef Re-saved all projects 7 years ago
  tpoole 7316128918 Fixed some bugs in the sliders demo 7 years ago
  hogliux a2a0a2cae6 Fixed compiler errors when compiling with GNU libstdc++ 7 years ago
  hogliux cfdd849b66 Re-saved all projects 7 years ago
  jules 55f536078a Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 years ago
  hogliux 3c871602dc Re-saved all projects 7 years ago
  hogliux 1b7d30f0f4 Android: Moved more Java code into C++ 7 years ago
  hogliux 6d49b9d99c Re-saved all projects 7 years ago
  hogliux 9aaea99f3c Re-saved all projects 7 years ago
  jules 2bbd2b9785 Added CSS Grid classes 7 years ago
  hogliux 04f459b22e Re-saved all projects 7 years ago
  hogliux 244a944857 Added the JUCE DSP module 7 years ago
  tpoole 9f9f815208 Resaved all projects 7 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
  tpoole 9649dde424 Resaved all projects 7 years ago
  ed 6bfcd820b4 Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 8 years ago
  jules 4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 8 years ago
  tpoole 98cb1011bb JUCE Demo: Increased the compiler warning level 8 years ago
  ed 470060b6ee Resaved all projects 8 years ago
  jules a2a5428eab Added a missing iOS framework to the juce_video module 8 years ago
  jules 096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 8 years ago
  tpoole fb172ac41b Resaved all projects 8 years ago
  jules 2fdf9d377f Resaved example projects 8 years ago
  jules 74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 8 years ago