|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  jules | cadac817c6 | Enabled some more warning flags in Xcode, and fixed the problems they caused | 6 years ago | 
				
					
						|  Tom Poole | ab863a6dc2 | Replaced all usage of ScopedPointer with std::unique_ptr | 7 years ago | 
				
					
						|  ed | 590e49216e | Projucer:  Removed an unused lambda capture and some code cleanup in SourceCodeEditor | 7 years ago | 
				
					
						|  jules | 2dc9316420 | Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) | 8 years ago | 
				
					
						|  hogliux | 54029e776d | Projucer:  Re-factored source code groups and general code clean-up | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | 750ab85fe9 | Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. | 8 years ago | 
				
					
						|  jules | 44cd80969d | A few C++11 modernisations and comment corrections | 8 years ago | 
				
					
						|  tpoole | e33abbc6fe | Replaced Projucer-generated header guards with #pragma once and updated the examples | 8 years ago | 
				
					
						|  jules | 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 | 
				
					
						|  Timur Doumler | 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 | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | c53b00cb21 | Introjucer: changes to implementation of auto-update and a few editor tweaks. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 6bc4d7627f | Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. | 10 years ago | 
				
					
						|  jules | d63668a5c1 | Added XML and Lua tokenisers for the CodeEditorComponent | 12 years ago | 
				
					
						|  jules | 81435f8134 | Made a few constant string arrays static to help compilers to optimise their initialisation. | 12 years ago | 
				
					
						|  jules | 711764103e | Introjucer: made it recognise the .hh file suffix. | 12 years ago | 
				
					
						|  jules | 3861a04197 | Some more override decorations. | 12 years ago | 
				
					
						|  jules | 4b128378cf | CodeEditorComponent rendering improvements. Faster OSX font lookup. | 12 years ago | 
				
					
						|  jules | ddc1524742 | Updated headers in demo project files. | 12 years ago | 
				
					
						|  jules | d7da1c1e3e | Introjucer: previewing SVG files | 12 years ago | 
				
					
						|  jules | c7506df13f | Changed some pass-by-references to pass-by-value to improve compiler optimisation. | 12 years ago | 
				
					
						|  jules | 97ed2ac915 | Introjucer: code editor popup menu helper function to insert a new class declaration. | 12 years ago | 
				
					
						|  jules | 12c28fd882 | Introjucer: added "save as" | 12 years ago | 
				
					
						|  jules | 69a08e3fb2 | Removed some superfluous semicolons. | 12 years ago | 
				
					
						|  jules | b0fadda27c | Introjucer: updated window title bar status when current file has unsaved changes. | 12 years ago | 
				
					
						|  jules | 234525aef9 | Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. | 13 years ago | 
				
					
						|  jules | fae88c8b88 | Minor documentation updates. Added MidiMessageSequence::sort() method. | 13 years ago | 
				
					
						|  jules | 29e5dd20e2 | Introjucer: editor updates | 13 years ago | 
				
					
						|  jules | 73359d4af0 | Introjucer: added text search for the code editor. | 13 years ago | 
				
					
						|  jules | 68880492f1 | Introjucer: editor scrolling changes. | 13 years ago | 
				
					
						|  jules | b396155430 | Introjucer: file type fix. | 13 years ago | 
				
					
						|  jules | 1cd7660f10 | Introjucer: popup menu for code editor. | 13 years ago | 
				
					
						|  jules | b0b6a7ca25 | Introjucer: added command to open counterpart files. | 13 years ago | 
				
					
						|  jules | b11527d751 | Introjucer: launching a project now opens the first possible exporter in the list. | 13 years ago | 
				
					
						|  jules | 8ee1897916 | Introjucer: some code editor fixes and functionality. | 13 years ago | 
				
					
						|  jules | d78b10edb3 | Introjucer: code indent tweaks. | 13 years ago | 
				
					
						|  jules | 25e7361f2c | Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. | 13 years ago | 
				
					
						|  jules | 0475cedff5 | Introjucer: commands to move back/forwards through open docs. | 13 years ago | 
				
					
						|  jules | 9e3cd767aa | Introjucer: minor internal changes. | 13 years ago | 
				
					
						|  jules | e875c65642 | Introjucer: some treeview refactoring. | 13 years ago | 
				
					
						|  jules | 4233f603db | More MouseInputSource tweaks. | 13 years ago | 
				
					
						|  jules | 6758ce0bc9 | CodeEditorComponent improvements and TextEditor menu refactoring. | 13 years ago | 
				
					
						|  jules | f824e99f2d | Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. | 13 years ago | 
				
					
						|  jules | f2426cc7de | Minor additions to OptionalScopedPointer. Internal introjucer tweaks. | 13 years ago |