jules
ff99c6dbc1
Fix to linux modifier key change reporting.
10 years ago
Timur Doumler
fc2f9e848d
Introjucer: Added option to select C++ language standard for Xcode.
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
Timur Doumler
bb8b36aa72
Fixed bug where Introjucer would produce invalid code in case two images added via the GUI editor use the same image resource
10 years ago
jules
8c2e351504
Merge branch 'master' of juce-repo.roli.com:JUCE
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
jules
7deffbea8d
Merge branch 'master' of juce-repo.roli.com:JUCE
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
jules
95e94bc8dd
Fixed a problem compiling introjucer on linux.
10 years ago
hogliux
d8e5add7ba
Minor clean-up in audio demo plugin code
10 years ago
hogliux
b7a85c767a
Add beginChangeGesture/endChangeGesture support to audio demo plug-in
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
d9f88e763e
Resaved the binarybuilder project files.
10 years ago
jules
5fd8cda62d
Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers.
10 years ago
jules
a73e8d6b80
Added a method ResizableWindow::setDraggable()
10 years ago
jules
1952ed195e
Whitespace
10 years ago
jules
0860061fd9
Introjucer: made it possible to use relative paths for AU SDK includes
10 years ago
Timur Doumler
898e3c3796
Introjucer: added Linux Code::Blocks project export.
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
0e97c57322
More clean-up on convertToPath in Introjucer
10 years ago
hogliux
9748d92798
Clean-up convertToPath in Introjucer
10 years ago
hogliux
d8b50dd009
Fixes bug in the introjucer where converting a text to a path adds a small offset
10 years ago
hogliux
e732c6e6d8
Fix VisualStudio warning
10 years ago