1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. https://juce.com
Find a file
2010-02-09 20:06:02 +00:00
amalgamation Fix for atomics in OSX10.4, and popup menus on unusual monitor arrangements. 2010-02-09 15:08:59 +00:00
bin Updated .gitignore 2009-08-27 20:07:12 +01:00
build Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 2010-02-07 15:18:10 +00:00
docs Updated the API documentation 2009-12-20 16:01:35 +00:00
extras Added a flag to the AU resource headers. 2010-02-09 20:06:02 +00:00
src Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
.gitignore Added mac NSException catching and tidied up some warnings. 2009-12-11 17:54:58 +00:00
juce.h Fix for String copying thread-safety, and some minor compile issues. 2010-02-08 16:23:01 +00:00
juce_amalgamated.cpp Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
juce_amalgamated.h Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce_Config.h Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 2010-01-27 20:28:38 +00:00