1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/positioning
2020-03-09 17:39:28 +00:00
..
juce_MarkerList.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_MarkerList.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_RelativeCoordinate.cpp Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
juce_RelativeCoordinate.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_RelativeCoordinatePositioner.cpp Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
juce_RelativeCoordinatePositioner.h Windows: Removed some VS2013 workarounds 2019-07-11 15:28:41 +01:00
juce_RelativeParallelogram.cpp Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
juce_RelativeParallelogram.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_RelativePoint.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_RelativePoint.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_RelativePointPath.cpp Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
juce_RelativePointPath.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_RelativeRectangle.cpp Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
juce_RelativeRectangle.h Add documentation tags 2018-03-15 12:10:32 +00:00