jules
|
e6faf25559
|
Added File::userPicturesDirectory, and improved detection of special file locations on linux.
|
12 years ago |
jules
|
98fcdca3ba
|
Added a new ChildProcess::start method that takes an argument array.
|
12 years ago |
jules
|
edeb7c2723
|
Improved win32 http timeout behaviour.
|
12 years ago |
jules
|
d97e2c7ba4
|
Improvements to file launching on Linux
|
12 years ago |
jules
|
ea25716163
|
Fix for memory alignment bug in OSX GL.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
2b7b01632f
|
A couple of fixes for win32 DLL builds.
|
12 years ago |
jules
|
d6f2232bdd
|
Reverted a win32 networking change.
|
12 years ago |
jules
|
a4939b87f2
|
win32: added a flag to ignore https certificate mismatches.
|
12 years ago |
jules
|
710dec8a1e
|
Handling win32 hide/show messages.
|
12 years ago |
jules
|
9a7e7a267a
|
New method: Rectangle::constainedWithin().
|
13 years ago |
jules
|
001ce3ee61
|
Fix for ChildProcess::isRunning on posix
|
13 years ago |
jules
|
842d30fbfa
|
Minor tidying-up.
|
13 years ago |
jules
|
c140558fc8
|
Change to avoid spurious leak warning on win32.
|
13 years ago |
jules
|
03c81655c6
|
Minor clean-ups.
|
13 years ago |
jules
|
976be45c2a
|
Minor updates for mingw compatibility.
|
13 years ago |
jules
|
b7089dfa45
|
New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component".
|
13 years ago |
jules
|
551688e8b4
|
Added method: SystemStats::getDisplayLanguage()
|
13 years ago |
jules
|
67ee4a6201
|
New method Process::makeForegroundProcess() (only implemented in OSX)
|
13 years ago |
jules
|
e0f1224a75
|
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.
|
13 years ago |
jules
|
fdb176b9e9
|
Windows drag-and-drop fix. OSX 10.5 build fix.
|
13 years ago |
jules
|
2d9312ca3e
|
Added function: SystemStats::getEnvironmentVariable()
|
13 years ago |
jules
|
cf4c9c9823
|
Tweaks to some posix code.
|
13 years ago |
jules
|
9b8a39e27c
|
Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read().
|
13 years ago |
jules
|
7ce0bf15d3
|
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
|
13 years ago |
jules
|
591e89cd87
|
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.
|
13 years ago |
jules
|
7d8d4b9627
|
Fixed a juce_core dependency problem.
|
13 years ago |
jules
|
18cfadf898
|
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
|
13 years ago |
jules
|
0194486115
|
Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file.
|
13 years ago |
jules
|
583fbb03d3
|
Avoided a name clash with old Carbon headers.
|
13 years ago |
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
13 years ago |
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
13 years ago |
jules
|
4302cd78ec
|
Minor tidying up in OSX URL code.
|
13 years ago |
jules
|
95b94d6d10
|
Fixes for OSX URL streams.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
jules
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
13 years ago |
jules
|
7c8eb56f04
|
Android: fix to prevent app restarts when rotating.
|
13 years ago |
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
13 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
44ac462768
|
New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion().
|
13 years ago |
jules
|
438159d01a
|
Added a flag to disable inline asm.
|
13 years ago |
jules
|
bb2d7683e5
|
Linux VST header fix.
|
13 years ago |
jules
|
cf5163a68d
|
Updated some win32 video code.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
c4af628d14
|
Avoided repeated calls to dladdr(), which could cause problems in some plugin situations.
|
13 years ago |
jules
|
e61db7da55
|
Added a WOW64 call to WindowsRegistry.
|
13 years ago |
jules
|
bfcc0dd7a5
|
Minor NamedPipe tweak.
|
13 years ago |
jules
|
93a86b2600
|
TabbedButtonBar fix. Small clean-ups.
|
13 years ago |
jules
|
28e5942c59
|
Fix for win32 NamedPipe::isOpen().
|
13 years ago |