hogliux
|
effdc661ca
|
Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux
|
10 years ago |
jules
|
a4526eae3f
|
Avoided a couple of warnings about missing override specifiers.
|
10 years ago |
jules
|
a49cc0fca5
|
Added methods degreesToRadians and radiansToDegrees
|
10 years ago |
jules
|
fc2ce88576
|
Prevented accidental opening of already-open named pipes on win32.
|
10 years ago |
Timur Doumler
|
170602f7d0
|
fixed bug in Synthesiser demo: voice->isVoiceActive() check was at wrong position and failing whenever there was more than one possible type of voice.
|
10 years ago |
jules
|
d74d345a29
|
Fix for AudioProcessorGraph::setPlayHead()
|
10 years ago |
jules
|
5d56b9bdf5
|
Removed quotes for zenity file chooser parameters.
|
10 years ago |
jules
|
8c64ab5391
|
Reverted a mistake in a win32 file chooser function.
|
10 years ago |
jules
|
e19abddeb1
|
Spelling correction
|
10 years ago |
jules
|
c42428d067
|
Made JUCE_DELETED_FUNCTION available on VC2013
|
10 years ago |
hogliux
|
2f2c8436b8
|
Add utility functions to access un-aligned memory
|
10 years ago |
jules
|
0c714770c1
|
Added some comments to ZipFile
|
10 years ago |
jules
|
09730a890d
|
Removed some superfluous assertions in linux.
|
10 years ago |
hogliux
|
d126a0cfbb
|
Fix compiler error on newer Android versions
|
10 years ago |
hogliux
|
8b01ffe133
|
Ensure that JNI callbacks have soft float ABI on arm processors
|
10 years ago |
hogliux
|
67436307bf
|
Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23)
|
10 years ago |
jules
|
9efbd199a6
|
Fixes for file-filter separator token parsing on linux zenity and win32.
|
10 years ago |
hogliux
|
2860f66953
|
Fix alignment edge cases of cue points in AIFF files
|
10 years ago |
hogliux
|
512d0baf67
|
Fix audio channel allocation issue on ALSA/linux
|
10 years ago |
jules
|
d3f76766db
|
Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard.
|
10 years ago |
jules
|
cd056a89cc
|
Whitespace fix.
|
10 years ago |
jules
|
0fc929e37d
|
Added comments to clarify that URLs can't be opened on the message thread in Android.
|
10 years ago |
jules
|
9b79610cb0
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
10 years ago |
jules
|
fd74f1a39d
|
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
|
10 years ago |
hogliux
|
661533c85d
|
Fix clang warnings on linux
|
10 years ago |
jules
|
d8bc6c52c7
|
A couple more optimisations of Identifier object passing.
|
10 years ago |
jules
|
e018192de2
|
Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference.
|
10 years ago |
jules
|
336c46b5a9
|
Fix for array size in AudioFormatReader when reading files with > 64 channels.
|
10 years ago |
hogliux
|
f8cffb5949
|
Fix some warnings on newer GCC versions on linux
|
10 years ago |
hogliux
|
2f94c8019d
|
Implement proper android scaling support
|
10 years ago |
jules
|
3236bdca6a
|
Fix for JUCE_LIVE_CONSTANT in plugins.
|
10 years ago |
jules
|
a52ed14607
|
Fixed a spelling mistake
|
10 years ago |
jules
|
e82e9f2671
|
Avoided an exception in MouseCursor when running on very old OSX versions.
|
10 years ago |
jules
|
65ba31731a
|
Added a copy constructor to SharedResourcePointer
|
10 years ago |
jules
|
3285c2b8b4
|
Modified the OSX mouse cursor code to do a better job on high-DPI displays.
|
10 years ago |
jules
|
43283b3d03
|
Added a couple of methods to Rectangle to return its limits as Range objects.
|
10 years ago |
Timur Doumler
|
f3e2ea6b14
|
Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type.
|
10 years ago |
Timur Doumler
|
636720fa27
|
Fixed matrix multiplication bug: Matrix3D operator* was implemented the wrong way around.
|
10 years ago |
hogliux
|
324f26cc11
|
Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows
|
10 years ago |
jules
|
f92828f1f0
|
Added an ignoreUnused in the AU code.
|
10 years ago |
jules
|
90b6f62318
|
Avoided a dangling pointer problem when changing images in DrawableButton
|
10 years ago |
jules
|
062f136dd4
|
Added a method DragAndDropContainer::setCurrentDragImage
|
10 years ago |
jules
|
d474af1e11
|
Added 384k sample rate to the CoreAudio support. (Apparently people actually need that..)
|
10 years ago |
jules
|
d1348f7f5a
|
Added a header guard to juce_IncludeModuleHeaders.h
|
10 years ago |
jules
|
b6a1d5386d
|
Added more re-binding of vertex buffers in GL rendering code, to work around people's own GL code unbinding this.
|
10 years ago |
jules
|
ac3d4ce36b
|
Fixed a spelling mistake.
|
10 years ago |
jules
|
58105cde57
|
Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this.
|
10 years ago |
jules
|
39a1727223
|
Added some assertions in Graphics methods to catch negatively-sized rectangles.
|
10 years ago |
hogliux
|
0fa2b1ca56
|
Fix warnings on gcc on linux
|
10 years ago |
hogliux
|
44a5a93444
|
Fix typo
|
10 years ago |