jules
|
83b1284d93
|
Added a wow64 registry function.
|
12 years ago |
jules
|
35991fb01c
|
Fix for compiler error in camera code.
|
12 years ago |
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
12 years ago |
jules
|
3a9cad8f2c
|
Enabled some code that was disabled for mingw, but which will work with the latest version.
|
12 years ago |
jules
|
b83fcd7d5f
|
win32 compatibility tweaks.
|
12 years ago |
jules
|
41f3b6c485
|
Re-implemented NamedPipe, to make the win32 version better match the posix one.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
6d9d86b14e
|
Made posix ChildProcess return stderr as well as stdout.
|
12 years ago |
jules
|
f292238b32
|
Android: keyboard input support.
|
12 years ago |
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
12 years ago |
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
12 years ago |
jules
|
699b5303e2
|
Android: multi-touch support.
|
12 years ago |
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
12 years ago |
jules
|
48ffccb8b8
|
Minor cleanups.
|
12 years ago |
jules
|
edc45e9aba
|
Workaround for android's new file scanning behaviour when using the device as a USB drive.
|
12 years ago |
jules
|
b6d825e133
|
Added slider type LinearBarVertical.
|
12 years ago |
jules
|
3374dff2aa
|
Fix for android zero-height bitmap problem.
|
12 years ago |
jules
|
dbaa9b9cc1
|
Prevented zlib headers messing-up use of the fdopen() function.
|
12 years ago |
jules
|
c94183e614
|
New method File::createLink, for creating win32 .lnk files.
|
12 years ago |
jules
|
8ae91bb39a
|
Minor clean-ups.
|
12 years ago |
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().
|
12 years ago |
jules
|
001ce3ee61
|
Fix for ChildProcess::isRunning on posix
|
12 years ago |
jules
|
842d30fbfa
|
Minor tidying-up.
|
12 years ago |
jules
|
c140558fc8
|
Change to avoid spurious leak warning on win32.
|
12 years ago |
jules
|
03c81655c6
|
Minor clean-ups.
|
12 years ago |
jules
|
976be45c2a
|
Minor updates for mingw compatibility.
|
12 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 |