|  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 | fb15840f61 | Introjucer: removed a flag from the CodeBlocks project exporter. | 12 years ago | 
				
					
						|  jules | 2edec00b55 | Removed a few more uses of String::empty. | 12 years ago | 
				
					
						|  jules | 2623f4d1e1 | Added method String::clear(), and used it to replace a few uses of String::empty. | 12 years ago | 
				
					
						|  jules | 86d03cc5ed | Introjucer: avoided setting the MSVC character type if "default" is chosen. | 12 years ago | 
				
					
						|  jules | f2cca861dd | Introjucer: quoting of all include paths to keep Xcode 5 happy. | 12 years ago | 
				
					
						|  jules | 2c3d639d91 | Introjucer: fix for RTAS path when exporting VC projects. | 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 | 7643162766 | Introjucer: made it recognise .S files as needing to be compiled. | 12 years ago | 
				
					
						|  jules | 63cb062d35 | Initial commit of VST3 hosting. | 12 years ago | 
				
					
						|  jules | 5c98d8f48f | Introjucer: command line warning fix. | 12 years ago | 
				
					
						|  jules | e4557e618e | Introjucer: fix for Xcode paths that contain spaces | 12 years ago | 
				
					
						|  jules | 272c38ff53 | Introjucer: avoided mangling Xcode frameworks if they're specified as absolute paths. | 12 years ago | 
				
					
						|  jules | 5ffd878ebc | Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. | 12 years ago | 
				
					
						|  jules | a9c4a69408 | Introjucer: added a button to copy module paths across all modules. | 12 years ago | 
				
					
						|  jules | 12a8dd3092 | Avoided some pedantic GCC warnings. | 12 years ago | 
				
					
						|  jules | 664a585d19 | Introjucer: fix for GUI editor graphic element coords not updating. | 12 years ago | 
				
					
						|  jules | 172f19f4a4 | Introjucer: fix for module deletion bug, and some clean-ups. | 12 years ago | 
				
					
						|  jules | 14cb377f77 | Introjucer: fix to paths when copying modules locally. | 12 years ago | 
				
					
						|  jules | f485fdcf63 | Introjucer: Fixed a typo in the generated code. | 12 years ago | 
				
					
						|  jules | 4de9768ecb | Introjucer: better setup of module paths in new exporters. | 12 years ago | 
				
					
						|  jules | 2c9c35d3c3 | Fixed a few compiler warnings. | 12 years ago | 
				
					
						|  jules | f4a5a0ecb4 | Introjucer: better exporting of absolute module paths in android makefiles. | 12 years ago | 
				
					
						|  jules | 0137a6f7fc | Introjucer: made the string literal tool break up multi-line strings in a more readable way. | 12 years ago | 
				
					
						|  jules | 63587c007b | Introjucer: sorted out a win32 filename handling issue. | 12 years ago | 
				
					
						|  jules | 03e14b7851 | Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. | 12 years ago | 
				
					
						|  jules | ab6314f9e3 | Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. | 12 years ago | 
				
					
						|  jules | bea7b83cb8 | Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). | 12 years ago | 
				
					
						|  jules | 56ec1d1400 | Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code). Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility. | 12 years ago | 
				
					
						|  jules | bf6691dcf7 | Added a few override annotations. | 12 years ago | 
				
					
						|  jules | 022057460d | Introjucer: avoided assertion when launching files in windows explorer. | 12 years ago | 
				
					
						|  jules | 365e4611fa | Introjucer: misc minor fixes + tweaks. | 12 years ago | 
				
					
						|  jules | 81435f8134 | Made a few constant string arrays static to help compilers to optimise their initialisation. | 12 years ago | 
				
					
						|  jules | 8e4825e7bd | Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. | 12 years ago | 
				
					
						|  jules | cb2e2aa607 | Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. | 12 years ago | 
				
					
						|  jules | cff361828a | Introjucer: in GUI editor, made sure image resources are loaded correctly. | 12 years ago | 
				
					
						|  jules | 40ca59a54e | Introjucer: on windows, stopped the cancel button of the new project wizard from closing the app. | 12 years ago | 
				
					
						|  jules | b58d5da64d | Introjucer: fixed some compiler warnings. | 12 years ago | 
				
					
						|  jules | 0ba5b01497 | Introjucer: avoided losing the filename suffix when dropping folders into the tree. | 12 years ago | 
				
					
						|  jules | 877823b649 | Introjucer: added test UI command to the menu. | 12 years ago | 
				
					
						|  jules | c6becf2532 | Introjucer: stopped the modules panel from hammering the website. | 12 years ago | 
				
					
						|  jules | 20fa1be6ed | Introjucer: fix for finding modules on linux. | 12 years ago | 
				
					
						|  jules | 3c03b34c07 | Introjucer: made the Xcode projects correctly handle .c file types. | 12 years ago | 
				
					
						|  jules | b9636ce02b | Introjucer: when exporting, added the modules folders to the include path. | 12 years ago | 
				
					
						|  jules | 8c6caf8853 | Introjucer: made the new project wizard ask for a juce module folder. | 12 years ago | 
				
					
						|  jules | 3fe01cdca7 | Removed some duplicated code. | 12 years ago | 
				
					
						|  jules | 342684a4c2 | Introjucer: extended the binary data format to include a list of the filenames of all the resources. | 12 years ago | 
				
					
						|  jules | 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 | 
				
					
						|  jules | ec52acc609 | Minor clean ups inside Random class and introjucer. | 12 years ago | 
				
					
						|  jules | c7cab8e020 | Cleaned up some table look+feel code. | 12 years ago |