jules
|
c01091895b
|
Refactored some internal code in Socket
|
9 years ago |
jules
|
e66762d81f
|
Added writing-direction flags to OSX font layout generation
|
9 years ago |
Timur Doumler
|
08c5c52061
|
Reverted a change that broke RTAS compilation on OS X (commit 672b07b9).
|
9 years ago |
jules
|
b3f4be1646
|
Introjucer: Slight improvement to --fix-broken-include-paths
|
9 years ago |
jules
|
cb1c17b9f1
|
Avoided a redefinition warning in a particular GCC setup
|
9 years ago |
jules
|
672b07b9ac
|
Added explicit namespaces to some RTAS code
|
9 years ago |
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
9 years ago |
jules
|
70a3db1cb1
|
Added method PluginHostType::isProTools()
|
9 years ago |
jules
|
328652c3ad
|
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
|
9 years ago |
hogliux
|
688969da20
|
Fix missing window decorations in KDE
|
9 years ago |
hogliux
|
203e4e8c67
|
Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses
|
9 years ago |
jules
|
6fba61fdeb
|
Allowed mouse-wheel events to be delivered while the mouse button is down
|
9 years ago |
jules
|
5ca221ee11
|
Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it
|
9 years ago |
jules
|
83e1348ebf
|
Corrected a typo in a comment
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 years ago |
jules
|
cb6085733f
|
Fixed a minor leak in posix WaitableEvent
|
9 years ago |
hogliux
|
be34912b67
|
Remove unnecessary copying of channels in VST2 wrapper
|
9 years ago |
hogliux
|
32e34bc808
|
Fix ugly noise feedback bug for AUs in Logic
|
9 years ago |
hogliux
|
f4ac12820c
|
Fix channel names in surround channel layouts
|
9 years ago |
jules
|
5c05483fbb
|
Fixed a minor typo in the Component docs.
|
9 years ago |
jules
|
6b75e59e1f
|
Added some behind-the-scenes functions for creating snapshots of native windows
|
9 years ago |
jules
|
16466371f0
|
Added ability for ImageType::convert() to work on formats with different pixel strides
|
9 years ago |
jules
|
cdf525f74a
|
Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this)
|
9 years ago |
hogliux
|
8465dea2ac
|
Fixed missing surround format in PluginBusUtilities
|
9 years ago |
jules
|
8622ec4004
|
Fixes for the operator= implementations of the AudioParameterXXX classes
|
9 years ago |
jules
|
613aaa765a
|
Fixed parsing of ISO8601 millisecond fields
|
9 years ago |
jules
|
2343dc153d
|
Added hidden internal helper function to access plugin carbon window wrappers
|
9 years ago |
jules
|
f5ee78595a
|
Added a workaround for a problem in MSVC when using large years in Time::formatted
|
9 years ago |
jules
|
deae885df4
|
Avoided a warning in OSX when core graphics is disabled
|
9 years ago |
jules
|
eca3a5b232
|
Fixed a typo in a comment
|
9 years ago |
jules
|
3fdf969ea2
|
Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests
|
9 years ago |
jules
|
d6f02c9ba4
|
Avoided a false assertion in ChildProcess
|
9 years ago |
jules
|
32bb5798bf
|
Fixed a rounding error in iOS audio device sample rate selection
|
9 years ago |
jules
|
536ca6cedf
|
Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it
|
9 years ago |
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
9 years ago |
jules
|
b355af98a1
|
Disabled depth-test when overlaying 2D rendering on openGL 3D content
|
9 years ago |
hogliux
|
d0d9b9c181
|
Choose stereo layout as default layout when using legacy channel configuration field
|
9 years ago |
jules
|
3aa68f3d00
|
Added time-of-day to Time::getCompilationDate()
|
9 years ago |
hogliux
|
fc8ffd9f76
|
Fix finding default layout for legacy plug-ins
|
9 years ago |
hogliux
|
10d1228e86
|
Add option to set default stack size for JUCE threads
|
9 years ago |
hogliux
|
05a3ebc4eb
|
Scale webpages to fit display by default on iOS
|
9 years ago |
jules
|
60e072f3c4
|
Added a new class: StatisticsAccumulator
|
9 years ago |
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
9 years ago |
jules
|
00d98c991d
|
Fix for ResizableWindow handling size constraints that are set before it gets made visible
|
9 years ago |
jules
|
15d746cf6e
|
Added a safety mechanism for pathological cases where user code that repeatedly blocks in a timer callback could get the event loop stuck
|
9 years ago |
jules
|
b010df5bcd
|
Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given
|
9 years ago |
jules
|
e051b5ad8f
|
Added method HashMap::Iterator::reset()
|
9 years ago |
Timur Doumler
|
28730a28c8
|
Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file.
|
9 years ago |
jules
|
c2bd54aefc
|
Added some assertions to catch event-based objects being used before the message manager has been initialised
|
9 years ago |
jules
|
11b652e35a
|
Refactored win32 broadcast message handling to avoid clashes with MS Word
|
9 years ago |