1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

69 commits

Author SHA1 Message Date
jules
7086f673ac Fix for a problem in applying openness to FileBrowserComponent treeviews. 2015-03-24 15:53:04 +00:00
jules
3e947f1612 Fixes for unused parameter warnings when modal loops are disabled. 2015-03-05 14:38:42 +00:00
jules
8b3935f121 Added support for extra info panels in OSX native file choosers. 2015-01-29 14:18:55 +00:00
jules
4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 2014-07-04 17:54:21 +01:00
jules
a362fb0328 Added method FilenameComponent::getCurrentFileText() 2014-06-22 19:20:22 +01:00
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. 2014-06-15 10:37:31 +01:00
jules
b372860e23 Prevented FilenameComponent from passing key focus to its subcomponents if the component itself doesn't want focus. 2014-05-12 15:03:04 +01:00
jules
fd5df871ed Fixed a couple of typos in file chooser messages. 2014-04-23 16:32:18 +01:00
jules
042d9f22fc Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 2014-01-27 17:39:21 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
6934709b8f Fix for mouse selection in FileListComponent. 2014-01-20 10:26:35 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
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. 2013-12-02 09:44:17 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
2f721b4889 Added a method DirectoryContentsList::setFileFilter() 2013-11-18 09:59:19 +00:00
jules
bfbb6c2413 Added some more folders to the list of common locations in the file browser. 2013-11-05 22:24:29 +00:00
jules
2969a9bc5c Made DirectoryContentsList send a change message when switching between empty folders. 2013-10-28 10:16:55 +00:00
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). 2013-10-27 22:02:21 +00:00
jules
f43abb9757 FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD. 2013-10-04 20:44:57 +01:00
jules
7f6394478a Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
jules
14b5857440 Added virtual method FilenameComponent::getLocationToBrowse(). 2013-08-20 09:48:45 +01:00
jules
11b982da41 Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees. 2013-08-19 11:52:25 +01:00
jules
b91983c480 Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 2013-07-26 17:35:33 +01:00
jules
7590e3f1fe Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
jules
b075af5e6c Added method FileTreeComponent::setItemHeight(). 2013-07-22 12:07:02 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 2013-07-08 13:05:51 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
227e7d70f9 Added method FileBrowserComponent::getDefaultRoots() 2013-06-26 12:40:16 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
265fb0e8eb More MSVC warning fixes. 2013-06-16 10:46:51 +01:00
jules
ebc3b797bd Updated LookAndFeel::createFileChooserHeaderText method to return an attributedstring. 2013-06-15 16:41:11 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
334ad5a51a FileTreeComponent fix. 2013-05-12 16:18:17 +01:00
jules
4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 2013-05-05 17:13:53 +01:00
jules
eeb59c57a9 Documentation fixes. 2013-04-21 12:30:08 +01:00
jules
af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 2013-04-01 14:33:27 +01:00
jules
910b834f72 Minor clean-ups. 2013-03-31 12:13:02 +01:00
jules
e10dfff1af Cleaned up some FileChooser code, and added a new method showDialog() 2013-03-30 11:22:47 +00:00
jules
14ca3470e6 Changed the parameters of FilenameComponent::setCurrentFile() to use a NotificationType. 2013-03-18 21:44:29 +00:00
jules
d046e30b25 FileTreeComponent selection fix. 2013-03-08 14:30:38 +00:00
jules
655468a380 Fix for FileTreeComponent::setSelectedFile 2013-02-26 13:21:13 +00:00
jules
2cc6485f9b Fixed 64-bit compiler warning. 2013-01-05 11:12:52 +00:00
jules
3a5b51ef0d Minor cleaning up. 2013-01-03 11:28:00 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
8015525e5c Fixes for FileBrowserComponent's handling of directory saving. 2012-12-23 14:25:04 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
01be101f41 Added error callback dispatching to AudioDeviceManager. 2012-09-26 16:30:05 +01:00