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
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
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.
10 years ago
jules
68fa0eaa19
Fixed a minor compiler warning.
10 years ago
jules
06f279856c
Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod
10 years ago
jules
10a912453c
Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm
10 years ago
jules
6ebc6378ef
More TracktionMarketplaceUnlockForm customisability changes
10 years ago
jules
ac175bca9e
More additions and tweaks to TracktionMarketplaceStatus.
10 years ago
jules
973e530bcf
Additions and tweaks to the tracktion_marketplace module to make it more flexible.
10 years ago
jules
adf01a6a15
Whitespace
10 years ago
hogliux
e83a69560a
Fix for duplicateIfShared when image depends on other image via SubsectionImageData
10 years ago
Timur Doumler
4f28be946c
Merge branch 'bugfix/broken_drag_and_drop'
10 years ago
Timur Doumler
ca6aa75bc8
now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop.
10 years ago
jules
179d99f57d
Made MidiKeyboardComponent work better when attached as a mouse listener to child components.
10 years ago
Timur Doumler
d3d7670f83
moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block.
10 years ago
Timur Doumler
9b7d2cb8d6
fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false
10 years ago
jules
9bb0be09a6
Merge branch 'master' of juce-repo.roli.com:JUCE
Conflicts:
examples/Demo/Source/Demos/WidgetsDemo.cpp
10 years ago
jules
e72826b3fe
Added a method ListBox::setRowSelectedOnMouseDown()
10 years ago
jules
70d09f7db9
Whitespace
10 years ago
jules
7037b7243e
Tweaked handling of corrupted data in ValueTree::readFromStream
10 years ago
Timur Doumler
dc05cd506d
fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected.
10 years ago
jules
1c382e83fc
Whitespace.
10 years ago
jules
28123033cd
Fixed an iOS GL compile error.
10 years ago