jules
|
7f7cbe73fd
|
Over-zealous assertion fix.
|
2013-06-26 19:53:48 +01:00 |
|
jules
|
227e7d70f9
|
Added method FileBrowserComponent::getDefaultRoots()
|
2013-06-26 12:40:16 +01:00 |
|
jules
|
575725e39d
|
Fix for a subtle race condition in plugin scanning.
|
2013-06-26 11:57:09 +01:00 |
|
jules
|
57832f97e1
|
Avoided a false assertion.
|
2013-06-26 11:08:52 +01:00 |
|
jules
|
ed09493cd2
|
Added text translation to KeyMappingEditorComponent.
|
2013-06-26 11:08:37 +01:00 |
|
jules
|
4aef778da6
|
Fix for a recursion in Desktop class.
|
2013-06-25 13:32:13 +01:00 |
|
jules
|
089332d78c
|
MSVC compile bug fix
|
2013-06-25 11:44:40 +01:00 |
|
jules
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
2013-06-25 10:18:35 +01:00 |
|
jules
|
9c82572dca
|
Refactored a few internals of ComponentPeer.
|
2013-06-24 22:20:46 +01:00 |
|
jules
|
1881908846
|
Added a pthread naming fallback for older glib versions.
|
2013-06-24 21:42:05 +01:00 |
|
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
2013-06-24 16:03:33 +01:00 |
|
jules
|
98ae8a49d2
|
Added DPI field to Desktop::Display information. Couple of Android fixes.
|
2013-06-24 15:53:32 +01:00 |
|
jules
|
5c59897ba6
|
Replaced some uses of the no-longer-needed literal64Bit macro.
|
2013-06-24 11:30:24 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
7bd867794c
|
Misc minor clean-ups.
|
2013-06-23 20:31:02 +01:00 |
|
jules
|
7c9cb2971d
|
Avoided using pthread_setname_np on older linux distros.
|
2013-06-23 12:26:58 +01:00 |
|
jules
|
a12db728d5
|
Comment fix.
|
2013-06-23 12:04:18 +01:00 |
|
jules
|
23c729c942
|
Comment clarification.
|
2013-06-22 14:43:05 +01:00 |
|
jules
|
d3a207c596
|
New classes: AnimatedPosition and MouseInactivityDetector.
|
2013-06-22 14:42:45 +01:00 |
|
jules
|
d6954b4bcf
|
Avoided an assertion in iOS audio code.
|
2013-06-22 12:56:54 +01:00 |
|
jules
|
7560f48b7a
|
Added JUCE_ARM definition.
|
2013-06-21 16:53:40 +01:00 |
|
jules
|
b0e1cbd0ee
|
Fix for single-character TextLayout width.
|
2013-06-19 19:55:17 +01:00 |
|
jules
|
ee3f77bc63
|
Added method IIRFilterAudioSource::makeInactive()
|
2013-06-19 11:11:59 +01:00 |
|
jules
|
f5ede30892
|
Refactored the IIRFilter class, breaking out the coefficients into an IIRCoefficients class. Also important to note: there was an error in the gain level used previously in the makeHighShelf, low-shelf, and bandpass methods. This is now corrected, so you may need to check that your old code didn't compensate for the error.
|
2013-06-18 21:04:26 +01:00 |
|
jules
|
8e5268a1f8
|
Added methods LookAndFeel::getSliderPopupFont and getSliderPopupPlacement.
LookAndFeel::drawFileBrowserRow improvement.
|
2013-06-18 19:46:24 +01:00 |
|
jules
|
e49f40ac05
|
Made Atomic constructor explicit. Cleared TreeViewItem parent pointers when they are removed.
|
2013-06-18 17:38:56 +01:00 |
|
jules
|
01e3e4c40c
|
Fixed some coverity warnings.
|
2013-06-17 22:10:57 +01:00 |
|
jules
|
e05393c36d
|
Windows default font fix.
|
2013-06-16 21:48:02 +01:00 |
|
jules
|
ef486ad07d
|
Moved a couple of static functions.
|
2013-06-16 21:19:22 +01:00 |
|
jules
|
265fb0e8eb
|
More MSVC warning fixes.
|
2013-06-16 10:46:51 +01:00 |
|
jules
|
cc8662213b
|
fixed MSVC warning.
|
2013-06-16 10:21:12 +01:00 |
|
jules
|
4b128378cf
|
CodeEditorComponent rendering improvements. Faster OSX font lookup.
|
2013-06-16 10:08:05 +01:00 |
|
jules
|
fc79df875f
|
Refactoring of some glypharrangement code.
|
2013-06-15 19:27:34 +01:00 |
|
jules
|
49fd486c23
|
Removed Graphics::drawTextAsPath, which is obsolete, since the same job can be done using Graphics::addTransform and any of the other drawText methods.
|
2013-06-15 16:53:47 +01:00 |
|
jules
|
ebc3b797bd
|
Updated LookAndFeel::createFileChooserHeaderText method to return an attributedstring.
|
2013-06-15 16:41:11 +01:00 |
|
jules
|
2af7585fc2
|
spelling fixes
|
2013-06-15 14:57:36 +01:00 |
|
jules
|
3891145af4
|
AiffAudioFormat: support for reading CATE block metadata.
|
2013-06-14 19:28:55 +01:00 |
|
jules
|
77335b4baa
|
Introjucer: Improvements to the translation tool.
|
2013-06-14 15:31:00 +01:00 |
|
jules
|
841c40d7ba
|
AAX: registering all parameters, not just automatable ones.
|
2013-06-14 10:52:00 +01:00 |
|
jules
|
c8bb0ad558
|
Various AAX fixes.
|
2013-06-13 20:24:55 +01:00 |
|
jules
|
f255f9e98a
|
VST hosting: make sure details are correct for each subtype of a shell VST when scanning.
|
2013-06-13 18:30:25 +01:00 |
|
jules
|
2db3582466
|
win32: avoid beep on alt-key press.
|
2013-06-13 16:36:27 +01:00 |
|
jules
|
9772fde950
|
Minor tidying
|
2013-06-13 14:41:45 +01:00 |
|
jules
|
5c4785ee2c
|
juce_core module license type update.
|
2013-06-13 13:29:56 +01:00 |
|
jules
|
048e5c679b
|
Version number update
|
2013-06-13 13:28:35 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
b2240146ad
|
OpenGLImage fix.
|
2013-06-12 17:12:32 +01:00 |
|
jules
|
3c76294319
|
Android: setting the audio output at startup.
|
2013-06-12 09:45:28 +01:00 |
|
jules
|
e1f0baca43
|
Pixel blending improvement.
|
2013-06-12 09:39:33 +01:00 |
|
jules
|
20a72142b7
|
Version number update
|
2013-06-10 21:07:26 +01:00 |
|