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

693 commits

Author SHA1 Message Date
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
jules
1fc549f666 Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
jules
7d3782b9e9 Minor documentation typo. 2014-02-05 16:35:26 +00:00
jules
f38dc2fe3a Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
jules
174e04b766 Added a copy constructor for DynamicObject 2014-02-01 17:08:10 +00:00
jules
e80e396f5d Improved documentation. 2014-01-28 11:56:42 +00:00
jules
844fda7939 Spelling fix. 2014-01-27 20:12:39 +00:00
jules
5765dbe670 Fix for Time::formatted with empty strings. 2014-01-27 09:58:06 +00:00
jules
98bd1c55d3 Documentation correction. 2014-01-27 09:57:38 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
7e1dcaa0ed Improved comment. 2014-01-23 09:52:43 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
28c281c6d3 Added a missing operator<< declaration for String. 2014-01-20 15:40:07 +00:00
jules
492def9abf Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00