1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2019-07-02 13:54:38 +01:00
..
containers Fixed a const access issue in OwnedArray 2019-06-07 19:52:56 +01:00
files Removed a problematic unit test when running as a Windows system process 2019-06-20 17:26:19 +01:00
javascript Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
logging Removed unused method 2019-03-05 17:23:34 +00:00
maths Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 2019-06-19 11:39:28 +01:00
memory Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
misc Fixed an argument forwarding bug in StdFunctionCompat 2019-06-21 14:17:56 +01:00
native macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
network Fixed a crash when fetching large content in URL::FallbackDownloadTask 2019-06-28 12:52:36 +01:00
streams Added a constructor to MemoryInputStream that will move from a MemoryBlock 2019-07-02 13:54:38 +01:00
system PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 2019-06-20 13:55:18 +01:00
text Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
threads Fixed some more Linux compiler warnings 2019-06-05 10:43:46 +01:00
time Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
unit_tests Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
xml Updated some documentation 2019-06-12 15:01:11 +01:00
zip Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_core.cpp Prevented the Apple system headers from including some unnecessary C library headers 2019-05-10 16:58:30 +01:00
juce_core.h Projucer: Fixed the default value of JUCE_CATCH_UNHANDLED_EXCEPTIONS 2019-05-30 11:52:28 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00