8edac3f281
Fixed a VC compiler warning by
2015-10-28 09:45:04 +0000
f47e10375b
Introjucer: fixed issue with non CR-LF in linker setting fields by
2015-10-27 17:22:10 +0000
145a80f11f
Fix for builds with JUCE_STRING_UTF_TYPE = 32 by
2015-10-27 17:19:35 +0000
705e7f6110
Added method XmlElement::isValidXmlName() and implemented standard-compliant checking for XML name validity by
2015-10-27 16:50:31 +0000
7ca51f0a7d
Introjucer: Added 10.11 deployment target to Xcode exporter by
2015-10-27 15:59:18 +0000
3e1531f74e
Visual studio warnings fix by
2015-10-27 12:52:18 +0000
f8c90cebe4
Introjucer: Improved error messages when module paths are invalid by
2015-10-27 12:50:52 +0000
0506bc6100
Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() by
2015-10-27 11:49:06 +0000
6e7fc1249c
Fixed a spelling mistake by
2015-10-27 09:48:07 +0000
166f54fa0a
Fix DatagramSocket from always blocking on read by
2015-10-26 17:17:07 +0000
cc16a852a7
Fix incorrect charset-id in .rc files exported by the Introjucer on Windows by
2015-10-26 16:03:06 +0000
123e1e1679
Fixed custom Plist error for iOS. by
2015-10-22 09:39:27 +0100
3313657b3f
Fixed bug with displaying plug-in windows in 32-bit hosts on OSX 10.11 El Capitan. by
2015-10-19 17:56:29 +0100
068510f55d
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-10-18 17:20:50 +0200
310c657d5e
Added metadata accessors to the WavAudioFormat class for INFO chunk properties. by
2015-10-15 16:47:02 +0100
e6ee514873
Fix to allow setting colour of text inside AlertWindow by using setColour directly on the window by
2015-10-14 16:03:52 +0100
e5b9642260
Fixed a typo in the mp3 decoder that was causing artifacts. by
2015-10-14 14:53:29 +0100
8602b8b172
Minor spelling correction by
2015-10-14 09:31:46 +0100
b1195106f8
Improved some comments in the Range class. by
2015-10-13 11:36:40 +0100
7b606e2e3f
Refactored some internal code in MidiKeyboardComponent by
2015-10-12 18:16:07 +0100
63f49e4c6b
Fix for AlertWindow::addTextEditor with custom look+feels by
2015-10-12 17:34:06 +0100
15cd46a1de
Tidied up some comments by
2015-10-12 10:14:08 +0100
5e48332fb1
A couple of very minor cleanups. by
2015-10-12 09:38:01 +0100
fbc81a757e
Added to the docs for the Value class by
2015-10-09 10:29:33 +0100
2271d6d7fd
Added a couple of methods to MACAddress by
2015-10-09 10:29:04 +0100
c63bf83bd9
Removed some duplicated/broken code from VST3 by
2015-10-09 09:44:22 +0100
5c773b0323
A couple of minor fixes to CoreText layout for attributed strings by
2015-10-08 11:34:51 +0100
13b27a2923
Fix for win32 implementation of SystemStats::getComputerName() by
2015-10-08 10:56:55 +0100
05f4ce3c32
Resaved project files. by
2015-10-07 12:54:50 +0100
ebc47d9618
Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. by
2015-10-06 16:53:30 +0100
802a25bd97
Cleaned up a few bits of very old demo code by
2015-10-06 12:29:20 +0100
732de2784c
Fix for the Label::outlineWhenEditingColourId colour ID not working. by
2015-10-06 12:28:56 +0100
f8bd0a3079
Introjucer: added swift as a source file type by
2015-10-06 10:31:29 +0100
9fc02ac7b1
Fix incorrect step count for bypass parameter by
2015-10-06 08:25:02 +0100
1d54fbe582
Fixed a few compiler warnings in the latest Xcode by
2015-10-05 16:49:26 +0100
4404835a64
Avoided exceptions getting thrown by Expression::evaluate() by
2015-10-05 12:53:47 +0100
0ff73d6ed2
Introjucer: Minor symbol disambiguation by
2015-10-05 12:31:44 +0100
14e5d9dad8
Fix for CoreAudio initialisation of devices that can't handle sample rate change requests by
2015-10-05 12:12:27 +0100
b0ae8bd4b4
Always use WM_TOUCH events for JUCE mouse input (and ignore any subsequent WM mouse events) by
2015-10-05 10:43:43 +0100
8ef2d21aaa
Introjucer: updated Xcode exporter to produce iOS launch images by
2015-10-05 10:42:06 +0100
fd7a36a177
Introjucer: made the Xcode exporter treat swift files as source code by
2015-10-05 09:51:06 +0100
ba64b2be8a
Added a couple of keywords to the C++ tokeniser by
2015-10-05 09:32:40 +0100
13af784d03
Fix for mingw64 by
2015-10-05 09:18:38 +0100
614a77fc0d
Spelling fix by
2015-10-05 08:54:58 +0100
fa7cda876b
Tiny GUI tweak in tracktion online unlock form by
2015-10-02 11:37:19 +0100
ac3ad31416
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-10-02 12:21:41 +0200
a610931e71
Fixed a OSX 10.11 deprecation warning in File::moveToTrash by
2015-10-01 17:25:31 +0100
964a03e627
Fixed some Xcode deprecation warnings in 10.11 by
2015-10-01 15:58:14 +0100
362b475435
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-10-01 16:49:23 +0200
5fc2f24c97
Fix for linux windows that don't respond to mouse events by
2015-10-01 11:36:19 +0100
d262571fc8
Minor fix to the FFT demo. by
2015-09-30 14:33:30 +0100
f8b5da8b1e
Minor fixes + cleanups to TextEditor. by
2015-09-30 14:31:31 +0100
7f0e28c983
Avoided a warning in VST3 on the latest Clang. by
2015-09-30 13:39:40 +0100
f23ded16c6
Minor refactoring in introjucer code. by
2015-09-29 16:05:47 +0100
6b66d6379c
Fix for non-Windows socket address binding. by
2015-09-28 17:13:13 +0100
7a27686d96
Fix for a layout truncation problem in GlyphArrangement when splitting across many lines. by
2015-09-28 17:12:37 +0100
f640c6f556
Made ValueTree::fromXml more resilient if given data containing text elements. by
2015-09-24 20:03:59 -0700
1c5304b598
Refactored some socket options code and avoided a compile error on linux. by
2015-09-24 19:34:57 -0700
7edb1b5614
Cleaned up some caret code in TextEditor. by
2015-09-24 16:32:38 -0700
cd7efdf8b4
Fixed a warning in AU code. by
2015-09-22 08:56:22 -0700
2682e917cf
Fix for caret visibility problem when TextEditor is disabled. by
2015-09-22 07:38:46 -0700
041a68f5da
Documentation fix. by
2015-09-22 07:21:00 -0700
416c8f3220
Introjucer: minor internal refactoring by
2015-09-18 18:29:11 +0100
6baf778e41
Updated FileBrowserComponent to refresh its list if the user switches to another app and then returns. by
2015-09-18 10:49:33 +0100
86ccd91f08
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-09-18 11:21:00 +0200
5c245ff8e9
Fallback to maxBlockLength if host doesn't support nominal by
2015-09-18 11:20:18 +0200
e2c274840d
Disabled some spurious Xcode 7 warnings by
2015-09-18 10:16:40 +0100
e76e02912c
Cleanup by
2015-09-18 11:15:34 +0200
2ae3d8f7c9
Fix compiler error for Android in recent commit by
2015-09-18 07:49:19 +0100
c74d3cc12a
Workaround for problems with Xcode 7 SDK headers. by
2015-09-17 19:08:41 +0100
5fcf662375
Fixes for Introjucer in Xcode 7 by
2015-09-17 16:31:26 +0100
081f838675
Fix warnings in recent AU multi channel commit by
2015-09-17 14:23:43 +0100
fe4bf3d91f
Add support to allow sharing a DatagramSocket port with other applications by
2015-09-17 12:06:21 +0100
4bb13a0d7e
Removed trailing semicolons from JUCE_COMPILER_WARNING macros by
2015-09-17 11:44:05 +0100
7b42c1846a
Added a couple of missing override keywords. by
2015-09-17 10:54:02 +0100
bbc129fb45
Fix for SVG parsing of paths containing non-space-separated decimal points by
2015-09-17 10:49:43 +0100
c89f476127
Add getName to MidiOutput devices by
2015-09-16 16:28:31 +0100
42cd7174f1
Change number of parallel build threads to four on Android by
2015-09-16 10:00:31 +0100
c17c4ec43b
Fix Android build errors in libpng and libflac by
2015-09-16 09:57:50 +0100
f1a707768e
Use nominalBlockLength instead of max by
2015-09-15 16:42:59 +0200
f6f25c63ec
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-09-15 16:39:13 +0200
adfe457b64
A couple more fixes for Clang pedantic warnings by
2015-09-15 10:52:46 +0100
fdc04d2d2c
Fixed some warnings caught by -pedantic_warnings by
2015-09-15 10:42:09 +0100
b9261dd8a9
Fixed a typo in a comment. by
2015-09-15 08:23:29 +0100
78ee86e658
Couple of minor documentation corrections by
2015-09-14 20:07:45 +0100
3f8b213525
Added a MidiMessage::noteOff method that takes a float velocity parameter. by
2015-09-14 20:03:42 +0100
2877653cc3
Introjucer: added hack to enable c++ syntax highlighting in the editor for extensionless libc++ header files. by
2015-09-14 19:52:37 +0100
3af553e34f
Do not report AU layout if the AudioUnit is only mono or stereo by
2015-09-14 13:00:53 +0100
7e268231ab
Fix last AU multi-out commit by
2015-09-14 12:37:49 +0100
28c2bd9d74
Improve Multi channel AudioUnit code by
2015-09-14 11:25:57 +0100
cee5a77123
Added a velocity parameter to note-off handling in MidiKeyboardState by
2015-09-14 09:49:15 +0100
290c502e78
Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms by
2015-09-14 09:18:20 +0100
bbbe451b7d
Added a workaround to the SVG parser to let it display <a> tags by
2015-09-11 09:49:38 +0100
5cef7c8e79
Reworked the PNG loader by
2015-09-11 09:48:51 +0100
a928e9abd5
Fix typo in comment by
2015-09-10 09:59:39 +0100
018a2d41be
MidiKeyboardComponent: avoid drawing lines if the colour is transparent. by
2015-09-08 21:13:47 +0100
527da19076
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values. by
2015-09-08 20:38:47 +0100
d46ea331da
Fix to FileBasedDocument to avoid spurious re-save requests. by
2015-09-08 16:29:36 +0100
d7812ff580
Fix for an edge case bug when repainting areas of a component which is buffered-to-image on a rescaled display. by
2015-09-08 16:10:07 +0100
0838edd138
Tidied up order of declarations in juce_PopupMenu.h. by
2015-09-08 15:11:14 +0100