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-13 00:04:19 +00:00
Code
Activity
df35930a4f
JUCE
/
modules
/
juce_gui_extra
/
native
History
Download ZIP
Download TAR.GZ
Lukasz Kozakiewicz
072a56cf16
Add a bunch of autos.
2017-12-19 09:08:34 +01:00
..
juce_android_PushNotifications.cpp
Add native content sharing support for iOS and Android
2017-12-11 16:08:01 +00:00
juce_android_WebBrowserComponent.cpp
Android: add WebBrowserComponent implementation.
2017-11-07 19:36:10 +01:00
juce_AndroidViewComponent.cpp
Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed.
2017-11-22 12:43:24 +01:00
juce_ios_PushNotifications.cpp
Add a bunch of autos.
2017-12-19 09:08:34 +01:00
juce_ios_UIViewComponent.mm
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_linux_X11_SystemTrayIcon.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_linux_X11_WebBrowserComponent.cpp
Minor tidying up
2017-11-29 17:33:00 +00:00
juce_linux_XEmbedComponent.cpp
Some minor formatting and comment fixes
2017-11-28 17:46:15 +00:00
juce_mac_AppleRemote.mm
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_mac_CarbonViewWrapperComponent.h
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_mac_NSViewComponent.mm
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_mac_PushNotifications.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_mac_SystemTrayIcon.cpp
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
2017-11-01 17:41:06 +00:00
juce_mac_WebBrowserComponent.mm
Tidied up a few bits of messy String concatenation
2017-12-05 12:03:30 +00:00
juce_win32_ActiveXComponent.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_win32_SystemTrayIcon.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_win32_WebBrowserComponent.cpp
Fixed a bug in the Windows implementation of WebBrowserComponent
2017-11-16 15:23:54 +00:00