jules
|
14cfa338b6
|
Avoided a false assertion in File. Minor clean-ups.
|
2013-09-10 15:11:20 +01:00 |
|
jules
|
f7bb014c21
|
In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly.
|
2013-09-09 20:27:08 +01:00 |
|
jules
|
fecba9c31c
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
2013-09-09 20:07:17 +01:00 |
|
jules
|
7bf1da5e17
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
2013-09-09 12:29:06 +01:00 |
|
jules
|
40c896ac64
|
Cleaned up some critical section code.
|
2013-09-08 17:25:27 +01:00 |
|
jules
|
725334d78c
|
Added File::commonDocumentsDirectory enum.
|
2013-08-31 16:15:07 +01:00 |
|
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
jules
|
d104b151cd
|
Altered WindowsRegistry to allow each method to specify an explicit WoW64 mode.
|
2013-08-23 16:58:25 +01:00 |
|
jules
|
ea4c7b3351
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
jules
|
104e5cdbc7
|
Replaced an OSX symbol that wasn't available in older SDKs.
|
2013-08-14 11:34:18 +01:00 |
|
jules
|
320213a11c
|
More tinkering with Process::terminate.
|
2013-08-13 21:43:09 +01:00 |
|
jules
|
71c3ecaf17
|
Merged non-Windows implementations of Process::terminate, and made it call std::terminate()
|
2013-08-13 12:42:40 +01:00 |
|
jules
|
e8d0c6d024
|
Fixes for OSX Process::openDocument when launching bundles with parameters.
|
2013-08-12 17:13:37 +01:00 |
|
jules
|
24f5fdea22
|
Some minor clean-ups and comments in Thread class.
|
2013-08-05 11:27:09 +01:00 |
|
jules
|
88cb38ea29
|
iOS build fix.
|
2013-08-01 09:08:27 +01:00 |
|
jules
|
3cd00c8730
|
A few android warning fixes.
|
2013-07-31 22:14:11 +01:00 |
|
jules
|
779e1d483f
|
Added tests for SSE3 capability.
|
2013-07-31 11:04:16 +01:00 |
|
jules
|
0713d87a95
|
Added a Process::hide() method (implemented only on OSX)
|
2013-07-30 19:30:09 +01:00 |
|
jules
|
df668c3e5f
|
Changed android failure exit code.
|
2013-07-30 17:17:25 +01:00 |
|
jules
|
c2afa62696
|
Changed Process:terminate() to exit with an error code of 1 instead of 0.
|
2013-07-30 09:57:14 +01:00 |
|
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
jules
|
c3e082b252
|
Added WindowsRegistry::keyExists() methods
|
2013-07-25 10:49:12 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
93d7d79b95
|
Replaced use of the deprecated GetVersionEx win32 call.
|
2013-07-10 11:08:00 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
4346fdb5f5
|
Replaced calls to the deprecated unix siginterrupt function.
|
2013-07-08 15:06:03 +01:00 |
|
jules
|
516bddabcc
|
Misc minor clean-ups.
|
2013-07-03 09:51:23 +01:00 |
|
jules
|
1881908846
|
Added a pthread naming fallback for older glib versions.
|
2013-06-24 21:42:05 +01:00 |
|
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
2013-06-24 16:03:33 +01:00 |
|
jules
|
98ae8a49d2
|
Added DPI field to Desktop::Display information. Couple of Android fixes.
|
2013-06-24 15:53:32 +01:00 |
|
jules
|
5c59897ba6
|
Replaced some uses of the no-longer-needed literal64Bit macro.
|
2013-06-24 11:30:24 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
7c9cb2971d
|
Avoided using pthread_setname_np on older linux distros.
|
2013-06-23 12:26:58 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
3c76294319
|
Android: setting the audio output at startup.
|
2013-06-12 09:45:28 +01:00 |
|
jules
|
abde049bf0
|
Whitespace cleanup.
|
2013-06-07 22:41:14 +01:00 |
|
jules
|
5a0cef7239
|
Added some static StringArray methods for tokenising.
|
2013-06-07 20:35:07 +01:00 |
|
jules
|
a1e3f23ee4
|
Linux build fix.
|
2013-06-05 15:08:00 +01:00 |
|
jules
|
4d0cd69895
|
Minor tidying
|
2013-06-04 10:41:53 +01:00 |
|
jules
|
c4cea5a131
|
Thread-naming fix for linux.
|
2013-05-03 17:14:24 +01:00 |
|
jules
|
31747486ff
|
New class: IPAddress.
|
2013-04-27 20:11:59 +01:00 |
|
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
2013-04-17 15:17:36 +01:00 |
|
jules
|
280afcff80
|
Warning fix for linux.
|
2013-04-08 15:48:39 +01:00 |
|
jules
|
92e3c452a0
|
Warnings + documentation cleanups.
|
2013-04-07 10:03:59 +01:00 |
|
jules
|
01ad38a0b4
|
mingw fix.
|
2013-04-04 11:49:15 +01:00 |
|
jules
|
6a67ab2eb2
|
Fix for uuidtostring function.
|
2013-04-03 20:19:19 +01:00 |
|
jules
|
2be6b48cd9
|
Eliminated some OS dependencies in WASAPI. Added mingw workarounds for __uuidof
|
2013-03-29 16:01:49 +00:00 |
|
jules
|
01d123d1e8
|
Workarounds for a few mingw warnings and errors.
|
2013-03-28 21:40:41 +00:00 |
|
jules
|
2451b3762c
|
Some mingw compatibility tweaks.
|
2013-03-28 14:24:28 +00:00 |
|
jules
|
c923345ee5
|
Typo fix.
|
2013-03-25 20:11:30 +00:00 |
|