hogliux
							
						 | 
						
							
							
							
								
							
								c7b8e77031
								
							
								
							
						 | 
						
							
							
								
								Update copyright notice
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								1d9161d55e
								
							
								
							
						 | 
						
							
							
								
								Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers.
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								31087226bc
								
							
								
							
						 | 
						
							
							
								
								Minor tweak for console win32 builds.
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								619716751e
								
							
								
							
						 | 
						
							
							
								
								Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes.
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								42aa27900b
								
							
								
							
						 | 
						
							
							
								
								Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
							
							
							
							
								
							
							
						 | 
						12 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								5a1112ab94
								
							
								
							
						 | 
						
							
							
								
								Updated the format of the header include guard macros.
							
							
							
							
								
							
							
						 | 
						12 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								03c2801f3f
								
							
								
							
						 | 
						
							
							
								
								Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
							
							
							
							
								
							
							
						 | 
						12 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								dcfbfed8bc
								
							
								
							
						 | 
						
							
							
								
								Fix for main() declaration.
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								8c4d4d2577
								
							
								
							
						 | 
						
							
							
								
								Change to WinMain prototype.
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								d24ee139d3
								
							
								
							
						 | 
						
							
							
								
								Introjucer: wizards for auto-generating new Component classes
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								be013b485d
								
							
								
							
						 | 
						
							
							
								
								Fixed a typo.
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								146afac6d7
								
							
								
							
						 | 
						
							
							
								
								Improved format of WinMain function.
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								557b4f99ac
								
							
								
							
						 | 
						
							
							
								
								Fix for START_JUCE_APPLICATION when windows.h has been included.
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								18cfadf898
								
							
								
							
						 | 
						
							
							
								
								Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
							
							
							
							
								
							
							
						 | 
						13 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								4808d9c318
								
							
								
							
						 | 
						
							
							
								
								Hard-coded some juce namespace declarations.
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								b70e0a28d2
								
							
								
							
						 | 
						
							
							
								
								First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								94a0bf1af1
								
							
								
							
						 | 
						
							
							
								
								Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								328cc11713
								
							
								
							
						 | 
						
							
							
								
								Removed the initialiseJuce_NonGUI() and shutdownJuce_NonGUI() methods - these aren't needed any more. Removed some old MidiOutput methods which weren't cross-platform. OpenGLComponent updates. Extra DropShadower safety.
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								5d98779f19
								
							
								
							
						 | 
						
							
							
								
								Updated the date in the copyright notice.
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								b442388218
								
							
								
							
						 | 
						
							
							
								
								Minor string fixes.
							
							
							
							
								
							
							
						 | 
						14 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								618d3fdf64
								
							
								
							
						 | 
						
							
							
								
								Tidied up some win32 linkage declarations. Fixed some component size constraining problems on mac and win32.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								ccd8566e96
								
							
								
							
						 | 
						
							
							
								
								Fix for iOS launching. Tweak for win32 font rendering. Added a File::hostApplicationPath flag.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								c20daf9740
								
							
								
							
						 | 
						
							
							
								
								Fixed a mac initialisation problem.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								6c4d8023bd
								
							
								
							
						 | 
						
							
							
								
								Cleaned up and restructured some app startup code. Updated some iPhone settings.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								27506c2120
								
							
								
							
						 | 
						
							
							
								
								Copyright notice update.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   Julian Storer
							
						 | 
						
							
							
							
								
							
								0d278483e4
								
							
								
							
						 | 
						
							
							
								
								Fix for String copying thread-safety, and some minor compile issues.
							
							
							
							
								
							
							
						 | 
						15 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								158a17f08a
								
							
								
							
						 | 
						
							
							
								
								(Added missing files from last check-in)
							
							
							
							
								
							
							
						 | 
						16 years ago |