1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
JUCE/src/juce_appframework/gui/components
2009-01-27 16:45:15 +00:00
..
buttons Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 2009-01-19 13:00:10 +00:00
controls Added a maximum length to String::copyToUTF8(), tweaked the parameters to AudioFormatWriter::writeFromAudioReader(), altered the BWAV chunk code to store its text as UTF8, added a utility function WavAudioFormat::replaceMetadataInFile(). Sorted out some compile errors with plugin hosting code. Fixed a small glitch in ColourGradient, and added a method to TreeViewItems to allow some items to be made non-selectable. 2009-01-27 16:45:15 +00:00
filebrowser Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 2009-01-19 13:00:10 +00:00
keyboard 2007-12-06 15:54:25 +00:00
layout Made some corrections to TreeView: added an option to hide the open/close buttons, and made it possible to draw custom open/close buttons that change with mouse-over events. Also some small additions to MidiKeyboardComponent and TabbedButtonBar. 2009-01-12 18:56:06 +00:00
lookandfeel Small fix to StandaloneFilterWindow 2009-01-13 10:55:49 +00:00
menus minor fixes to callFunctionOnMessageThread, menu positioning on windows, and audio thumbnails 2008-12-10 11:51:16 +00:00
mouse 2008-12-03 14:35:34 +00:00
properties 2008-10-03 15:04:27 +00:00
special Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 2009-01-19 13:00:10 +00:00
windows Small fix to StandaloneFilterWindow 2009-01-13 10:55:49 +00:00
juce_Component.cpp 2008-11-12 20:19:27 +00:00
juce_Component.h 2007-11-20 19:32:32 +00:00
juce_ComponentDeletionWatcher.h (automatic tidy-up of whitespace) 2007-07-31 11:27:20 +00:00
juce_ComponentListener.cpp (automatic tidy-up of whitespace) 2007-07-31 11:27:20 +00:00
juce_ComponentListener.h (automatic tidy-up of whitespace) 2007-07-31 11:27:20 +00:00
juce_Desktop.cpp 2008-11-25 13:17:55 +00:00
juce_Desktop.h 2008-12-03 14:35:34 +00:00