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

1808 commits

Author SHA1 Message Date
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
ebddea7765 Updated an old powf() call. 2013-10-17 21:54:03 +01:00
jules
ef1f2e6094 Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of 2013-10-17 20:50:17 +01:00
jules
5f00e94f3e Fixed a string allocation problem. 2013-10-17 17:34:22 +01:00
jules
526ae27e8e Made the introjucer linux build use c++11 mode. 2013-10-17 16:34:51 +01:00
jules
fb4912ac1f Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 2013-10-17 16:34:09 +01:00
jules
a074bfeea2 Workarounds for javascript code in non-C++11 compilers. 2013-10-17 14:32:00 +01:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
6c5c461d73 New class: JavascriptEngine! 2013-10-16 12:49:12 +01:00
jules
8a8941aab5 Fix for MidiKeyboardComponent when used with multi-touch screen. 2013-10-15 21:37:40 +01:00
jules
59b9b0ccaf Couple of minor fixes to CharacterFunctions, and added a find-character method. 2013-10-15 19:44:37 +01:00
jules
f35dc2df92 Correction to MidiFile end-of-track handling. 2013-10-15 18:24:59 +01:00
jules
88c71bc7af Removed unwise assertion from File. 2013-10-15 17:36:32 +01:00
jules
b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 2013-10-15 17:17:31 +01:00
jules
a265c052c4 Made AudioProcessor::setPlayHead virtual. 2013-10-15 13:01:27 +01:00
jules
bf16cbdd7f Stopped MidiFile writing an end-of-track event if the data provided already contained one. 2013-10-15 12:58:29 +01:00
jules
9d505609b7 Stopped buttons with auto-toggle sending duplicated events. 2013-10-14 14:09:58 +01:00
jules
3f07f45702 Improved Android event callback mechanism. 2013-10-14 13:50:50 +01:00
jules
c70d98dbdd Added some trigonometry functions that are missing from MSVC's C library. 2013-10-14 13:40:10 +01:00
jules
a8c754f06c Added some comparison methods to Identifier. 2013-10-14 12:46:44 +01:00
jules
3bfc0a81e7 Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 2013-10-12 17:00:16 +01:00
jules
2cded82ea6 Fix for auto-toggle DrawableButtons not updating their image immediately. 2013-10-12 15:44:31 +01:00
jules
a7df25f860 Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25:44 +01:00
jules
1a2aff80a7 Moved some JSON formatting logic into DynamicObject::writeAsJSON 2013-10-12 11:39:34 +01:00
jules
48f76460b8 Fix for building non-synth AUs. 2013-10-12 09:34:31 +01:00
jules
2d7cf92ad9 (Compiler warning fix) 2013-10-11 22:58:32 +01:00
jules
e1a5274504 Added an accessor for the options in ApplicationProperties. 2013-10-11 22:55:08 +01:00
jules
b9a1336867 Slider inc/dec button click fix. 2013-10-11 22:52:23 +01:00
jules
318e9cf405 Fixed code editor line number display problem. 2013-10-11 22:07:00 +01:00
jules
349d3d423f Fix for software text layout colour of single-character strings. 2013-10-11 21:56:44 +01:00
jules
0cc6fb9356 Avoided MSVC warning. 2013-10-11 21:19:31 +01:00
jules
56c1853b37 Fix for CoreGraphics multi-rectangle gradient drawing. 2013-10-11 20:21:02 +01:00
jules
97823b3085 Added a method JSON::parseQuotedString 2013-10-11 18:16:17 +01:00
jules
03ab2a2c3c Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes) 2013-10-11 15:46:28 +01:00
jules
908754e0ea Documentation tweak. 2013-10-11 15:40:55 +01:00
jules
293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
jules
0796c7afbc Avoided an assertion in linux native file chooser 2013-10-07 11:22:13 +01:00
jules
0ff1e14b8b Added assertions to some array methods to avoid false alarms from Clang static analyser. 2013-10-05 12:04:04 +01:00
jules
0e32a71644 Fix for MinGW builds. 2013-10-04 21:56:48 +01:00
jules
c24082ae49 ASIO: now sends a reset request when the device changes its sample rate. 2013-10-04 21:35:22 +01:00
jules
f43abb9757 FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD. 2013-10-04 20:44:57 +01:00
jules
91d08bb7af Added VST hosting workarounds for plugins that return -1 as their current program index. 2013-10-04 10:39:31 +01:00
jules
05cd003f4b Made Times New Roman the default serif font on Windows. 2013-10-04 10:00:24 +01:00
jules
35f2c94339 Avoided a pedantic warning in VST code. 2013-10-04 09:59:54 +01:00
jules
18a012f7db Optimised Array with some move-operators. 2013-10-04 09:59:24 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
19425a4502 Optimised a couple of XML and memory block functions. 2013-10-02 22:25:26 +01:00
jules
94aca67a9b Fix for linux URL stream opening. 2013-10-02 10:52:52 +01:00
jules
5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 2013-10-01 19:54:35 +01:00
jules
4198291d9a Added method XmlElement::getChildByAttribute(). 2013-10-01 13:48:40 +01:00