5955 Commits (35ee44df8017d3f8b671bfbb9494e824fbc1187d)
 

Author SHA1 Message Date
  jules 35ee44df80 Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around. 10 years ago
  jules b5907fa90d Normalised some divider comments 10 years ago
  hogliux c64fcd72e9 Add automation support to the GenericEditor sample code 10 years ago
  jules cb6085733f Fixed a minor leak in posix WaitableEvent 10 years ago
  hogliux be34912b67 Remove unnecessary copying of channels in VST2 wrapper 10 years ago
  hogliux 32e34bc808 Fix ugly noise feedback bug for AUs in Logic 10 years ago
  hogliux f4ac12820c Fix channel names in surround channel layouts 10 years ago
  jules 5c05483fbb Fixed a minor typo in the Component docs. 10 years ago
  jules 6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 10 years ago
  jules 16466371f0 Added ability for ImageType::convert() to work on formats with different pixel strides 10 years ago
  jules cdf525f74a Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this) 10 years ago
  hogliux 8465dea2ac Fixed missing surround format in PluginBusUtilities 10 years ago
  jules 8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 10 years ago
  jules 613aaa765a Fixed parsing of ISO8601 millisecond fields 10 years ago
  jules 2343dc153d Added hidden internal helper function to access plugin carbon window wrappers 10 years ago
  jules 5835bbc363 Avoided a warning in the plugin host build 10 years ago
  jules f5ee78595a Added a workaround for a problem in MSVC when using large years in Time::formatted 10 years ago
  jules deae885df4 Avoided a warning in OSX when core graphics is disabled 10 years ago
  Timur Doumler 1b8c8bdb5d Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5. 10 years ago
  jules eca3a5b232 Fixed a typo in a comment 10 years ago
  jules 3fdf969ea2 Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests 10 years ago
  jules d6f02c9ba4 Avoided a false assertion in ChildProcess 10 years ago
  jules 32bb5798bf Fixed a rounding error in iOS audio device sample rate selection 10 years ago
  jules 536ca6cedf Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it 10 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 10 years ago
  jules b355af98a1 Disabled depth-test when overlaying 2D rendering on openGL 3D content 10 years ago
  jules 6256a9163d Resaved some example projects 10 years ago
  jules 68fdb3b2f0 Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin 10 years ago
  hogliux d0d9b9c181 Choose stereo layout as default layout when using legacy channel configuration field 10 years ago
  jules 3aa68f3d00 Added time-of-day to Time::getCompilationDate() 10 years ago
  jules d788e10eb4 Resaved projects 10 years ago
  jules ddd1b8eb92 Deleted a couple of unused files from an example 10 years ago
  Timur Doumler 5d4bef2f99 AudioPerformanceTest: cleaned up some Visual Studio compiler warnings and errors. 10 years ago
  hogliux fc8ffd9f76 Fix finding default layout for legacy plug-ins 10 years ago
  hogliux 10d1228e86 Add option to set default stack size for JUCE threads 10 years ago
  hogliux 05a3ebc4eb Scale webpages to fit display by default on iOS 10 years ago
  jules e67b67f513 New example project: audio performance test app 10 years ago
  jules 60e072f3c4 Added a new class: StatisticsAccumulator 10 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 10 years ago
  jules 00d98c991d Fix for ResizableWindow handling size constraints that are set before it gets made visible 10 years ago
  jules 15d746cf6e Added a safety mechanism for pathological cases where user code that repeatedly blocks in a timer callback could get the event loop stuck 10 years ago
  jules b010df5bcd Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given 10 years ago
  jules e051b5ad8f Added method HashMap::Iterator::reset() 10 years ago
  jules e1ba584203 Whitespace 10 years ago
  jules 6957a9e3a4 Fix to video demo 10 years ago
  jules dc7853d342 Fixed a mistake in the SurroundProcessor demo 10 years ago
  Timur Doumler 28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
  jules c2bd54aefc Added some assertions to catch event-based objects being used before the message manager has been initialised 10 years ago
  jules 11b652e35a Refactored win32 broadcast message handling to avoid clashes with MS Word 10 years ago
  hogliux 644a34da84 Fix linux compile error in setting file limit 10 years ago