|  jules | 44cd80969d | A few C++11 modernisations and comment corrections | 8 years ago | 
				
					
						|  ed | beab10fca7 | Added a check in ImagePreviewComponent to avoid reading directories | 8 years ago | 
				
					
						|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 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 | 
				
					
						|  hogliux | 65e1b6008c | Add missing overrides in FileTreeComponent | 9 years ago | 
				
					
						|  jules | b6d78f882c | Avoided an analyser warning on iOS | 9 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 9 years ago | 
				
					
						|  jules | 189853720a | Cleaned up a few uses of Image::null | 9 years ago | 
				
					
						|  jules | a886a38c00 | Avoided an unnecessary refresh when a FileBrowserComponent is first created | 9 years ago | 
				
					
						|  hogliux | 9629de32bb | Add treatFilePackagesAsDirectories flag to native FileChooser | 9 years ago | 
				
					
						|  jules | 4583fa3fbf | Used the ignoreUnused() function to tidy up some old code | 10 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 6baf778e41 | Updated FileBrowserComponent to refresh its list if the user switches to another app and then returns. | 10 years ago | 
				
					
						|  Timur Doumler | dca4d77f9d | Fixed compiler warnings on Visual Studio 2015 RTM. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | d3f76766db | Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. | 10 years ago | 
				
					
						|  jules | 06c1a15496 | Added some missing 'override' decorators | 10 years ago | 
				
					
						|  jules | 7086f673ac | Fix for a problem in applying openness to FileBrowserComponent treeviews. | 10 years ago | 
				
					
						|  jules | 3e947f1612 | Fixes for unused parameter warnings when modal loops are disabled. | 10 years ago | 
				
					
						|  jules | 8b3935f121 | Added support for extra info panels in OSX native file choosers. | 10 years ago | 
				
					
						|  jules | 4a3c45e7bd | Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. | 11 years ago | 
				
					
						|  jules | a362fb0328 | Added method FilenameComponent::getCurrentFileText() | 11 years ago | 
				
					
						|  jules | 3b88555140 | Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. | 11 years ago | 
				
					
						|  jules | b372860e23 | Prevented FilenameComponent from passing key focus to its subcomponents if the component itself doesn't want focus. | 11 years ago | 
				
					
						|  jules | fd5df871ed | Fixed a couple of typos in file chooser messages. | 11 years ago | 
				
					
						|  jules | 042d9f22fc | Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. | 11 years ago | 
				
					
						|  jules | 5cabff2ac2 | Moved FileFilter and WildcardFileFilter into the juce_core module. | 11 years ago | 
				
					
						|  jules | 6934709b8f | Fix for mouse selection in FileListComponent. | 11 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 | 2623f4d1e1 | Added method String::clear(), and used it to replace a few uses of String::empty. | 12 years ago | 
				
					
						|  jules | 2f721b4889 | Added a method DirectoryContentsList::setFileFilter() | 12 years ago | 
				
					
						|  jules | bfbb6c2413 | Added some more folders to the list of common locations in the file browser. | 12 years ago | 
				
					
						|  jules | 2969a9bc5c | Made DirectoryContentsList send a change message when switching between empty folders. | 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 | f43abb9757 | FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD. | 12 years ago | 
				
					
						|  jules | 7f6394478a | Stripped out some unnecessary boilerplate includes from juce_gui_basics. | 12 years ago | 
				
					
						|  jules | 14b5857440 | Added virtual method FilenameComponent::getLocationToBrowse(). | 12 years ago | 
				
					
						|  jules | 11b982da41 | Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees. | 12 years ago | 
				
					
						|  jules | b91983c480 | Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). | 12 years ago | 
				
					
						|  jules | 7590e3f1fe | Fixed some toolbar customiser drag+drop problems. | 12 years ago | 
				
					
						|  jules | b075af5e6c | Added method FileTreeComponent::setItemHeight(). | 12 years ago | 
				
					
						|  jules | 5a1112ab94 | Updated the format of the header include guard macros. | 12 years ago | 
				
					
						|  jules | 5918d039ce | Added some "override" annotations. | 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 | 2329e63f20 | Converted a few Colour references to pass-by-values. | 12 years ago | 
				
					
						|  jules | 227e7d70f9 | Added method FileBrowserComponent::getDefaultRoots() | 12 years ago | 
				
					
						|  jules | c75a7300f5 | Added some 'override' modifiers to overridden methods. | 12 years ago | 
				
					
						|  jules | 265fb0e8eb | More MSVC warning fixes. | 12 years ago | 
				
					
						|  jules | ebc3b797bd | Updated LookAndFeel::createFileChooserHeaderText method to return an attributedstring. | 12 years ago |