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
hogliux
79c5c34466
Fix bug where a socket connection error was mistakenly ignored
10 years ago
hogliux
04df084d73
Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false
10 years ago
hogliux
2b27f5b36e
Fix automation issue when automation points are edited before opening editor. See: http://www.juce.com/forum/topic/automation-issue-cubase/nuendo#new
10 years ago
hogliux
c76876d388
Adds proper per-monitor scaling support on linux
10 years ago
jules
395cf7ac46
Added a small comment to TextEditor
10 years ago
Timur Doumler
a0c30467da
Fixed an issue where an AU host would not update the current preset name in case it was changed inside the plugin.
10 years ago
jules
722bee0852
Fix for linux VST hosting window sizing.
10 years ago
jules
c1df93cf67
Improvement to the Synthesiser voice-stealing algorithm
10 years ago
jules
1c19301b1f
Avoided a possible crash in ValueTree::readFromStream when loading corrupt data.
10 years ago
jules
6fbc00f0ce
Fix for linux VST hosting window creation
10 years ago
jules
67ab6a562c
Fix for an edge-case where dragging within a triple-click would trigger a false double-click
10 years ago
jules
21b1ba0e94
Documentation fix.
10 years ago
hogliux
cb2eee8f02
Fixed typo in ComboBox class
10 years ago
hogliux
00374c9ca9
Fix typo
10 years ago
Timur Doumler
48c32fde3b
Minor clean-up in LookAndFeel_V2::getSliderLayout.
10 years ago
Timur Doumler
b68b4670b9
Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality.
10 years ago
jules
e056223b52
Removed a Logic workaround that's no longer needed.
10 years ago
hogliux
a401655297
Fix missed linux warning in VST wrapper
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
jules
a73e8d6b80
Added a method ResizableWindow::setDraggable()
10 years ago
jules
1952ed195e
Whitespace
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
hogliux
e732c6e6d8
Fix VisualStudio warning
10 years ago
hogliux
e0d1dd0a71
Fix warnings on Mac and Linux
10 years ago
hogliux
67cc7f3fed
Add multicast support to juce_Socket
10 years ago
jules
581158e443
Fixed a rare race condition in OSX URL reading.
10 years ago
jules
ba0c4bd823
Fixed an alignment issue when writing WAV files with tracktion loop info blocks.
10 years ago
jules
7e51e64422
Added detection for SSSE3 and AVX instructions to the SystemStats class.
10 years ago
jules
6cd473576b
Fixed a warning on iOS.
10 years ago
jules
19b2beec63
Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection.
10 years ago
jules
c17a72e5b1
Minor clean-ups.
10 years ago
jules
739e8ffba0
Fix to make sure IME methods are possible with text components that are directly added to the desktop.
10 years ago
jules
5cd4bf5905
Added a method MouseInactivityDetector::setMouseMoveTolerance()
10 years ago