1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/src/gui/components/layout
2010-02-24 11:27:57 +00:00
..
juce_ComponentAnimator.cpp Compiler fixes for String and var. Fix for TextEditor redraw problems. 2010-02-24 11:27:57 +00:00
juce_ComponentAnimator.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_ComponentBoundsConstrainer.cpp Changed some methods that were using (x, y) parameters to use Point objects instead. 2010-02-16 18:31:44 +00:00
juce_ComponentBoundsConstrainer.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ComponentMovementWatcher.cpp Changed some methods that were using (x, y) parameters to use Point objects instead. 2010-02-16 18:31:44 +00:00
juce_ComponentMovementWatcher.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_GroupComponent.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_GroupComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MultiDocumentPanel.cpp New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_MultiDocumentPanel.h 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_ResizableBorderComponent.cpp Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
juce_ResizableBorderComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ResizableCornerComponent.cpp Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
juce_ResizableCornerComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ScrollBar.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ScrollBar.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_StretchableLayoutManager.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_StretchableLayoutManager.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_StretchableLayoutResizerBar.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_StretchableLayoutResizerBar.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_StretchableObjectResizer.cpp Minor code modernisations. 2010-02-03 19:05:03 +00:00
juce_StretchableObjectResizer.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TabbedButtonBar.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TabbedButtonBar.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TabbedComponent.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TabbedComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Viewport.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_Viewport.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00