| .. |
|
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.
|
16 years ago |
|
juce_ArrowButton.h
|
Minor code clean-ups.
|
15 years ago |
|
juce_Button.cpp
|
Changed some methods that were using (x, y) parameters to use Point objects instead.
|
15 years ago |
|
juce_Button.h
|
Minor code clean-ups.
|
15 years ago |
|
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.
|
15 years ago |
|
juce_DrawableButton.h
|
Minor code clean-ups.
|
15 years ago |
|
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.
|
16 years ago |
|
juce_HyperlinkButton.h
|
Minor code clean-ups.
|
15 years ago |
|
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).
|
16 years ago |
|
juce_ImageButton.h
|
Minor code clean-ups.
|
15 years ago |
|
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.
|
15 years ago |
|
juce_ShapeButton.h
|
Minor code clean-ups.
|
15 years ago |
|
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.
|
16 years ago |
|
juce_TextButton.h
|
Minor code clean-ups.
|
15 years ago |
|
juce_ToggleButton.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.
|
16 years ago |
|
juce_ToggleButton.h
|
Minor code clean-ups.
|
15 years ago |
|
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.
|
15 years ago |
|
juce_ToolbarButton.h
|
Minor code clean-ups.
|
15 years ago |