jules
|
a316bd5f6f
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
12 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
12 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
12 years ago |
jules
|
488fe56ffe
|
Documentation correction.
|
12 years ago |
jules
|
fe6ec7acfc
|
Workaround for mingw.
|
12 years ago |
jules
|
7336f7da34
|
Added a couple of mingw tweaks for plugin builds.
|
12 years ago |
jules
|
f9759ecc6b
|
Documentation fixes.
|
12 years ago |
jules
|
505bdcea88
|
Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX.
|
12 years ago |
jules
|
4620d71816
|
Made DragAndDropContainer force mouse-cursor updates to help when using modifier keys to change the drag mode.
|
12 years ago |
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
12 years ago |
jules
|
6dcf82f904
|
Fixed return value of an AudioUnit method to stop auval complaining.
|
12 years ago |
jules
|
b1b702a176
|
Avoided a couple of MSVC warnings.
|
12 years ago |
jules
|
95610593a5
|
Fix for clipping of Graphics::drawSingleLineText with right-justification.
|
12 years ago |
jules
|
242a5f221d
|
Fixed some libFLAC code to keep old Xcode compilers happy.
|
12 years ago |
jules
|
28dbc839b1
|
Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images.
|
12 years ago |
jules
|
06629a3967
|
(Minor correction to last check-in)
|
12 years ago |
jules
|
7a11730317
|
Improvements to PluginListComponent - it's now a sortable table rather than a list.
|
12 years ago |
jules
|
3989280b91
|
Better guessing of what base has been used to encode the VST version number when scanning plugins.
|
12 years ago |
jules
|
7ba6a353ed
|
Avoided an assertion when parsing invalid SVG path strings.
|
12 years ago |
jules
|
bca169c6fb
|
Fix for some text editor selection rendering problems.
|
12 years ago |
jules
|
f5be5a7b3c
|
Better left-right mouse cursor shape on OSX.
|
12 years ago |
jules
|
075b13ac96
|
Update to VST3 hosting (more fixes to come…)
|
12 years ago |
jules
|
39cc7d8d82
|
Fixed some var::equals ordering problems, and added unit tests for this.
|
12 years ago |
jules
|
ef00bcc024
|
Cleaned up some VST3 code to deal with plugins that fail to initialise.
|
12 years ago |
jules
|
3b7bcd44ee
|
More micro-tweaking of Button callback behaviour.
|
12 years ago |
jules
|
6849658788
|
Added method ZipFile::Builder::addEntry for using streams instead of files.
|
12 years ago |
jules
|
74d974cdba
|
Disabled a few more compiler warnings generated by the VST3 SDK.
|
12 years ago |
jules
|
63cb062d35
|
Initial commit of VST3 hosting.
|
12 years ago |
jules
|
39f41a977b
|
Fix for codeblocks compiling ASIO.
|
12 years ago |
jules
|
e432b03c61
|
Avoiding alert beeps when windows are created during a drag operation.
|
12 years ago |
jules
|
8efe5abb1a
|
Avoided DragAndDropContainer holding onto its description object after a drag finishes.
|
12 years ago |
jules
|
afb5904e89
|
Better use of intrinsics for FLAC.
|
12 years ago |
jules
|
1e4ba1b550
|
A few minor changes to keep the Clang analyser happy.
|
12 years ago |
jules
|
2aba3447e4
|
Updated to version 1.3 of libFLAC.
|
12 years ago |
jules
|
f62c9d186d
|
Avoided some warnings in OSX10.9 SDK
|
12 years ago |
jules
|
cdacae9cbb
|
Version 3.0.0
|
12 years ago |
jules
|
a54e4ac576
|
Update .gitignore and some comments.
|
12 years ago |
jules
|
55ff9a57be
|
Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions.
|
12 years ago |
jules
|
f48c158846
|
iOS: added a prototype to a class.
|
12 years ago |
jules
|
177b6426b8
|
When dragging-and-dropping, made the escape key cancel the drag.
|
12 years ago |
jules
|
0c2a847d3a
|
Better labelling of duplicate plugin names in menus by KnownPluginList.
|
12 years ago |
jules
|
0d6b8f159b
|
Added some logic to cope with buffer size changes in iOS audio.
|
12 years ago |
jules
|
c1f90d7d6f
|
Yet more tweaking of the minutiae of toggle button group callback behaviour..
|
12 years ago |
jules
|
2f721b4889
|
Added a method DirectoryContentsList::setFileFilter()
|
12 years ago |
jules
|
e34b2455f0
|
Fix for GL positioning of untransformed images.
|
12 years ago |
jules
|
ac7271c10b
|
Added some methods to TabbedButtonBar for animating tab movements.
|
12 years ago |
jules
|
7b2b7b975b
|
Removed leak detector from RectangleList to avoid problems in DLL build.
|
12 years ago |
jules
|
c8779f4192
|
Put back some atomics workaround functions for PPC.
|
12 years ago |
jules
|
4ec476b750
|
Minor tidying.
|
12 years ago |
jules
|
062c85db12
|
Changed the order in which radio-group toggle button events are sent, so that the "off" event is sent before the "on".
|
12 years ago |