1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/src/gui/components/buttons
2010-03-21 12:06:36 +00:00
..
juce_ArrowButton.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_ArrowButton.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Button.cpp Work-arounds for compiling with VC6. 2010-03-11 11:37:40 +00:00
juce_Button.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_DrawableButton.cpp 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_DrawableButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_HyperlinkButton.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_HyperlinkButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_ImageButton.cpp Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 2010-01-14 14:49:25 +00:00
juce_ImageButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_ShapeButton.cpp 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_ShapeButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_TextButton.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_TextButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00
juce_ToggleButton.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_ToggleButton.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ToolbarButton.cpp 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_ToolbarButton.h Minor code style tweaks. 2010-03-21 12:06:36 +00:00