4a3ea2721d 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Refactoring:  Use any_of(), all_of() or, none_of() instead of find_if() where possible  
							
							When the result of find_if() is only compared to the container's end(),
the operation can normally be expressed more concisely using any_of(),
all_of(), or none_of(). 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2707ea3ca0 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Add support for C++20 project language standard  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d13a23ad14 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Build:  Ensure that plugin and manufacturer codes are exactly four characters in length  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4046912b6e 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fix string escaping in IAA name definition  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3c68581567 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Use jassertquiet where possible  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43e577ba6c 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Remove unused embedded image data  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								551d7b9c5b 
								
							
								 
							
						 
						
							
							
								
								Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options  
							
							- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
  - Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
  - Update the DialogsDemo to demonstrate the new methods
  - Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
  - Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
  - Use modern TaskDialog on Windows for the native dialog box where available 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5373eed02 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Partially revert  8ce68447 
							
							When loading exporter icons on a background save thread we need to take the MessageManagerLock as the image file may be an SVG which has a message thread dependency in the Drawable parsing code 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5c3b81f82 
								
							
								 
							
						 
						
							
							
								
								Use C++14 lambda capture initialisers for initialising deletion checkers  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77b816b042 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Ensure that save error messages are shown when using the "Save Project and Open in IDE" command  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6ed8065f70 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								CMake:  Support automatic linking of bundled libraries in modules  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe4ba9071b 
								
							
								 
							
						 
						
							
							
								
								Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0  
							
							See BREAKING-CHANGES.txt for more details. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								78be43888e 
								
							
								 
							
						 
						
							
							
								
								Update the minimum C++ standard to C++14  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ce68447bb 
								
							
								 
							
						 
						
							
							
								
								DrawableImage:  Remove a message thread dependency  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								31a7c62baf 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Windows:  Fix and suppress some analysis warnings  
							
							This fixes warnings that are emitted when building with the `-analyze`
flag enabled. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								cc4624dfbc 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Projucer:  Remove unused function  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c016af6ee 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Avoid use-after-free in Sidebar destructor  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfdda737a2 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Removed the live build  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab564b75f1 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fixed an assertion caused by the project content component trying to grab keyboard focus when not visible  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69085b2a61 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Accessibility updates  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0bcba8d71 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Only update module list on change  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f900581605 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Do a breadth first search for modules  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60e13bec0c 
								
							
								 
							
						 
						
							
							
								
								Allow use of an external VST3 SDK on BSD  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79fbde7099 
								
							
								 
							
						 
						
							
							
								
								Added preliminary support for FreeBSD  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8c9c3c3ca9 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Projucer:  Use exporter name, rather than build folder name, to locate pre-built libraries  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								748d477a17 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Made multiline text input boxes resize to fit their contents  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f2e0552ba7 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Build:  Update docs for plugin- and manufacturer-code  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								336398893d 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Deprecate the CLion exporter  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e043408224 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fixed a keyboard focus issue with project messages  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5497ab01a 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Don't trigger background version check when it has been explicitly disabled  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c60312e53 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fix bug in isPluginClientSource  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8baf7a6b5d 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Ensure module sources are added to the correct target  
							
							Fixes an issue where module sources with names including `_Standalone_`, `_AU_`
etc. were added to the target for that plugin format, instead of being added to
the shared code target. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								268ac3d5c8 
								
							
								 
							
						 
						
							
							
								
								Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d677fd6264 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Added PCH support for Xcode and Visual Studio exporters  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3af3a5381 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Disable project saving when file modification warning is showing  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31613e8e7d 
								
							
								 
							
						 
						
							
							
								
								Support Metal shaders in modules  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a01abbc41 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Tidy up  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1afbbe5417 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Made the plug-in client file target type check a bit more robust  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3de4fab219 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Synchronise access to EnabledModuleList state  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2022407f97 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Projucer:  Add a VALID_ARCHS property to the Xcode exporter  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91d9679f0b 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6973f850d7 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fixed upgrade message  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								013fd5e5d6 
								
							
								 
							
						 
						
							
							
								
								juce6:  Update some referenes to JUCE 5 in docstrings  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								394c4fd475 
								
							
								 
							
						 
						
							
							
								
								Clang:  Fix warnings when building with clang 10  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								159a274a03 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Added a more helpful message for incompatible licenses  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								009d685179 
								
							
								 
							
						 
						
							
							
								
								Updated all license headers  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d08c26e94d 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Only load the live-build .dll when it's enabled  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7f44a9cf5 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Updated licence code to JUCE 6  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb671a6809 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Fixed default avatar image  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3283f2224a 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Added new start page window  
							
							
								
							
							
						 
						5 years ago