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

5179 commits

Author SHA1 Message Date
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
jules
6cd473576b Fixed a warning on iOS. 2015-04-27 15:33:13 +01:00
jules
19b2beec63 Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection. 2015-04-27 12:36:29 +01:00
jules
c17a72e5b1 Minor clean-ups. 2015-04-27 12:18:22 +01:00
jules
739e8ffba0 Fix to make sure IME methods are possible with text components that are directly added to the desktop. 2015-04-27 12:07:15 +01:00
jules
5cd4bf5905 Added a method MouseInactivityDetector::setMouseMoveTolerance() 2015-04-27 11:58:52 +01:00
jules
7ee6583952 Tweaked the way Freetype is included to allow it to be used on other OSes than linux, and to be used in its amalgamated form. 2015-04-27 11:33:16 +01:00
jules
68fa0eaa19 Fixed a minor compiler warning. 2015-04-27 11:23:04 +01:00
jules
06f279856c Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod 2015-04-27 11:14:05 +01:00
jules
10a912453c Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm 2015-04-24 17:49:20 +01:00
jules
6ebc6378ef More TracktionMarketplaceUnlockForm customisability changes 2015-04-24 16:35:00 +01:00
jules
ac175bca9e More additions and tweaks to TracktionMarketplaceStatus. 2015-04-24 12:36:17 +01:00
jules
973e530bcf Additions and tweaks to the tracktion_marketplace module to make it more flexible. 2015-04-24 11:28:25 +01:00
jules
adf01a6a15 Whitespace 2015-04-24 11:27:21 +01:00
hogliux
e83a69560a Fix for duplicateIfShared when image depends on other image via SubsectionImageData 2015-04-22 17:38:32 +01:00
Timur Doumler
4f28be946c Merge branch 'bugfix/broken_drag_and_drop' 2015-04-22 16:01:58 +01:00
Timur Doumler
ca6aa75bc8 now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop. 2015-04-22 16:01:01 +01:00
jules
179d99f57d Made MidiKeyboardComponent work better when attached as a mouse listener to child components. 2015-04-22 15:36:52 +01:00
Timur Doumler
d3d7670f83 moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block. 2015-04-21 16:27:10 +01:00
Timur Doumler
9b7d2cb8d6 fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false 2015-04-21 16:14:56 +01:00
jules
9bb0be09a6 Merge branch 'master' of juce-repo.roli.com:JUCE
Conflicts:
	examples/Demo/Source/Demos/WidgetsDemo.cpp
2015-04-20 18:08:05 +01:00