jules
|
897c3c8044
|
Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro.
|
11 years ago |
jules
|
f5cafaebd4
|
Fixes for NEON version of FloatVectorOperations.
|
11 years ago |
jules
|
bee0b791f7
|
Updated a comment.
|
11 years ago |
jules
|
5645702bd4
|
(Fixed something that was missing from the last commit)
|
11 years ago |
jules
|
aff3ce418b
|
Renamed a variable called "slots" to avoid confusion in Qt creator.
|
11 years ago |
jules
|
b3e7f2b772
|
Added support for uploading files in the OSX embedded web browser.
|
11 years ago |
jules
|
f4fa3a420b
|
Fix for VST3 stucture size issue.
|
11 years ago |
jules
|
51494449c7
|
iOS background app GL rendering workaround.
|
11 years ago |
jules
|
41cac9e5a1
|
More VST->VST3 auto-replace functionality.
|
11 years ago |
jules
|
223523f4f5
|
Cleaned up some mistakes in the VST3 COM macros.
|
11 years ago |
jules
|
5f23c27117
|
Fixed a typo in OSX networking.
|
11 years ago |
jules
|
3c5dce0b92
|
iOS openGL background process fix.
|
11 years ago |
jules
|
0d68add38c
|
Made sure that isKioskMode returns false for components while they're being taken out of kiosk mode.
|
11 years ago |
jules
|
b5d10d753a
|
Made Process::isForegroundProcess() return a correct result on iOS.
|
11 years ago |
jules
|
eff5503439
|
Fixed a few warnings in some OSX plugin builds.
|
11 years ago |
jules
|
fc921837af
|
Avoiding a possible crash in AudioUnits.
|
11 years ago |
jules
|
4814696d4d
|
Added some documentation.
|
11 years ago |
jules
|
8f25b2092b
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
11 years ago |
jules
|
352e603d43
|
A couple of compiler warning fixes
|
11 years ago |
jules
|
c478ff0116
|
Documentation fix.
|
11 years ago |
jules
|
bc2f908c9c
|
Added 'override' keywords to some introjucer template files
|
11 years ago |
jules
|
677b9ab530
|
Added some return values for a couple of Synthesiser methods.
|
11 years ago |
jules
|
09d626eafa
|
Fix to make GL rendered comps repaint when un-minimised on win32.
|
11 years ago |
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
11 years ago |
jules
|
d440bc9d46
|
Better mouse-wheel handling for ComboBox.
|
11 years ago |
jules
|
f629a61e13
|
Fixes for kiosk mode on windows with non-native title bars.
|
11 years ago |
jules
|
e449f1a8af
|
Workarounds for a couple of MSVC quirks.
|
11 years ago |
jules
|
783af9c332
|
Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1
|
11 years ago |
jules
|
b5af44a485
|
Couple of minor clean-ups.
|
11 years ago |
jules
|
e8a1876a95
|
Added an operator[] to StringRef
|
11 years ago |
jules
|
f805382a83
|
Fix for iOS openGL framebuffers.
|
11 years ago |
jules
|
3a81057828
|
Virtualised a few CodeEditorComponent methods to help customisation.
|
11 years ago |
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
11 years ago |
jules
|
c86a3104b2
|
Avoided re-entrancy in Desktop::getKioskModeComponent
|
11 years ago |
jules
|
728cc9b40c
|
Minor clean-ups
|
11 years ago |
jules
|
ad353ac543
|
Avoided compiler warning
|
11 years ago |
jules
|
197688016a
|
Avoided some memory allocation when writing zip files.
|
11 years ago |
jules
|
e0491d4574
|
Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory.
|
11 years ago |
jules
|
060a8cb05f
|
Introjucer: added customisable VST category setting.
|
11 years ago |
jules
|
d2ed531ab8
|
Better device type detection on linux.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
11 years ago |
jules
|
d102b61703
|
Another attempt at fixing win32 plugin key hook loops.
|
11 years ago |
jules
|
fb9ef9e906
|
Avoided windows being made visible when using toBehind on OSX.
|
11 years ago |
jules
|
93bf34ad0a
|
Avoiding loops in win32 plugin key handling
|
11 years ago |
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
11 years ago |
jules
|
86d6018fb3
|
win32 numeric keypad handling fix
|
11 years ago |
jules
|
ca43af451a
|
Fix for HyperlinkButton::changeWidthToFitText
|
11 years ago |
jules
|
e74698bed4
|
Tweaked the fonts demo to display the fonts using point sizes.
|
11 years ago |
jules
|
e5c556d307
|
Added support for GLSL v3 in iOS
|
11 years ago |
jules
|
c74d5e8635
|
Added openGL error message mappings.
|
11 years ago |