|  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 | 5abb09ba16 | Introjucer: moved some more classes out of MiscUtilities.h | 9 years ago | 
				
					
						|  jules | e4b96dcf9a | Introjucer: some internal refactoring | 9 years ago | 
				
					
						|  jules | 76177fc431 | Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows | 9 years ago | 
				
					
						|  jules | 5fcf662375 | Fixes for Introjucer in Xcode 7 | 10 years ago | 
				
					
						|  jules | 2877653cc3 | Introjucer: added hack to enable c++ syntax highlighting in the editor for extensionless libc++ header files. | 10 years ago | 
				
					
						|  Timur Doumler | c922162b03 | Introjucer: added global preferences window and global SDK path settings. | 10 years ago | 
				
					
						|  jules | 6db05a6100 | Tweaked some syntax to help with Clang/Windows compatibility | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 26143d5034 | Introjucer: added a better browser for module paths | 10 years ago | 
				
					
						|  jules | 43ce64a099 | Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. | 10 years ago | 
				
					
						|  jules | 7c48d2cff8 | Introjucer: added minor utility function. | 10 years ago | 
				
					
						|  jules | 4d79bed3d1 | Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. | 12 years ago | 
				
					
						|  jules | a316bd5f6f | Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. | 12 years ago | 
				
					
						|  jules | c28c6c3e7c | Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. | 12 years ago | 
				
					
						|  jules | bf6691dcf7 | Added a few override annotations. | 12 years ago | 
				
					
						|  jules | c7cab8e020 | Cleaned up some table look+feel code. | 12 years ago | 
				
					
						|  jules | 8a66ec83f0 | Minor clean-ups. | 12 years ago | 
				
					
						|  jules | c75a7300f5 | Added some 'override' modifiers to overridden methods. | 12 years ago | 
				
					
						|  jules | fc79df875f | Refactoring of some glypharrangement code. | 12 years ago | 
				
					
						|  jules | ddc1524742 | Updated headers in demo project files. | 12 years ago | 
				
					
						|  jules | 910b834f72 | Minor clean-ups. | 12 years ago | 
				
					
						|  jules | ddb6b969ea | Introjucer: new plist format for AU plugins. | 13 years ago | 
				
					
						|  jules | 80dc4c57b0 | Introjucer: items which are not included in the project are now crossed-out. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 9fde239d9c | Misc minor tidying up. | 13 years ago | 
				
					
						|  jules | b4fe06fb81 | CallOutBox: changed parameters to allow better positioning, and improved layout algorithm. | 13 years ago | 
				
					
						|  jules | 753ebf48e5 | Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. | 13 years ago | 
				
					
						|  jules | 49d0182f61 | Introjucer: graphical tweaks, binary data header change. | 13 years ago | 
				
					
						|  jules | 4268ed7453 | Introjucer: better tool windows. Font fixes. | 13 years ago | 
				
					
						|  jules | bddebf3433 | Added a couple of reduced/expanded methods to Rectangle. | 13 years ago | 
				
					
						|  jules | dc9e0cb9bb | Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. | 13 years ago | 
				
					
						|  jules | 515bfe90b2 | Introjucer: new tab panel look and feel. | 13 years ago | 
				
					
						|  jules | 1e9e6cbf79 | New methods for Graphics, CallOutBox. | 13 years ago | 
				
					
						|  jules | 6fe9e2db73 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 1f2b26a30b | Introjucer: refactored icons. | 13 years ago | 
				
					
						|  jules | f824e99f2d | Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. | 13 years ago | 
				
					
						|  jules | ead42bd39a | Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. | 13 years ago | 
				
					
						|  jules | 1fd27d7ed6 | Introjucer: fix for binary data file generation when no images are present. | 13 years ago | 
				
					
						|  jules | 0c142b51b5 | Introjucer: avoided clang warning in generated binary data code. | 13 years ago | 
				
					
						|  jules | a2845d8895 | Introjucer: some preliminary AAX work. | 13 years ago | 
				
					
						|  jules | 51b2068576 | Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). | 13 years ago | 
				
					
						|  jules | 7241a03860 | Introjucer: Added a library paths settings for all platforms. | 13 years ago | 
				
					
						|  jules | 10a388a9e8 | Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. | 13 years ago | 
				
					
						|  jules | a0a500ee4b | Minor introjucer work. Minor fix for binarybuilder. | 13 years ago | 
				
					
						|  jules | a6fe278654 | Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes. | 13 years ago | 
				
					
						|  jules | 51a81f5f4d | Fix for Graphics::drawBevel. Minor introjucer changes. | 13 years ago | 
				
					
						|  jules | c539feabd5 | Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups. | 13 years ago | 
				
					
						|  jules | 58db7eb880 | Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. | 14 years ago | 
				
					
						|  jules | c7354b927e | Introjucer updates to the new project wizard and module update system. | 14 years ago |