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

5161 commits

Author SHA1 Message Date
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
jules
e72826b3fe Added a method ListBox::setRowSelectedOnMouseDown() 2015-04-20 18:07:05 +01:00
jules
70d09f7db9 Whitespace 2015-04-20 18:06:35 +01:00
jules
7037b7243e Tweaked handling of corrupted data in ValueTree::readFromStream 2015-04-20 18:06:10 +01:00
Timur Doumler
dc05cd506d fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected. 2015-04-20 18:04:08 +01:00
jules
1c382e83fc Whitespace. 2015-04-20 17:29:32 +01:00
jules
28123033cd Fixed an iOS GL compile error. 2015-04-20 17:29:11 +01:00
Timur Doumler
c825bc378f Merge branch 'feature/editable_table_cells' 2015-04-20 17:02:42 +01:00
Timur Doumler
f04e0f0462 JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping 2015-04-20 16:45:21 +01:00
Timur Doumler
ee3fe813e1 fixed issue with label text being white and invisible; some refactoring 2015-04-20 16:37:01 +01:00
jules
706b339fa9 Merge branch 'master' of juce-repo.roli.com:JUCE 2015-04-20 16:33:48 +01:00
jules
aa52fd2f61 Introjucer: added a new command-line option --git-tag-version, which will automatically invoke a git command to take a repository with a version number from a project. 2015-04-20 16:33:32 +01:00
hogliux
fcb8735dfc Re-save all Introjucer projects with newest introjucer version 2015-04-20 15:49:43 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
Timur Doumler
5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 2015-04-20 15:22:27 +01:00
jules
b8133ad331 Fix for GL multisampling on some iOS versions. 2015-04-20 12:04:53 +01:00
jules
f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. 2015-04-20 11:50:09 +01:00
Timur Doumler
b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. 2015-04-20 11:45:26 +01:00
jules
d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 2015-04-20 11:10:22 +01:00