aad868e383
Added support for WebBrowserComponent on Linux by
2017-03-28 15:36:17 +0100
c69d24fa7a
Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux by
2017-03-28 14:26:20 +0100
9c62eaf4f8
Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods. by
2017-03-28 12:55:54 +0100
44cd80969d
A few C++11 modernisations and comment corrections by
2017-03-28 12:31:51 +0100
e253b8bea1
Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. by
2017-03-28 10:44:52 +0100
3b2014a5db
Code cleanups in OSX networking by
2017-03-27 16:32:30 +0100
fc844d949c
Refactored the way OSX main menu updating happens, to avoid some issues when refreshing the whole menu bar by
2017-03-27 15:38:02 +0100
1465f545d1
Made an openGL assertion slightly less strict by
2017-03-27 15:07:43 +0100
8ed41ed14b
Fixed some whitespace style and cleaned up some code using C++11 by
2017-03-27 13:06:24 +0100
405a6aeaed
Fixed a MinGW tablet mode detection compiler error by
2017-03-27 12:55:42 +0100
79bdbc37cc
Fixed some misleading indentation warnings by
2017-03-27 11:57:00 +0100
91eb19e6f5
Added a call to sendLookAndFeelChange() before making new tab content component visible in TabbedComponent::changeCallback by
2017-03-24 08:56:21 +0000
ee6411ea13
Fixed a typo in MenuBarModel by
2017-03-23 14:59:53 +0000
e561f1f5aa
Whitespace by
2017-03-23 12:06:13 +0000
5c4553a06c
Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details by
2017-03-23 12:02:02 +0000
82565a0c96
Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter by
2017-03-22 12:51:29 +0000
b3e5834a91
Removed the VS2010 and VS2012 exporters by
2017-03-22 12:22:18 +0000
c993f46933
Fixed platform-dependent default global Projucer preferences by
2017-03-22 11:50:18 +0000
c236e75cf5
Adde some missing JUCE_API annotations by
2017-03-21 16:07:31 +0000
e4857ceaae
Added MacOS SystemStats::getDeviceDescription by
2017-03-21 15:23:43 +0000
4c6d20681d
Made WindowsRegistry::deleteKey operate recursively by
2017-03-21 11:25:11 +0000
cd59c26a0e
Added some JUCE_API flags to some RelativeTime global operators by
2017-03-20 17:31:18 +0000
554645b750
Changed the JUCE demo plug-in and host to compile in 64 bit for the latest version of Visual Studio by
2017-03-20 16:56:47 +0000
479390c689
Try to use TreeView background colour when painting open/close button in TreeViewItem::paintRecursively() instead of always using white by
2017-03-20 16:40:21 +0000
9a8298a91a
Fixed VST3 compiler warning by
2017-03-20 12:25:35 +0000
86f1b6628f
Added a reference count getter method to SharedResourcePointer by
2017-03-20 12:08:32 +0000
96dcf64967
Added Projucer support for C++ language standard in VS 2017 by
2017-03-20 10:13:45 +0000
7e9b8fd923
Improved a menu label in the standalone filter window by
2017-03-20 09:43:13 +0000
7d9152dd62
Merge pull request #1 from mzuther/master by
2017-03-19 13:49:29 +0100
02510e59c2
(refs/pull/1/head)
silence warnings about unused variables #2 by
2017-03-19 13:48:05 +0100
f855806602
Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above). by
2017-03-17 11:49:04 +0000
b8d1183f78
Fixed a typo in a comment by
2017-03-17 11:44:32 +0000
dcc35c5dd6
Fixed a VST3 bug where a WaveLab workaround would unintentionaly mute buses for certain multi-bus plug-ins by
2017-03-17 11:15:23 +0000
d0b704c6d4
Fixed a potential crash in the VST3 wrapper when certain buses are disabled by
2017-03-16 17:41:33 +0000
de723216b5
Fixed an issue where the bus enabled radio button in the audio demo host would not update properly by
2017-03-16 17:23:26 +0000
ca1b03a22d
Minor style fixes by
2017-03-16 10:54:14 +0000
f670b0a9d9
Removed some VS project files with old names by
2017-03-16 09:53:40 +0000
4b1d4c9681
Added a cast to avoid a compiler warning by
2017-03-16 09:34:42 +0000
1dd4b05516
Resaved all projects by
2017-03-16 09:24:45 +0000
8ca0bc6791
Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. by
2017-03-16 08:53:46 +0000
5920bcd20b
Fixed WinRT MIDI static initialisation error by
2017-03-15 17:22:08 +0000
b7b8d5be57
Multiple fixes for touch and pen input on Windows by
2017-03-15 17:16:04 +0000
2e08db47ff
Added a shader workaround for GPUs on older Android devices by
2017-03-15 13:21:11 +0000
501d7299a6
Added documentation for some missing LittleFoot methods by
2017-03-15 10:19:53 +0000
75cd666a61
Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK by
2017-03-14 18:01:21 +0000
2ca5a9c32b
Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK by
2017-03-14 18:01:21 +0000
bcf743b33f
Removed whitespace characters from MSVC project names by
2017-03-14 17:00:26 +0000
112b88f289
Made the WinRT MIDI service run on app startup by
2017-03-14 15:23:13 +0000
08483a0138
Fixed a VS 2017 compiler warning by
2017-03-14 14:55:22 +0000
bba9c7e9ed
Added Visual Studio 2017 exporter to the Projucer by
2017-03-14 12:54:43 +0000
14d60966dc
Added support for VST3 SDK 3.6.7 by
2017-03-13 17:15:57 +0000
4fa73d7bb6
Minor clean-ups in projucer translation code by
2017-03-13 17:34:01 +0000
9c7ee8710a
Added support for VST3 SDK 3.6.7 by
2017-03-13 17:15:57 +0000
405b589f3f
Fixed issue where return and newline characters were not being removed when using the —trans-finish command by
2017-03-13 17:13:01 +0000
35f78e15fb
Added printout of SystemStats::getNumPhysicalCpus() to demo app by
2017-03-13 14:34:33 +0000
6658f1fa70
Fixed a documentation typo by
2017-03-13 14:14:04 +0000
f6873c2273
(Fixed a typo in linux code in the last commit) by
2017-03-13 12:10:47 +0000
2d192bed9b
Added method SystemStats::getNumPhysicalCpus() by
2017-03-13 10:38:53 +0000
d6bf2e8cf9
Added line spacing to TextEditor and methods to set/get the current line spacing by
2017-03-10 17:06:33 +0000
c26f9f3720
Added Projucer option to select c++ language standard in Android exporter by
2017-03-10 14:51:38 +0000
f207ebb6d8
BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware by
2017-03-09 09:42:12 +0000
beab10fca7
Added a check in ImagePreviewComponent to avoid reading directories by
2017-03-10 14:39:17 +0000
f506cc7f5d
Doubled the default number of Android OpenSL buffers to avoid glitches on a wider range of devices by default by
2017-03-10 12:09:13 +0000
89a53dbf89
Fixed uninitialised variables in Android OpenSL which may have resulted in OpenSL using the slow audio path by
2017-03-10 12:06:39 +0000
eb89d1ab31
Added a new command line argument to create a finished translation file by
2017-03-10 10:54:09 +0000
7094b04a9b
Changed some text to Title Case in AudioDeviceSelectorComponent by
2017-03-10 10:06:00 +0000
2398f4c1d3
Used AsyncUpdater for iOS stream format changes by
2017-03-08 11:02:31 +0000
23b6450e62
Fixed a typo in recent commit to address an armeabi internal compiler bug by
2017-03-08 10:57:28 +0000
a96163df2a
Fixed a couple more unused variables in iOS audio by
2017-03-08 10:29:12 +0000
80a226204a
Added workarounds for an internal compiler error bug on armeabi Android by
2017-03-08 10:23:13 +0000
279c4bc4db
Fix for some unused variables in iOS audio by
2017-03-08 10:08:49 +0000
d8504a6090
Moved iOS stream format changes to the message thread by
2017-03-07 17:12:51 +0000
9c75f13a4f
Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods by
2017-03-07 15:51:01 +0000
3f223d2caa
Added breaking changes documentation to root folder of JUCE by
2017-03-07 11:02:17 +0000
85900377b9
Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method by
2017-03-07 09:40:31 +0000
e16554abb3
Added packing when WaveAudioFormat writes SMPL chunks with zero loops by
2017-03-06 16:02:51 +0000
39284e1d0f
Added static method Timer::callAfterDelay() to invoke a one-shot lambda function by
2017-03-06 15:05:14 +0000
d3bb833f0e
Made File::getRelativePathFrom() return '.' if comparing two identical folders. by
2017-03-06 15:02:24 +0000
51d5572220
Added showYesNoBox to NativeMessageBox class by
2017-03-06 12:39:09 +0000
0fa188ab5b
Reverted #6d356423 as it broke centring for child components by
2017-03-06 11:45:15 +0000
607b09ab7b
Fixed graphics dependent header includes for IAA by
2017-03-06 10:31:38 +0000
bd217cf158
Added trans Projucer command line option to generate translation files from the command line by
2017-03-06 09:29:30 +0000
c64dc65be2
Whitespace clean-up by
2017-03-06 09:19:09 +0000
cc5e5bb43a
Made sure that whitespace clean-up tool can clean it's own code by
2017-03-06 09:11:02 +0000
52fdb2bb3f
Updated default gradle version to 3.3 to match newest android plug-in version by
2017-03-05 18:58:21 +0000
77820cfd0b
Updated default android gradle plugin version to 2.3.0 by
2017-03-05 18:53:45 +0000
e59a81dd9c
Cleaned up some code in recent commits in the Projucer's XCode exporter by
2017-03-05 18:03:33 +0000
2963805a27
Ensured that RTAS plug-in ids match AAX plug-in ids by
2017-03-05 17:47:16 +0000
1b5d7f36db
Added missing JUCE_CALLTYPE specifier to AudioChannelSet by
2017-03-05 17:46:32 +0000
fa6929cb3c
Added a workaround to not call Android's bringToFront method for every touch by
2017-03-05 09:47:39 +0000
6d356423e2
Fix for transformed Components not being centred correctly by
2017-03-03 13:01:24 +0000
182b0e4cb0
Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods by
2017-03-03 12:37:45 +0000
f312721cf9
Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard by
2017-02-15 10:27:01 +0000
66365d55e2
Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator by
2017-03-02 12:09:15 +0000
24d02528e0
Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary by
2017-03-01 18:41:57 +0000
5fe3289256
Fixed several Android text rendering bugs by
2017-03-01 16:16:34 +0000
9caa91b166
Fixed uninitialised variables warning by
2017-03-01 15:42:23 +0000
a2ee6339e1
Restored JUCE modules as Xcode groups and resaved all projects by
2017-03-01 14:44:10 +0000
5b49bcdbc8
Resaved all projects by
2017-03-01 12:16:08 +0000
4c59a920b4
Added Inter-App Audio capabilities to standalone plug-ins by
2017-03-01 11:55:39 +0000