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-02-03 17:03:05 +00:00
..
buttons Added a method to BitArray, fixed a memory leak at shutdown on the mac, and tidied up some whitespace. 2009-01-28 16:30:56 +00:00
controls Changed the access to a method in TableHeaderComponent 2009-01-30 21:46:29 +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 Sorted out URL launching on the Mac, added a tweak for linux audio devices with lots of channels, and added a missing JUCE_API marker to AudioDeviceSetup. 2009-02-03 17:03:05 +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