1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/src/gui/components/special
2010-02-22 15:28:18 +00:00
..
juce_ActiveXControlComponent.h The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 2010-02-07 00:52:30 +00:00
juce_AudioDeviceSelectorComponent.cpp Minor code clean-ups. 2010-02-22 15:28:18 +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 clean-ups. 2010-02-22 15:28:18 +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 clean-ups. 2010-02-22 15:28:18 +00:00
juce_ColourSelector.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ColourSelector.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_DropShadower.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_DropShadower.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MagnifierComponent.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MagnifierComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MidiKeyboardComponent.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MidiKeyboardComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_NSViewComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_OpenGLComponent.cpp Changed some methods that were using (x, y) parameters to use Point objects instead. 2010-02-16 18:31:44 +00:00
juce_OpenGLComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PreferencesPanel.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PreferencesPanel.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_QuickTimeMovieComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +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 clean-ups. 2010-02-22 15:28:18 +00:00