1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/src/gui/components/special
2010-03-21 12:06:36 +00:00
..
juce_ActiveXControlComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_AudioDeviceSelectorComponent.cpp Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer. 2010-03-18 09:49:49 +00:00
juce_AudioDeviceSelectorComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_BubbleComponent.cpp Changed some methods that were using (x, y) parameters to use Point objects instead. 2010-02-16 18:31:44 +00:00
juce_BubbleComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_BubbleMessageComponent.cpp Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_BubbleMessageComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_ColourSelector.cpp Eradicated the last vestiges of printf from the library. String::formatted and String::printf are now gone - please use the << operators instead! 2010-03-11 14:33:40 +00:00
juce_ColourSelector.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_DropShadower.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_DropShadower.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_MagnifierComponent.cpp More mouse input refactoring. 2010-02-26 16:10:48 +00:00
juce_MagnifierComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_MidiKeyboardComponent.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MidiKeyboardComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_NSViewComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_OpenGLComponent.cpp Minor iPhone GL updates, fix for juce_WithoutMacros.h 2010-03-20 20:45:49 +00:00
juce_OpenGLComponent.h Minor iPhone GL updates, fix for juce_WithoutMacros.h 2010-03-20 20:45:49 +00:00
juce_PreferencesPanel.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PreferencesPanel.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_QuickTimeMovieComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_SystemTrayIconComponent.cpp Tweaked lots of code to help things compile on the iPhone (still work-in-progress). 2009-10-12 13:30:04 +01:00
juce_SystemTrayIconComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_WebBrowserComponent.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00