1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

318 commits

Author SHA1 Message Date
jules
906a99763d Version 2.0.31 2012-12-27 20:55:40 +00:00
jules
83b1284d93 Added a wow64 registry function. 2012-12-27 20:48:19 +00:00
jules
a20ff4c910 Version 2.0.30 2012-12-23 18:58:27 +00:00
jules
35991fb01c Fix for compiler error in camera code. 2012-12-22 18:06:44 +00:00
jules
5d35a31f2e Minor clean-ups and documentation fixes. 2012-12-20 21:26:12 +00:00
jules
68b2e056e7 Version update 2.0.29 2012-12-20 20:46:41 +00:00
jules
e58b915300 Fixed some COM object ref-counting. 2012-12-18 18:05:36 +00:00
jules
a56e69a281 Fix for DLL build. 2012-12-13 19:06:47 +00:00
jules
3a9cad8f2c Enabled some code that was disabled for mingw, but which will work with the latest version. 2012-12-13 14:17:08 +00:00
jules
9de1ab563b Documentation fixes. 2012-12-12 10:26:03 +00:00
jules
b51c0a93aa Added a compile warning if AppConfig.h hasn't been included before the juce headers. 2012-12-11 22:06:36 +00:00
jules
7d019ad5a1 Added ReadWriteLock::tryEnterRead() 2012-12-11 22:05:57 +00:00
jules
b83fcd7d5f win32 compatibility tweaks. 2012-12-10 16:48:38 +00:00
jules
41f3b6c485 Re-implemented NamedPipe, to make the win32 version better match the posix one. 2012-12-09 12:52:41 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
9fb57f7a05 Fix to CharPointer_UTF8::operator-- 2012-12-04 20:51:28 +00:00
jules
02c0cd009c Cleaned up some compiler warnings. 2012-12-03 15:04:08 +00:00
jules
6d9d86b14e Made posix ChildProcess return stderr as well as stdout. 2012-11-27 12:06:36 +00:00
jules
f292238b32 Android: keyboard input support. 2012-11-25 17:05:44 +00:00
jules
b3c0df703f Avoid warnings in Intel compiler. 2012-11-19 15:57:58 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
jules
699b5303e2 Android: multi-touch support. 2012-11-13 17:14:32 +00:00
jules
4ef89c890f Avoided a few gcc compiler warnings. 2012-11-11 18:43:36 +00:00
jules
9393c1bbc9 Avoided some minor compiler warnings. 2012-11-11 17:06:14 +00:00
jules
48ffccb8b8 Minor cleanups. 2012-11-08 16:35:56 +00:00
jules
edc45e9aba Workaround for android's new file scanning behaviour when using the device as a USB drive. 2012-11-08 15:53:50 +00:00
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
b6d825e133 Added slider type LinearBarVertical. 2012-11-05 20:33:34 +00:00
jules
3374dff2aa Fix for android zero-height bitmap problem. 2012-11-04 16:48:09 +00:00
jules
45209b7946 Fix for recursion in exception logger. 2012-11-04 16:45:57 +00:00
jules
dbaa9b9cc1 Prevented zlib headers messing-up use of the fdopen() function. 2012-10-31 10:03:20 +00:00
jules
d1ceed0c14 Workaround for Xcode3 compiler bug. 2012-10-30 12:25:48 +00:00
jules
c94183e614 New method File::createLink, for creating win32 .lnk files. 2012-10-29 16:21:08 +00:00
jules
8ae91bb39a Minor clean-ups. 2012-10-28 20:33:17 +00:00
jules
fdb31aff5c Added Logger::getCurrentLogger method. 2012-10-25 21:35:38 +01:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
f07139f748 Minor clean-ups. 2012-10-19 15:54:15 +01:00
jules
89d5e19fca misc cleanups. 2012-10-18 09:50:10 +01:00
jules
05f32e3de6 Added a typedef DynamicObject::Ptr 2012-10-17 18:57:09 +01:00
jules
fae88c8b88 Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00
jules
566de48759 Fix for Time::getCurrentTime(). 2012-10-16 11:18:30 +01:00
jules
e6faf25559 Added File::userPicturesDirectory, and improved detection of special file locations on linux. 2012-10-15 15:09:55 +01:00
jules
98fcdca3ba Added a new ChildProcess::start method that takes an argument array. 2012-10-14 12:54:40 +01:00
jules
310c063195 Fix to Array::removeAllInstanceOf. 2012-10-12 15:00:19 +01:00
jules
edeb7c2723 Improved win32 http timeout behaviour. 2012-10-12 11:33:15 +01:00
jules
d97e2c7ba4 Improvements to file launching on Linux 2012-10-12 10:40:21 +01:00
jules
ea25716163 Fix for memory alignment bug in OSX GL. 2012-10-09 16:50:56 +01:00
jules
d0974a537d Array: small documentation fix. 2012-10-07 10:53:19 +01:00