.. |
juce_android_WebBrowserComponent.cpp
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
juce_ios_UIViewComponent.mm
|
Added some more override decorators.
|
12 years ago |
juce_linux_SystemTrayIcon.cpp
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
11 years ago |
juce_linux_WebBrowserComponent.cpp
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
juce_mac_AppleRemote.mm
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_mac_CarbonViewWrapperComponent.h
|
Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window.
|
11 years ago |
juce_mac_NSViewComponent.mm
|
Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView.
|
10 years ago |
juce_mac_SystemTrayIcon.cpp
|
Fixed some object releasing for OSX system tray icons.
|
11 years ago |
juce_mac_WebBrowserComponent.mm
|
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
10 years ago |
juce_win32_ActiveXComponent.cpp
|
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>.
|
11 years ago |
juce_win32_SystemTrayIcon.cpp
|
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>.
|
11 years ago |
juce_win32_WebBrowserComponent.cpp
|
win32 web browser component - better updating when components are made visible.
|
10 years ago |