1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

6149 commits

Author SHA1 Message Date
jules
dffe781318 Fix for RTAS parameter default values. 2015-05-20 16:55:55 +01:00
jules
efb40313b4 Avoided a false alarm unit test failure. 2015-05-20 10:00:19 +01:00
jules
c5e0a60481 Added a couple of documentation notes. 2015-05-20 09:59:32 +01:00
jules
4c932b696c Fixed linux thread affinity code. 2015-05-19 17:53:49 +01:00
hogliux
7d14a1010d Fix edge-case where no main display would be found on the raspberry pi 2015-05-18 13:07:06 +01:00
hogliux
3ed50c3f09 Fix divide-by-zero issue in screen dpi calculation on raspberry pi 2015-05-18 13:05:14 +01:00
jules
06c1a15496 Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
jules
0a377a95c5 Fix for code editor long lines not rendering 2015-05-15 11:39:02 +01:00
jules
db4a0ffec5 Added method UndoManager::getCurrentTransactionName 2015-05-14 15:29:27 +01:00
hogliux
79c5c34466 Fix bug where a socket connection error was mistakenly ignored 2015-05-14 11:12:16 +01:00
hogliux
04df084d73 Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false 2015-05-14 09:30:23 +01:00
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 2015-05-13 12:50:18 +01:00
jules
8c2e351504 Merge branch 'master' of juce-repo.roli.com:JUCE 2015-05-13 10:38:50 +01:00
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 2015-05-13 10:38:02 +01:00
jules
7deffbea8d Merge branch 'master' of juce-repo.roli.com:JUCE 2015-05-13 10:37:40 +01:00
hogliux
c76876d388 Adds proper per-monitor scaling support on linux 2015-05-13 10:35:19 +01:00
jules
395cf7ac46 Added a small comment to TextEditor 2015-05-13 10:28:16 +01:00
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. 2015-05-12 14:36:02 +01:00
jules
722bee0852 Fix for linux VST hosting window sizing. 2015-05-12 14:23:10 +01:00
jules
c1df93cf67 Improvement to the Synthesiser voice-stealing algorithm 2015-05-12 13:07:28 +01:00
jules
1c19301b1f Avoided a possible crash in ValueTree::readFromStream when loading corrupt data. 2015-05-11 15:06:35 +01:00
jules
6fbc00f0ce Fix for linux VST hosting window creation 2015-05-11 12:55:35 +01:00
jules
67ab6a562c Fix for an edge-case where dragging within a triple-click would trigger a false double-click 2015-05-11 11:22:39 +01:00
jules
21b1ba0e94 Documentation fix. 2015-05-11 10:07:16 +01:00
hogliux
cb2eee8f02 Fixed typo in ComboBox class 2015-05-08 10:27:04 +01:00
hogliux
00374c9ca9 Fix typo 2015-05-08 09:21:03 +01:00
Timur Doumler
48c32fde3b Minor clean-up in LookAndFeel_V2::getSliderLayout. 2015-05-07 23:30:07 +01:00
Timur Doumler
b68b4670b9 Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality. 2015-05-07 17:16:45 +01:00
jules
e056223b52 Removed a Logic workaround that's no longer needed. 2015-05-07 12:16:23 +01:00
jules
95e94bc8dd Fixed a problem compiling introjucer on linux. 2015-05-06 09:08:43 +01:00
hogliux
d8e5add7ba Minor clean-up in audio demo plugin code 2015-05-05 18:27:53 +01:00
hogliux
b7a85c767a Add beginChangeGesture/endChangeGesture support to audio demo plug-in 2015-05-05 18:27:41 +01:00
hogliux
a401655297 Fix missed linux warning in VST wrapper 2015-05-05 18:25:14 +01:00
Timur Doumler
be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 2015-05-05 17:44:10 +01:00
jules
d9f88e763e Resaved the binarybuilder project files. 2015-05-05 17:32:36 +01:00
jules
5fd8cda62d Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. 2015-05-05 17:31:48 +01:00
jules
a73e8d6b80 Added a method ResizableWindow::setDraggable() 2015-05-05 14:35:08 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
jules
0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 2015-05-05 12:11:19 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
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
2015-05-05 10:57:50 +01:00
hogliux
0e97c57322 More clean-up on convertToPath in Introjucer 2015-05-05 10:49:18 +01:00
hogliux
9748d92798 Clean-up convertToPath in Introjucer 2015-05-05 10:49:10 +01:00
hogliux
d8b50dd009 Fixes bug in the introjucer where converting a text to a path adds a small offset 2015-05-05 10:49:02 +01:00
hogliux
e732c6e6d8 Fix VisualStudio warning 2015-04-29 16:35:04 +01:00
hogliux
e0d1dd0a71 Fix warnings on Mac and Linux 2015-04-29 15:21:29 +01:00
hogliux
67cc7f3fed Add multicast support to juce_Socket 2015-04-29 12:21:54 +01:00
jules
581158e443 Fixed a rare race condition in OSX URL reading. 2015-04-29 11:29:12 +01:00
jules
ba0c4bd823 Fixed an alignment issue when writing WAV files with tracktion loop info blocks. 2015-04-28 10:06:26 +01:00
jules
7e51e64422 Added detection for SSSE3 and AVX instructions to the SystemStats class. 2015-04-27 15:43:50 +01:00