jules
|
66793fc09b
|
Removed a few more carbon workaround macros
|
2016-01-29 18:08:11 +00:00 |
|
jules
|
4e6ea1dbdf
|
Added some missing win32 GL function support needed for GL3
|
2016-01-29 15:12:05 +00:00 |
|
jules
|
bb1b362162
|
Added support for getting metadata from .caf files in the CoreAudioFormat class
|
2016-01-29 12:16:42 +00:00 |
|
jules
|
95d88e3356
|
Marked Slider popup windows as temporary
|
2016-01-29 11:21:14 +00:00 |
|
jules
|
308a5b97e3
|
Fixed an AAX win32 include problem and avoided a warning
|
2016-01-29 10:39:31 +00:00 |
|
jules
|
92bb5e8b74
|
Added an 'includeChildren' parameter to Component::isMouseOverOrDragging
|
2016-01-28 17:08:15 +00:00 |
|
hogliux
|
082b15969f
|
Fix OpenGL 2D custom shader crash on newer Android devices
|
2016-01-28 17:04:16 +00:00 |
|
Timur Doumler
|
5ada47aa6f
|
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
|
2016-01-28 15:34:00 +00:00 |
|
jules
|
50af60fa81
|
Simplified some linux X11 code involving atoms
|
2016-01-28 15:28:35 +00:00 |
|
jules
|
0784f399f3
|
Fixed a typo in the ASIO code
|
2016-01-28 14:35:52 +00:00 |
|
jules
|
40f51f030b
|
Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling
|
2016-01-28 12:29:27 +00:00 |
|
jules
|
b557277f6f
|
Removed a few stray semicolons
|
2016-01-28 11:48:48 +00:00 |
|
jules
|
76177fc431
|
Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows
|
2016-01-28 11:45:19 +00:00 |
|
jules
|
3ac5ab0ce4
|
Made AudioParameterFloat::getText handle a length of zero
|
2016-01-28 11:20:52 +00:00 |
|
jules
|
bbee942645
|
Made File::getChildFile handle paths containing double-slashes
|
2016-01-28 10:58:52 +00:00 |
|
jules
|
101c4782e1
|
Avoided some pedantic warnings in the win32 ASIO code
|
2016-01-28 10:00:32 +00:00 |
|
jules
|
0294e772dd
|
Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer
|
2016-01-27 16:03:15 +00:00 |
|
hogliux
|
256e66dfa3
|
Add workaround for OpenGL drivers which do not support glGetString(GL_SHADING_LANGUAGE_VERSION)
|
2016-01-26 12:46:33 +00:00 |
|
hogliux
|
e6b4dcb6a2
|
Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo
|
2016-01-26 10:06:30 +00:00 |
|
hogliux
|
e5522b78e3
|
Fix various mult-bus bugs in VST 2 plug-in wrapper
|
2016-01-25 15:58:23 +00:00 |
|
Timur Doumler
|
f73c8e0c59
|
Fixed bug where Viewport::lookAndFeelChanged() would not update its visibleArea if the call changed its scrollBarThickness.
|
2016-01-25 12:37:25 +00:00 |
|
Timur Doumler
|
8174ad00b3
|
Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic.
|
2016-01-25 12:13:12 +00:00 |
|
jules
|
db09156251
|
Added a couple of missing 'override's
|
2016-01-20 08:18:42 -08:00 |
|
jules
|
010afc6baf
|
Fixed a problem with iOS audio device shutdown
|
2016-01-20 06:27:51 -08:00 |
|
jules
|
146afb4a19
|
A few minor mingw workarounds.
|
2016-01-18 17:03:52 +00:00 |
|
jules
|
576c60fd15
|
un-templated a couple of functions to prevent them being accidentally called with integral type arguments
|
2016-01-18 16:53:11 +00:00 |
|
jules
|
a48d70010f
|
Added support for javascript Array.push method
|
2016-01-18 15:59:23 +00:00 |
|
jules
|
ea07c5b2b0
|
Added a workaround in OSX so that plugin windows inside modal host windows can open popups
|
2016-01-18 15:21:36 +00:00 |
|
jules
|
8c6ef0b0e4
|
A better optimisation for parsing SVG files with certain types of line dash attributes
|
2016-01-18 08:40:44 +00:00 |
|
jules
|
30ac2dce0a
|
Minor optimisation for the SVG parser
|
2016-01-17 15:08:54 +00:00 |
|
jules
|
4e48b3b661
|
Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state
|
2016-01-15 14:52:52 +00:00 |
|
jules
|
a6afb208c6
|
Android: removed the action bar
|
2016-01-15 10:24:47 +00:00 |
|
jules
|
5398ba5f06
|
Fixed a capitalisation mistake in the SVG parser
|
2016-01-15 08:52:34 +00:00 |
|
jules
|
39ba4ed577
|
Avoided an iOS compile warning
|
2016-01-14 18:03:14 +00:00 |
|
jules
|
9241028eda
|
Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build
|
2016-01-14 15:04:05 +00:00 |
|
jules
|
de4637d8cb
|
Added support for some more File::getSpecialLocation locations on Android
|
2016-01-14 10:02:54 +00:00 |
|
jules
|
d3d47ab27d
|
Fix for Android kiosk mode components
|
2016-01-13 17:28:45 +00:00 |
|
jules
|
dcf949ba66
|
Additions to StandaloneFilterWindow
|
2016-01-13 13:00:14 +00:00 |
|
jules
|
76886ea268
|
Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily
|
2016-01-13 12:53:38 +00:00 |
|
jules
|
99052af8bc
|
Added Android support for screen orientation control
|
2016-01-13 12:05:29 +00:00 |
|
jules
|
fcf1683f48
|
Moved a method in LengthAndCharacterRestriction to be public.
|
2016-01-12 15:20:34 +00:00 |
|
jules
|
f6dd015999
|
The File class will now canonicalise the paths that it is given, to remove ellipsis
|
2016-01-11 14:59:30 +00:00 |
|
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
2016-01-11 13:11:12 +00:00 |
|
jules
|
a48465327b
|
Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin
|
2016-01-11 10:18:49 +00:00 |
|
jules
|
6c1eaaa0c7
|
Whitespace cleanup
|
2016-01-08 17:41:45 +00:00 |
|
Timur Doumler
|
97ffb5ad93
|
Got rid of some more Visual Studio compiler warnings.
|
2016-01-08 16:11:10 +00:00 |
|
Timur Doumler
|
5815416834
|
Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11).
|
2016-01-08 16:01:12 +00:00 |
|
Timur Doumler
|
10cb636373
|
Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate.
|
2016-01-08 15:39:34 +00:00 |
|
jules
|
4237db4a31
|
Silenced some deprecation warnings in OSX10.11
|
2016-01-08 12:09:10 +00:00 |
|
jules
|
d0cb3d222a
|
Updated to iOS8 alert windows to avoid deprecation warnings
|
2016-01-08 11:02:19 +00:00 |
|