a0350e4ee6 
								
							
								 
							
						 
						
							
							
								
								Projucer: add feature download & install live-build engine (including checks for supported OS versions)  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c87af8992 
								
							
								 
							
						 
						
							
							
								
								Fixed Linux compile error in Projucer  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fa0d49be7 
								
							
								 
							
						 
						
							
							
								
								Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ec9443543 
								
							
								 
							
						 
						
							
							
								
								Projucer various fixes  
							
							* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7abbf67a1a 
								
							
								 
							
						 
						
							
							
								
								Tweaked the iOS audio device to make the default buffer size play in the simulator  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8da23d43b 
								
							
								 
							
						 
						
							
							
								
								Enable live comilation for Windows  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81ff3a89b7 
								
							
								 
							
						 
						
							
							
								
								Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8343f3468c 
								
							
								 
							
						 
						
							
							
								
								Found a few missing 'override' specifiers  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54d3cfac1d 
								
							
								 
							
						 
						
							
							
								
								Projucer: Fixed a bug that could cause focus to seemingly jump around in the config tree  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc58656153 
								
							
								 
							
						 
						
							
							
								
								Projucer: made build panel UI update when signing out  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24f05c405a 
								
							
								 
							
						 
						
							
							
								
								Whitespace.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9066ed4d59 
								
							
								 
							
						 
						
							
							
								
								Projucer: fixed unreachable code warning in ProjectContentComponent::createBuildTab.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70949aa0c6 
								
							
								 
							
						 
						
							
							
								
								Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e9ed0d0a9 
								
							
								 
							
						 
						
							
							
								
								Introjucer: more refactoring  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5abb09ba16 
								
							
								 
							
						 
						
							
							
								
								Introjucer: moved some more classes out of MiscUtilities.h  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4b96dcf9a 
								
							
								 
							
						 
						
							
							
								
								Introjucer: some internal refactoring  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								810f2bfb2a 
								
							
								 
							
						 
						
							
							
								
								Introjucer: Added Android Studio exporter  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c53b00cb21 
								
							
								 
							
						 
						
							
							
								
								Introjucer: changes to implementation of auto-update and a few editor tweaks.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa0d2574e9 
								
							
								 
							
						 
						
							
							
								
								Introjucer: prevented recursively saving projects  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7b8e77031 
								
							
								 
							
						 
						
							
							
								
								Update copyright notice  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dab1a549b9 
								
							
								 
							
						 
						
							
							
								
								Introjucer: some internal refactoring.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e5b15a8e3 
								
							
								 
							
						 
						
							
							
								
								Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b0a6157fd 
								
							
								 
							
						 
						
							
							
								
								Introjucer: disabled a "save as" menu item when it's not needed.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f59d2e74e1 
								
							
								 
							
						 
						
							
							
								
								Fixes for Visual Studio  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b28a4bb23 
								
							
								 
							
						 
						
							
							
								
								more auto-update work  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e662da32b 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added a version and build date to the window background logo area.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53226c0660 
								
							
								 
							
						 
						
							
							
								
								Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d79bed3d1 
								
							
								 
							
						 
						
							
							
								
								Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								365e4611fa 
								
							
								 
							
						 
						
							
							
								
								Introjucer: misc minor fixes + tweaks.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e4825e7bd 
								
							
								 
							
						 
						
							
							
								
								Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9aae9651b 
								
							
								 
							
						 
						
							
							
								
								Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9113a7d6ab 
								
							
								 
							
						 
						
							
							
								
								Introjucer: internal refactoring work.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3333aa29d 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added a couple of view menu options.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								127342e147 
								
							
								 
							
						 
						
							
							
								
								Introjucer: minor refactoring.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f196f88330 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added a menu to choose which IDE to launch when there's more than one.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3861a04197 
								
							
								 
							
						 
						
							
							
								
								Some more override decorations.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77335b4baa 
								
							
								 
							
						 
						
							
							
								
								Introjucer: Improvements to the translation tool.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ddc1524742 
								
							
								 
							
						 
						
							
							
								
								Updated headers in demo project files.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c8fa3e6e7 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added a translation tool utility  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12c28fd882 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added "save as"  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								810e73b2bc 
								
							
								 
							
						 
						
							
							
								
								Introjucer: warning if trying to save read-only file.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfae2c8a38 
								
							
								 
							
						 
						
							
							
								
								Spelling.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0135d9efc 
								
							
								 
							
						 
						
							
							
								
								Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a50977e2f9 
								
							
								 
							
						 
						
							
							
								
								Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app)  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0fadda27c 
								
							
								 
							
						 
						
							
							
								
								Introjucer: updated window title bar status when current file has unsaved changes.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								234525aef9 
								
							
								 
							
						 
						
							
							
								
								Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80dc4c57b0 
								
							
								 
							
						 
						
							
							
								
								Introjucer: items which are not included in the project are now crossed-out.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbd7816566 
								
							
								 
							
						 
						
							
							
								
								Introjucer: win32 keystroke fixes.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73359d4af0 
								
							
								 
							
						 
						
							
							
								
								Introjucer: added text search for the code editor.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3831af62ef 
								
							
								 
							
						 
						
							
							
								
								Updated CodeEditorComponent to act as an ApplicationCommandTarget  
							
							
								
							
							
						 
						13 years ago