This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-15 00:24:19 +00:00
Code
Activity
02b7c0936d
JUCE
/
modules
/
juce_gui_extra
/
native
History
Download ZIP
Download TAR.GZ
ed
b0e2495eac
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
2018-12-19 10:46:15 +00:00
..
java/com/roli
/juce
Whitespace
2018-12-03 17:02:26 +00:00
juce_android_PushNotifications.cpp
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
2018-12-19 10:46:15 +00:00
juce_android_WebBrowserComponent.cpp
Re-structured the low-level Android native code
2018-11-13 12:33:40 +00:00
juce_AndroidViewComponent.cpp
Re-structured the low-level Android native code
2018-11-13 12:33:40 +00:00
juce_ios_PushNotifications.cpp
Fixed some Objective-C id -> auto* conversion warnings
2018-10-24 16:20:45 +01:00
juce_ios_UIViewComponent.mm
Another batch of ScopedPointer cleanups
2018-01-10 14:49:57 +00:00
juce_linux_X11_SystemTrayIcon.cpp
Another batch of ScopedPointer cleanups
2018-01-10 14:49:57 +00:00
juce_linux_X11_WebBrowserComponent.cpp
Minor tidying up
2018-10-23 12:50:14 +01:00
juce_linux_XEmbedComponent.cpp
Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener
2018-08-10 16:38:10 +01:00
juce_mac_AppleRemote.mm
Fixed some stray zeros that were still being passed as null pointers
2018-10-05 12:15:04 +01:00
juce_mac_CarbonViewWrapperComponent.h
Add documentation tags
2018-03-15 12:10:32 +00:00
juce_mac_NSViewComponent.mm
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
2018-04-18 15:17:04 +01:00
juce_mac_PushNotifications.cpp
Fixed some Objective-C id -> auto* conversion warnings
2018-10-24 16:20:45 +01:00
juce_mac_SystemTrayIcon.cpp
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
2018-05-09 10:04:27 +01:00
juce_mac_WebBrowserComponent.mm
Fixed some stray zeros that were still being passed as null pointers
2018-10-05 12:15:04 +01:00
juce_win32_ActiveXComponent.cpp
Cleaned up some doc comments
2018-08-29 10:56:56 +01:00
juce_win32_SystemTrayIcon.cpp
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
2018-05-09 10:04:27 +01:00
juce_win32_WebBrowserComponent.cpp
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
2018-04-10 18:34:20 +01:00