1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/src/juce_appframework/gui/components
2009-02-25 21:10:27 +00:00
..
buttons whitespace clean-up 2009-02-25 21:10:27 +00:00
controls whitespace clean-up 2009-02-25 21:10:27 +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 whitespace clean-up 2009-02-25 21:10:27 +00:00
lookandfeel Fixed some places where JUCE_ONLY_BUILD_CORE_LIBRARY wasn't used correctly on the mac; fixed some string handling problems in posix file functions; small change for using QuickTimeAudioFormat on background threads; changed multi-value sliders to let the outer values to nudge the others when dragged; added an option to TreeViews to let the items draw in the left-hand margin; added some minor options to methods in StringPairArray, BitArray, Graphics, TabbedButtonBar. 2009-02-25 19:02:43 +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 whitespace clean-up 2009-02-25 21:10:27 +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 Fixed Mac font kerning problem. Fixed Mac native window maximising and getting rid of menus when a a native title bar is clicked. Added an option for kiosk mode that stops the main menu and dock popping up. Small tweak to SparseSet to try to avoid a compile problem in GCC4.3.3. Small fix to file relative pathname parsing. 2009-02-09 14:24:58 +00:00
juce_Desktop.h whitespace clean-up 2009-02-25 21:10:27 +00:00