5143 Commits (68fa0eaa191efdbcd379e8fbb27e3749efdaa087)
 

Author SHA1 Message Date
  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 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
  Timur Doumler c825bc378f Merge branch 'feature/editable_table_cells' 10 years ago
  Timur Doumler f04e0f0462 JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping 10 years ago
  Timur Doumler ee3fe813e1 fixed issue with label text being white and invisible; some refactoring 10 years ago
  jules 706b339fa9 Merge branch 'master' of juce-repo.roli.com:JUCE 10 years ago
  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. 10 years ago
  hogliux fcb8735dfc Re-save all Introjucer projects with newest introjucer version 10 years ago
  hogliux 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 10 years ago
  Timur Doumler 5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 10 years ago
  jules b8133ad331 Fix for GL multisampling on some iOS versions. 10 years ago
  jules f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. 10 years ago
  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. 10 years ago
  jules d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 10 years ago
  hogliux b5f2723ef9 Fix LLVM warning in previous commit 10 years ago
  hogliux 0bac9fefc6 Add URL stream progress support on OSX/iOS 10 years ago
  hogliux 0c3023327a Get correct path for File::currentExecutableFile on Linux 10 years ago
  jules 4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 10 years ago
  jules e0556acccc Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different. 10 years ago
  jules c1355fa11a Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy. 10 years ago
  jules 45a0cf35ab Merge remote-tracking branch 'origin/features/datagramsockets' 10 years ago
  jules 121ce102a7 Whitespace cleanup. 10 years ago
  hogliux 41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 10 years ago
  jules 1ee737c7cd Removed no-longer-necessary check in the AU code which was producing a warning. 10 years ago
  jules 9c9d10dc0a Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method. 11 years ago
  hogliux ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning 11 years ago
  jules 0496e944b1 Documentation fix. 11 years ago
  jules 12f8940de5 Added MIDI channel pressure support to the Synthesiser class. 11 years ago
  jules 30aa1f3a80 Whitespace cleanup 11 years ago
  hogliux 5b8a633108 Fix unicode input on Android 11 years ago
  hogliux 1986f9b2ad Fix TextLayout height when string is empty 11 years ago
  hogliux 7a370a9019 Fixed typo 11 years ago