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

706 commits

Author SHA1 Message Date
jules
3759aecfbc Fixed a mix-up in iOS timing calculations. 2014-05-05 15:00:12 +01:00
jules
27046fd1a7 Added new method File::getFileIdentifier() for retrieving a file's unique ID. 2014-05-03 16:46:44 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
d909b5aa2a Added some base class initialisers to keep gcc 4.8.2 happy 2014-04-27 14:04:32 +01:00
jules
a5e8d0b154 Android: implementation of SystemStats::getDeviceDescription() 2014-04-25 11:18:30 +01:00
jules
f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 2014-04-23 20:35:45 +01:00
jules
3b2538313a Better misalignment-proofing in SharedResourcePointer. 2014-04-20 10:19:27 +01:00
jules
d7d662bb38 Documentation improvement. 2014-04-14 16:53:16 +01:00
jules
75770f293c New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
jules
d8c390d7a2 Avoided unnecessary disk flushing in the destructor of FileOutputStream. 2014-04-10 21:00:39 +01:00
jules
798de207a7 Better implementation of command-line arg escaping for ChilpProcess on win32 2014-04-08 13:51:44 +01:00
jules
05afb39185 mingw __uuidof update 2014-04-06 15:38:29 +01:00
jules
335084c542 Made the win32 implementation of ChildProcess automatically add escape characters to arguments containing a quote or space. 2014-04-05 21:55:39 +01:00
jules
5645702bd4 (Fixed something that was missing from the last commit) 2014-04-04 07:27:19 +01:00
jules
aff3ce418b Renamed a variable called "slots" to avoid confusion in Qt creator. 2014-04-03 21:24:37 +01:00
jules
5f23c27117 Fixed a typo in OSX networking. 2014-04-02 09:54:31 +01:00
jules
b5d10d753a Made Process::isForegroundProcess() return a correct result on iOS. 2014-04-01 12:13:29 +01:00
jules
8f25b2092b Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
e449f1a8af Workarounds for a couple of MSVC quirks. 2014-03-29 13:56:16 +00:00
jules
b5af44a485 Couple of minor clean-ups. 2014-03-28 09:06:20 +00:00
jules
e8a1876a95 Added an operator[] to StringRef 2014-03-27 17:08:50 +00:00
jules
ad353ac543 Avoided compiler warning 2014-03-25 21:33:03 +00:00
jules
197688016a Avoided some memory allocation when writing zip files. 2014-03-25 18:03:21 +00:00
jules
d2ed531ab8 Better device type detection on linux. 2014-03-24 20:02:38 +00:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
aaf4aa7398 Documentation for Range. 2014-03-18 16:08:58 +00:00
jules
9dcdea59a7 Added a couple of methods to Range. 2014-03-17 21:53:56 +00:00
jules
2dbd55db3e Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
jules
e2dee22b07 Updated OS version enum. 2014-03-14 19:04:41 +00:00
jules
e5e24fd541 Avoided assertion in File::isAbsolutePath 2014-03-14 18:33:53 +00:00
jules
5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
jules
845391eb78 Documentation fix. 2014-03-12 16:36:33 +00:00
jules
bcec781991 Tidied up the way the URL class handles file uploads, and added support for in-memory uploads. 2014-03-12 11:17:27 +00:00
jules
47aad5a8e7 Replaced some win32 cpuid code. 2014-03-08 20:32:34 +00:00
jules
4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
jules
2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 2014-03-02 11:02:44 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 2014-02-28 19:25:47 +00:00
jules
0455110a0e Added method URL::createWithoutParsing() 2014-02-27 15:51:49 +00:00
jules
28e4473a6b Fixed some typos. 2014-02-26 19:47:55 +00:00
jules
00f317a717 Android JNIEnv locking. 2014-02-26 12:12:36 +00:00
jules
fe25f6ee3c Improved some misleading example code for ScopedLock. 2014-02-23 11:56:46 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
dcbde7b118 Added NamedValueSet::indexOf() 2014-02-10 12:45:12 +00:00
jules
3e1c6b6a65 Optimisation to OutputStream::writeString 2014-02-09 17:36:38 +00:00
jules
c0e262463d Added method ThreadPoolJob::getCurrentThreadPoolJob() 2014-02-09 17:10:13 +00:00
jules
21d4a82002 Added ChildProcess::getExitCode() 2014-02-08 11:18:06 +00:00
jules
af746fafa3 Documentation typo fix. 2014-02-08 10:04:36 +00:00
jules
a2ba38efb8 More assertions to catch dodgy XmlElement tag names. 2014-02-07 19:27:50 +00:00