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

2683 commits

Author SHA1 Message Date
jules
01e1421613 Made sure that the DrawableImage copy constructor also copies the component bounds. 2014-11-05 10:28:46 +00:00
jules
817c80ed19 Fixed a typo in a comment. 2014-11-05 09:34:03 +00:00
jules
2792bd2761 Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad() 2014-11-04 17:55:58 +00:00
jules
6aebccfeb6 Minor compiler warning fix. 2014-11-04 17:38:42 +00:00
jules
19937e63e1 Updated a few trig functions to use the std:: implementations. 2014-11-04 15:59:38 +00:00
jules
9e36c4ecca Added method Timer::startTimerHz 2014-11-04 11:42:03 +00:00
jules
7c42fc102a Fixed typo in AU wrapper. 2014-11-03 17:45:13 +00:00
jules
6925b9626c Updated OSX file dragging functions to avoid some thigns that were deprecated in 10.10 2014-11-03 14:25:17 +00:00
jules
7e8cc2734d Some workarounds for people still using the 10.5 SDK 2014-11-02 20:40:48 +00:00
jules
2fc0de42f2 Made the AU wrapper send notifications about parameter name changes. 2014-11-02 11:01:09 +00:00
jules
898080d187 Fix for ListBox::getRowNumberOfComponent 2014-10-31 16:16:44 +00:00
jules
b51cc38718 Added a missing semicolon in ALSA 2014-10-31 13:02:41 +00:00
jules
783c5ed7f8 Made SynthesiserVoice::isPlayingChannel virtual. 2014-10-31 11:52:53 +00:00
jules
506ed2663f Workaround for old versions of Xcode. 2014-10-29 14:47:31 +00:00
jules
3a97797f35 Added Fruityloop bridge recognition to PluginHostType 2014-10-28 16:22:06 +00:00
jules
40fe2186d2 Added a 10.10 entry in the SystemStats OS version list. 2014-10-28 11:46:46 +00:00
jules
61bf9392d0 Cleaned up a few OSX 10.10 deprecated functions. 2014-10-28 10:29:01 +00:00
jules
fd7b9a8542 Workaround for leak of openGL textures when Images are deleted without an active GL context. 2014-10-27 10:28:46 +00:00
jules
28b790c4c1 Fixed ridiculous typo in openGL 2014-10-27 08:21:42 +00:00
jules
7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
jules
74571aba11 New class: MountedVolumeListChangeDetector 2014-10-26 17:39:49 +00:00
jules
91c81a6319 Avoided a crash in openGL when running on very old Windows drivers. 2014-10-26 10:25:56 +00:00
jules
f2fbd391dc Minor clean-ups 2014-10-26 10:24:44 +00:00
jules
9356a51249 Avoided some unwanted GLSL assertions. 2014-10-24 12:58:43 +01:00
jules
44fa2827ad Resaved projects. 2014-10-24 12:39:06 +01:00
jules
b88b621d81 Restructured some openGL file locations. 2014-10-24 12:34:07 +01:00
jules
cc61f88a37 Added a method SynthesiserVoice::isVoiceActive() 2014-10-24 11:32:43 +01:00
jules
8c15f9ac7d Fix for AffineTransform::getScaleFactor() for handling negative scaling. 2014-10-24 09:31:24 +01:00
jules
b45a05d4f6 Improved scale factor used in cached images by ComponentAnimator. 2014-10-23 16:46:49 +01:00
jules
7b1e821800 Spelling correction. 2014-10-20 13:06:54 +01:00
jules
3b97c3d21b VST3 fix for some cubase windowing issues. 2014-10-20 09:00:40 +01:00
jules
3fc84c2e8b Handling left-tab keypresses on Linux. 2014-10-20 08:56:38 +01:00
jules
dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 2014-10-19 10:51:18 +01:00
jules
b5f261e46c Added loop status to AU current position info. 2014-10-19 10:05:27 +01:00
jules
22ab2e4b1d Added a few assertions to check plugin parameter ranges. 2014-10-19 09:48:13 +01:00
jules
7fab0ca15c Fix for compiling on latest OSX SDK version. 2014-10-17 13:49:17 +01:00
jules
205498900a Tweaked the re-use flags for DatagramSocket 2014-10-16 17:25:12 +01:00
jules
30e66ba5d8 Rejigged the order of initialisation in AudioUnit hosting to try to work around some crashing plugins. 2014-10-16 12:35:09 +01:00
jules
06c31487c1 Made it possible to set JUCE_DISABLE_WIN32_DPI_AWARENESS=1 to disable win32 high-res scaling. 2014-10-16 12:28:39 +01:00
jules
4a282ad0a9 Added methods AudioProcessorParameter::begin/endChangeGesture() 2014-10-16 09:40:53 +01:00
jules
c3694572ae Added a workaround for an MSVC warning. 2014-10-15 11:16:59 +01:00
jules
17cbf1a285 Added method Button::getState() 2014-10-14 15:44:14 +01:00
jules
214674123e Fix for ListBox::createSnapshotOfSelectedRows 2014-10-14 14:36:11 +01:00
jules
80e7a36691 Modified the DBG and jassert macros to force users to follow them with a semi-colon. This can avoid some nasty and subtle mistakes when the macros are elided in a release build. 2014-10-14 14:32:25 +01:00
jules
e60aa581d6 Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
jules
9b1d596dd5 Added new base-class AudioProcessorParameter, and modified the AudioProcessor class to manage a list of these as a cleaner way of handling its parameters. 2014-10-13 16:19:15 +01:00
jules
336b7974d7 Added class: NormalisableRange, to represent a mapping from an arbitrary range down to 0->1 2014-10-13 15:43:01 +01:00
jules
b29554f3b9 Whitespace auto-cleanup. 2014-10-13 15:34:54 +01:00
jules
d5c262642c Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
jules
1db9fd9ba9 Linux kdialog file-chooser fix 2014-10-12 16:14:53 +01:00