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 |
hogliux
|
4ca4ae6be8
|
Remove code that was used for testing
|
10 years ago |
hogliux
|
2fcabaec10
|
Fix bug when the first display is not the main display on linux
|
10 years ago |
jules
|
9fa964881f
|
Fixed an edge-case assertion involving window resizing with constraints.
|
10 years ago |
jules
|
bac0687f95
|
Added a sustain pedal flag to the SynthesiserVoice, and improved the voice-stealing algorithm (again!)
|
10 years ago |
jules
|
8e6f506803
|
Fixed an issue with CFString releasing in OSX midi when devices fail to open.
|
10 years ago |
jules
|
634ac71373
|
Linux VST windowing fixes.
|
10 years ago |
jules
|
490baecdc5
|
tweaks to avoid user code name clashes with Timer.
|
10 years ago |
jules
|
0c99e8e068
|
Minor cleanups
|
10 years ago |
jules
|
40b13a692e
|
Fix for resize behaviour of linux windows without titlebars
|
10 years ago |
jules
|
2a15b88dc3
|
Fix for GL 2D rendering when used with user-code which unbinds the VAO.
|
10 years ago |
jules
|
f4fe4c5749
|
Tidied up a bit of android code and resaved the demo project.
|
10 years ago |
jules
|
ff99c6dbc1
|
Fix to linux modifier key change reporting.
|
10 years ago |
jules
|
f12ede92e5
|
Workaround for ridiculously old versions of GLIBC
|
10 years ago |
jules
|
fbbc9b3595
|
Made the SVG parser recognise the "display=none" attribute.
|
10 years ago |
jules
|
1eab064696
|
Rearranged some documentation for relative coord expressions.
|
10 years ago |
jules
|
dffe781318
|
Fix for RTAS parameter default values.
|
10 years ago |
jules
|
efb40313b4
|
Avoided a false alarm unit test failure.
|
10 years ago |
jules
|
c5e0a60481
|
Added a couple of documentation notes.
|
10 years ago |
jules
|
4c932b696c
|
Fixed linux thread affinity code.
|
10 years ago |
hogliux
|
7d14a1010d
|
Fix edge-case where no main display would be found on the raspberry pi
|
10 years ago |
hogliux
|
3ed50c3f09
|
Fix divide-by-zero issue in screen dpi calculation on raspberry pi
|
10 years ago |
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
10 years ago |
jules
|
0a377a95c5
|
Fix for code editor long lines not rendering
|
10 years ago |
jules
|
db4a0ffec5
|
Added method UndoManager::getCurrentTransactionName
|
10 years ago |