|  jules | 2877653cc3 | Introjucer: added hack to enable c++ syntax highlighting in the editor for extensionless libc++ header files. | 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 | 4d79bed3d1 | Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. | 12 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 | 134e1cd1c2 | Intrijucer: fixed an opacity assertion. | 12 years ago | 
				
					
						|  jules | 127342e147 | Introjucer: minor refactoring. | 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 | eb646f8c42 | Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. | 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 | 69b90487aa | Added support for c++11 override and final keywords, and blank definitions for older compilers. | 12 years ago | 
				
					
						|  jules | 97ed2ac915 | Introjucer: code editor popup menu helper function to insert a new class declaration. | 12 years ago | 
				
					
						|  jules | af18430f08 | Changed Label::setText to use a NotificationType parameter rather than a bool. | 12 years ago | 
				
					
						|  jules | 12c28fd882 | Introjucer: added "save as" | 12 years ago | 
				
					
						|  jules | ffd894089d | Cleaned up a few static analyser warnings. | 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 | f13621a78d | Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. | 13 years ago | 
				
					
						|  jules | a1614a8879 | Minor changes for VC2005 | 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 | 3831af62ef | Updated CodeEditorComponent to act as an ApplicationCommandTarget | 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 | 2b32036ab3 | Introjucer: code indenting changes. | 13 years ago | 
				
					
						|  jules | 9a89d815cc | Reverted CodeDocument::replaceAllContent, and added an applyChanges() method. | 13 years ago | 
				
					
						|  jules | 85e5fae0fd | Made CodeDocument:: replaceAllContent apply a diff of only the changed regions. | 13 years ago | 
				
					
						|  jules | 8149502c8b | Made SortedSet::add() return a bool. Improvements to code editor indents. | 13 years ago | 
				
					
						|  jules | 87db662f29 | Introjucer: code editor improvements, icon class reshuffle. | 13 years ago | 
				
					
						|  jules | d4ae8f3d55 | Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. | 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 | 1b2b1a1aac | Introjucer: colour scheme presets and aesthetic stuff. | 13 years ago | 
				
					
						|  jules | 515bfe90b2 | Introjucer: new tab panel look and feel. | 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 | fb29acf1fa | Introjucer: minor internal stuff. | 13 years ago | 
				
					
						|  jules | 9e3cd767aa | Introjucer: minor internal changes. | 13 years ago | 
				
					
						|  jules | e875c65642 | Introjucer: some treeview refactoring. | 13 years ago |