1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/windows
2012-07-07 21:09:10 +01:00
..
juce_AlertWindow.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_AlertWindow.h AlertWindow layout fix. 2012-02-08 11:33:12 +00:00
juce_CallOutBox.cpp Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 2012-07-07 15:13:46 +01:00
juce_CallOutBox.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_ComponentPeer.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_ComponentPeer.h Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
juce_DialogWindow.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_DialogWindow.h Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
juce_DocumentWindow.cpp Fixed some DocumentWindow behaviour in the library and introjucer. 2012-06-25 18:35:29 +01:00
juce_DocumentWindow.h Tidied up a few return types. 2011-12-11 21:25:53 +00:00
juce_NativeMessageBox.h Documentation fixes. 2012-05-11 11:09:40 +01:00
juce_ResizableWindow.cpp New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). 2012-04-24 13:24:07 +01:00
juce_ResizableWindow.h Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
juce_ThreadWithProgressWindow.cpp Added an option for centring a ThreadWithProgressWindow around a component. 2012-05-31 09:28:38 +01:00
juce_ThreadWithProgressWindow.h Added an option for centring a ThreadWithProgressWindow around a component. 2012-05-31 09:28:38 +01:00
juce_TooltipWindow.cpp New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). 2012-04-24 13:24:07 +01:00
juce_TooltipWindow.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_TopLevelWindow.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_TopLevelWindow.h Fixed some DocumentWindow behaviour in the library and introjucer. 2012-06-25 18:35:29 +01:00