1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
Commit graph

6817 commits

Author SHA1 Message Date
jules
a15d79d4fe Added new methods Rectangle::withRightX() and withBottomY() 2017-01-01 11:56:23 +00:00
hogliux
2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus 2016-12-31 16:35:19 +01:00
jules
f1baf9b122 Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code 2016-12-30 15:47:18 +00:00
jules
9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit 2016-12-30 11:39:09 +00:00
jules
eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings 2016-12-30 11:38:03 +00:00
jules
5eeaf5a2b5 Added move semantics to AudioBuffer 2016-12-26 19:26:35 +00:00
jules
aae0b15916 Added begin/end iteration to HashMap 2016-12-26 19:06:20 +00:00
jules
b184ca92e8 Removed an accidentally-committed method from String 2016-12-24 09:40:06 +00:00
jules
b90077c85f Cleaned up some warnings in the PNG code 2016-12-24 09:32:37 +00:00
tpoole
6f27a1d4a4 Typo fixes 2016-12-22 20:21:13 +00:00
jules
ab0c519cef Workaround for an android-specific bug in String::formatted() 2016-12-22 17:16:48 +00:00
tpoole
158bc981de Fixed an issue restoring VST3 GUI state 2016-12-21 12:25:35 +00:00
hogliux
a7ee1a7c2e Added missing initialiser in Path::Iterator constructor 2016-12-21 09:38:22 +00:00
jules
aae64719a5 Minor compile fix in the javascript parser for VS2013 2016-12-20 17:41:12 +00:00
tpoole
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
hogliux
2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs 2016-12-20 11:16:37 +00:00
jules
dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 2016-12-20 09:12:22 +00:00
hogliux
b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files 2016-12-19 16:12:02 +00:00
hogliux
7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 2016-12-19 16:11:55 +00:00
hogliux
27c353ca3f Fixed an issue when compiling with newer external png libraries 2016-12-19 15:34:53 +00:00
hogliux
32db13e0d5 CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles 2016-12-19 15:34:49 +00:00
hogliux
ae3ee3467b Fixed an issue when including an external and newer version of zlib 2016-12-19 15:34:37 +00:00
hogliux
a6d3d19832 Fixed a few minor bugs in X11 windowing code 2016-12-19 12:20:05 +00:00
jules
f28462040b Whitespace cleanup 2016-12-19 12:18:58 +00:00
jules
3104616462 Added some copy/paste options for module paths to the Projucer's module listbox 2016-12-19 12:09:00 +00:00
hogliux
a9b29baf83 Added support for lambdas in var::NativeFunction 2016-12-19 11:53:12 +00:00
jules
901913a0da Added new method FlexItem::withAlignSelf() 2016-12-19 11:26:35 +00:00
jules
aac01b2b4b Fixed a couple of spelling mistakes 2016-12-19 11:21:40 +00:00
hogliux
d90ca6caf8 Fixed a typo in the OpenGL demo code 2016-12-19 11:21:17 +00:00
hogliux
ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method 2016-12-19 10:50:49 +00:00
hogliux
f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 2016-12-19 10:11:19 +00:00
jules
53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 2016-12-19 09:23:54 +00:00
hogliux
cab4569849 Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths 2016-12-16 10:17:24 +00:00
jules
688110f0a3 Fixed a littlefoot interpreter bug involving 32-bit integer literals 2016-12-15 17:22:27 +00:00
XmasRights
86386300d9 Fixed unused parameter error in BluetoothMIDISelector overlay 2016-12-15 15:02:38 +00:00
XmasRights
4b881b0765 Added an exit callback to BluetoothMidiDevicePairingDialogue::open() 2016-12-15 14:33:41 +00:00
jules
4d02823f97 BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!) 2016-12-14 14:32:58 +00:00
tpoole
13549989fd Added C++11 functions to Doxygen 2016-12-14 12:40:13 +00:00
tpoole
21aad5e20c Fixed IO channels when selecting <<none>> as OS X audio device 2016-12-14 10:22:25 +00:00
tpoole
8567338705 Changed the colour of module icons in the Projucer based on their license 2016-12-14 10:18:35 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
hogliux
e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 2016-12-12 17:22:15 +00:00
hogliux
fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 2016-12-12 16:46:51 +00:00
tpoole
e31a0b11e8 Resaved all projects 2016-12-12 11:25:57 +00:00
hogliux
8869fce59e Fixed minor documentation typo in a recent PropertiesFile commit 2016-12-12 09:19:38 +00:00
hogliux
806d99d777 Added an option to have a properties file suffix be appended to the full application name (instead of replacing it) 2016-12-09 17:13:35 +00:00
jules
05888a09fa BLOCKS API: Added some functionality (not yet supported in public firmware!) 2016-12-09 12:07:59 +00:00
ed
e75128a878 Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 2016-12-09 11:49:57 +00:00
hogliux
1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread 2016-12-08 17:44:24 +00:00
tpoole
3fa62bcaf7 Fixed some misnamed Doxygen parameters 2016-12-08 11:05:11 +00:00