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-18 00:54:19 +00:00
Code
Activity
de916db567
JUCE
/
modules
/
juce_core
/
native
History
Download ZIP
Download TAR.GZ
jules
67ee4a6201
New method Process::makeForegroundProcess() (only implemented in OSX)
2012-07-31 21:06:12 +01:00
..
java
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
2012-07-10 16:59:35 +01:00
juce_android_Files.cpp
juce_android_JNIHelpers.h
New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion().
2012-05-04 20:07:24 +01:00
juce_android_Misc.cpp
juce_android_Network.cpp
juce_android_SystemStats.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_android_Threads.cpp
juce_BasicNativeHeaders.h
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
2012-05-27 22:05:21 +01:00
juce_linux_Files.cpp
Fixed a juce_core dependency problem.
2012-07-03 11:38:29 +01:00
juce_linux_Network.cpp
juce_linux_SystemStats.cpp
New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion().
2012-05-04 20:07:24 +01:00
juce_linux_Threads.cpp
juce_mac_Files.mm
Windows drag-and-drop fix. OSX 10.5 build fix.
2012-07-26 08:24:40 +01:00
juce_mac_Network.mm
Fix for GCC syntax problem.
2012-05-31 09:01:39 +01:00
juce_mac_Strings.mm
juce_mac_SystemStats.mm
Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8.
2012-07-31 15:17:15 +01:00
juce_mac_Threads.mm
New method Process::makeForegroundProcess() (only implemented in OSX)
2012-07-31 21:06:12 +01:00
juce_osx_ObjCHelpers.h
Avoided a name clash with old Carbon headers.
2012-06-07 13:01:02 +01:00
juce_posix_NamedPipe.cpp
Tweaks to some posix code.
2012-07-18 09:45:59 +01:00
juce_posix_SharedCode.h
Added function: SystemStats::getEnvironmentVariable()
2012-07-18 16:17:36 +01:00
juce_win32_ComSmartPtr.h
Updated some win32 video code.
2012-04-16 22:23:36 +01:00
juce_win32_Files.cpp
Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file.
2012-06-22 20:20:06 +01:00
juce_win32_Network.cpp
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
2012-05-09 13:54:24 +01:00
juce_win32_Registry.cpp
Added a WOW64 call to WindowsRegistry.
2012-04-04 10:36:15 +01:00
juce_win32_SystemStats.cpp
Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8.
2012-07-31 15:17:15 +01:00
juce_win32_Threads.cpp
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
2012-06-25 11:05:39 +01:00