Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • |\ \
  • | |/
  • | *
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • | *
  • | *
  • |/
  • *
  • |\
  • * |
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • * |
  • |\ \
  • * | |
  • | * |
  • | * |
  • |/ /
  • | *
  • * |
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 7d14a1010d Fix edge-case where no main display would be found on the raspberry pi by hogliux 2015-05-18 13:07:06 +0100
  • 3ed50c3f09 Fix divide-by-zero issue in screen dpi calculation on raspberry pi by hogliux 2015-05-18 13:05:14 +0100
  • 06c1a15496 Added some missing 'override' decorators by jules 2015-05-15 12:54:44 +0100
  • 0a377a95c5 Fix for code editor long lines not rendering by jules 2015-05-15 11:39:02 +0100
  • db4a0ffec5 Added method UndoManager::getCurrentTransactionName by jules 2015-05-14 15:29:27 +0100
  • 79c5c34466 Fix bug where a socket connection error was mistakenly ignored by hogliux 2015-05-14 11:12:16 +0100
  • 04df084d73 Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false by hogliux 2015-05-14 09:30:01 +0100
  • bb8b36aa72 Fixed bug where Introjucer would produce invalid code in case two images added via the GUI editor use the same image resource by Timur Doumler 2015-05-13 12:50:18 +0100
  • 8c2e351504 Merge branch 'master' of juce-repo.roli.com:JUCE by jules 2015-05-13 10:38:50 +0100
  • 2b27f5b36e Fix automation issue when automation points are edited before opening editor. See: http://www.juce.com/forum/topic/automation-issue-cubase/nuendo#new by hogliux 2015-05-11 12:21:15 +0100
  • 7deffbea8d Merge branch 'master' of juce-repo.roli.com:JUCE by jules 2015-05-13 10:37:40 +0100
  • c76876d388 Adds proper per-monitor scaling support on linux by hogliux 2015-05-13 10:35:19 +0100
  • 395cf7ac46 Added a small comment to TextEditor by jules 2015-05-13 10:28:16 +0100
  • a0c30467da Fixed an issue where an AU host would not update the current preset name in case it was changed inside the plugin. by Timur Doumler 2015-05-12 14:36:02 +0100
  • 722bee0852 Fix for linux VST hosting window sizing. by jules 2015-05-12 14:23:10 +0100
  • c1df93cf67 Improvement to the Synthesiser voice-stealing algorithm by jules 2015-05-12 13:07:28 +0100
  • 1c19301b1f Avoided a possible crash in ValueTree::readFromStream when loading corrupt data. by jules 2015-05-11 15:06:35 +0100
  • 6fbc00f0ce Fix for linux VST hosting window creation by jules 2015-05-11 12:55:35 +0100
  • 67ab6a562c Fix for an edge-case where dragging within a triple-click would trigger a false double-click by jules 2015-05-11 11:22:39 +0100
  • 21b1ba0e94 Documentation fix. by jules 2015-05-11 10:07:16 +0100
  • cb2eee8f02 Fixed typo in ComboBox class by hogliux 2015-05-08 10:27:04 +0100
  • 00374c9ca9 Fix typo by hogliux 2015-05-08 09:21:03 +0100
  • 48c32fde3b Minor clean-up in LookAndFeel_V2::getSliderLayout. by Timur Doumler 2015-05-07 23:29:28 +0100
  • b68b4670b9 Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality. by Timur Doumler 2015-05-07 17:16:45 +0100
  • e056223b52 Removed a Logic workaround that's no longer needed. by jules 2015-05-07 12:16:23 +0100
  • 95e94bc8dd Fixed a problem compiling introjucer on linux. by jules 2015-05-06 09:08:43 +0100
  • d8e5add7ba Minor clean-up in audio demo plugin code by hogliux 2015-05-05 18:24:33 +0100
  • b7a85c767a Add beginChangeGesture/endChangeGesture support to audio demo plug-in by hogliux 2015-05-05 11:28:24 +0100
  • a401655297 Fix missed linux warning in VST wrapper by hogliux 2015-05-05 11:39:16 +0100
  • be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. by Timur Doumler 2015-05-05 17:41:24 +0100
  • d9f88e763e Resaved the binarybuilder project files. by jules 2015-05-05 17:32:36 +0100
  • 5fd8cda62d Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. by jules 2015-05-05 17:31:48 +0100
  • a73e8d6b80 Added a method ResizableWindow::setDraggable() by jules 2015-05-05 14:35:08 +0100
  • 1952ed195e Whitespace by jules 2015-05-05 12:19:52 +0100
  • 0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes by jules 2015-05-05 12:11:19 +0100
  • 898e3c3796 Introjucer: added Linux Code::Blocks project export. by Timur Doumler 2015-05-05 11:16:27 +0100
  • 8c242b7547 Fix warnings on linux by hogliux 2015-05-05 10:57:50 +0100
  • 0e97c57322 More clean-up on convertToPath in Introjucer by hogliux 2015-05-05 10:47:04 +0100
  • 9748d92798 Clean-up convertToPath in Introjucer by hogliux 2015-05-05 10:21:08 +0100
  • d8b50dd009 Fixes bug in the introjucer where converting a text to a path adds a small offset by hogliux 2015-05-01 11:59:21 +0100
  • e732c6e6d8 Fix VisualStudio warning by hogliux 2015-04-29 16:35:04 +0100
  • e0d1dd0a71 Fix warnings on Mac and Linux by hogliux 2015-04-29 15:21:29 +0100
  • 67cc7f3fed Add multicast support to juce_Socket by hogliux 2015-04-29 12:21:54 +0100
  • 581158e443 Fixed a rare race condition in OSX URL reading. by jules 2015-04-29 11:29:12 +0100
  • ba0c4bd823 Fixed an alignment issue when writing WAV files with tracktion loop info blocks. by jules 2015-04-28 10:06:26 +0100
  • 7e51e64422 Added detection for SSSE3 and AVX instructions to the SystemStats class. by jules 2015-04-27 15:43:50 +0100
  • 6cd473576b Fixed a warning on iOS. by jules 2015-04-27 15:33:13 +0100
  • 19b2beec63 Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection. by jules 2015-04-27 12:36:29 +0100
  • c17a72e5b1 Minor clean-ups. by jules 2015-04-27 12:18:22 +0100
  • 739e8ffba0 Fix to make sure IME methods are possible with text components that are directly added to the desktop. by jules 2015-04-27 12:07:15 +0100
  • 5cd4bf5905 Added a method MouseInactivityDetector::setMouseMoveTolerance() by jules 2015-04-27 11:58:52 +0100
  • 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. by jules 2015-04-27 11:33:16 +0100
  • 68fa0eaa19 Fixed a minor compiler warning. by jules 2015-04-27 11:23:04 +0100
  • 06f279856c Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod by jules 2015-04-27 11:14:05 +0100
  • 10a912453c Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm by jules 2015-04-24 17:49:20 +0100
  • 6ebc6378ef More TracktionMarketplaceUnlockForm customisability changes by jules 2015-04-24 16:35:00 +0100
  • ac175bca9e More additions and tweaks to TracktionMarketplaceStatus. by jules 2015-04-24 12:36:17 +0100
  • 973e530bcf Additions and tweaks to the tracktion_marketplace module to make it more flexible. by jules 2015-04-24 11:28:25 +0100
  • adf01a6a15 Whitespace by jules 2015-04-24 11:27:21 +0100
  • e83a69560a Fix for duplicateIfShared when image depends on other image via SubsectionImageData by hogliux 2015-04-22 17:38:32 +0100
  • 4f28be946c Merge branch 'bugfix/broken_drag_and_drop' by Timur Doumler 2015-04-22 16:01:58 +0100
  • ca6aa75bc8 now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop. by Timur Doumler 2015-04-22 16:01:01 +0100
  • 179d99f57d Made MidiKeyboardComponent work better when attached as a mouse listener to child components. by jules 2015-04-22 15:36:52 +0100
  • d3d7670f83 moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block. by Timur Doumler 2015-04-21 16:27:10 +0100
  • 9b7d2cb8d6 fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false by Timur Doumler 2015-04-21 16:14:56 +0100
  • 9bb0be09a6 Merge branch 'master' of juce-repo.roli.com:JUCE by jules 2015-04-20 18:08:05 +0100
  • e72826b3fe Added a method ListBox::setRowSelectedOnMouseDown() by jules 2015-04-20 18:07:05 +0100
  • 70d09f7db9 Whitespace by jules 2015-04-20 18:06:35 +0100
  • 7037b7243e Tweaked handling of corrupted data in ValueTree::readFromStream by jules 2015-04-20 18:06:10 +0100
  • dc05cd506d fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected. by Timur Doumler 2015-04-20 18:04:02 +0100
  • 1c382e83fc Whitespace. by jules 2015-04-20 17:29:32 +0100
  • 28123033cd Fixed an iOS GL compile error. by jules 2015-04-20 17:29:11 +0100
  • c825bc378f Merge branch 'feature/editable_table_cells' by Timur Doumler 2015-04-20 17:02:42 +0100
  • f04e0f0462 JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping by Timur Doumler 2015-04-20 16:45:21 +0100
  • ee3fe813e1 fixed issue with label text being white and invisible; some refactoring by Timur Doumler 2015-04-20 16:34:12 +0100
  • 706b339fa9 Merge branch 'master' of juce-repo.roli.com:JUCE by jules 2015-04-20 16:33:48 +0100
  • 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. by jules 2015-04-20 16:33:32 +0100
  • fcb8735dfc Re-save all Introjucer projects with newest introjucer version by hogliux 2015-04-20 12:55:46 +0100
  • 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro by hogliux 2015-04-20 12:45:13 +0100
  • 5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo by Timur Doumler 2015-04-20 15:22:27 +0100
  • b8133ad331 Fix for GL multisampling on some iOS versions. by jules 2015-04-20 12:04:53 +0100
  • f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. by jules 2015-04-20 11:50:09 +0100
  • b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. by Timur Doumler 2015-04-20 11:45:11 +0100
  • d8bf3aabca Added a method ReferenceCountedArray::clearQuick() by jules 2015-04-20 11:10:22 +0100
  • b5f2723ef9 Fix LLVM warning in previous commit by hogliux 2015-04-17 18:02:09 +0100
  • 0bac9fefc6 Add URL stream progress support on OSX/iOS by hogliux 2015-04-17 17:44:56 +0100
  • 0c3023327a Get correct path for File::currentExecutableFile on Linux by hogliux 2015-04-17 11:56:44 +0100
  • 4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. by jules 2015-04-14 11:30:25 +0100
  • 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. by jules 2015-04-13 17:06:20 +0100
  • c1355fa11a Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy. by jules 2015-04-13 16:07:44 +0100
  • 45a0cf35ab Merge remote-tracking branch 'origin/features/datagramsockets' by jules 2015-04-13 13:02:49 +0100
  • 121ce102a7 Whitespace cleanup. by jules 2015-04-13 13:01:52 +0100
  • 41b38f59ed Re-write DatagramSocket class and general clean-up in socket code by hogliux 2015-04-13 12:56:23 +0100
  • 1ee737c7cd Removed no-longer-necessary check in the AU code which was producing a warning. by jules 2015-04-13 12:38:57 +0100
  • 9c9d10dc0a Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method. by jules 2015-04-10 12:46:20 +0100
  • ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning by hogliux 2015-04-10 11:08:55 +0100
  • 0496e944b1 Documentation fix. by jules 2015-04-10 10:13:02 +0100
  • 12f8940de5 Added MIDI channel pressure support to the Synthesiser class. by jules 2015-04-09 10:58:56 +0100
  • 30aa1f3a80 Whitespace cleanup by jules 2015-04-09 10:58:23 +0100
  • 5b8a633108 Fix unicode input on Android by hogliux 2015-04-08 12:03:49 +0100