1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics/windows
2015-07-20 09:57:02 +01:00
..
juce_AlertWindow.cpp LookAndFeel: added method to specify a custom font for Alert Window title. 2015-07-17 09:52:50 +01:00
juce_AlertWindow.h LookAndFeel: added method to specify a custom font for Alert Window title. 2015-07-17 09:52:50 +01:00
juce_CallOutBox.cpp Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
juce_CallOutBox.h Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
juce_ComponentPeer.cpp Minor clean-ups. 2015-04-27 12:18:22 +01:00
juce_ComponentPeer.h Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_DialogWindow.cpp Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_DialogWindow.h Corrected a typo in some comments. 2015-02-02 09:58:53 +00:00
juce_DocumentWindow.cpp Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 2014-01-27 17:39:21 +00:00
juce_DocumentWindow.h Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
juce_NativeMessageBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_ResizableWindow.cpp Added a method ResizableWindow::setDraggable() 2015-05-05 14:35:08 +01:00
juce_ResizableWindow.h Added a method ResizableWindow::setDraggable() 2015-05-05 14:35:08 +01:00
juce_ThreadWithProgressWindow.cpp Added MidiMessage::textMetaEvent method. 2014-02-19 20:37:15 +00:00
juce_ThreadWithProgressWindow.h Added a callback so that ThreadWithProgressWindow can be used without blocking. 2014-02-19 12:14:56 +00:00
juce_TooltipWindow.cpp Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
juce_TooltipWindow.h Add a comment to tooltip window to clarify it's use in plug-ins 2015-07-20 09:57:02 +01:00
juce_TopLevelWindow.cpp Avoided a few compiler warnings. 2014-12-03 11:45:15 +00:00
juce_TopLevelWindow.h Minor documentation cleanups. 2015-03-07 17:45:45 +00:00