3588 Commits (dc7853d342091fda4eaebd31057ccbb2ba6f1f27)

Author SHA1 Message Date
  Timur Doumler 28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
  jules c2bd54aefc Added some assertions to catch event-based objects being used before the message manager has been initialised 10 years ago
  jules 11b652e35a Refactored win32 broadcast message handling to avoid clashes with MS Word 10 years ago
  hogliux 644a34da84 Fix linux compile error in setting file limit 10 years ago
  hogliux a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 10 years ago
  jules 71b62a8503 Moved some code that was in the wrong file 10 years ago
  jules fbda96b899 Added new method: Process::setMaxNumberOfFileHandles() 10 years ago
  hogliux 9629de32bb Add treatFilePackagesAsDirectories flag to native FileChooser 10 years ago
  jules cda1e4f518 Fixed an iOS compile bug 10 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 10 years ago
  jules 3ca13481eb Quick bit of optimisation to TableListBox repainting 10 years ago
  jules df33097ddf Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint() 10 years ago
  jules dd576a5192 Fixed a mathematical edge-case in line-intersection calculations 10 years ago
  jules 08788c3e05 Added another MidiMessageSequence::addSequence method 10 years ago
  jules 3a8f6d0300 Added some layout arguments to BubbleComponent::setPosition() 10 years ago
  jules 6f19816cf4 Added another PopupMenu::addItem method for coloured items with drawables 10 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago
  jules 567e0d5fb7 Fixed a device name mismatch in iOS audio 10 years ago
  jules ecfa5d1040 Tidied up some rotary parameter handling code in Slider 10 years ago
  jules b05ff2ab2a Added Renoise to the PluginHostType list, and fixed a problem it had with window closing 10 years ago
  jules a0745c5536 Made MidiMessage::setNoteNumber work on aftertouch messages as well as note-on/offs 10 years ago
  jules 76f4ca8a63 Fixed an edge-case problem involving component clipping. 10 years ago
  hogliux 10afd6de63 Add assertion when port numbers are out of range 10 years ago
  hogliux 2bd3931c49 Fixed typo in setPlayConfigDetails comment 10 years ago
  jules 28a322138d Added method Desktop::isOSXDarkModeActive() 10 years ago
  hogliux e29e9ee2e3 Fix VST2 channel layout issues in Plogue Bidule, Bitwig and Ableton Live 10 years ago
  jules e86417b60f Added some more File unit tests, and fixed a parsing problem with dot-prefixed filenames 10 years ago
  Timur Doumler 2d134d9380 Rectangle::toNearestInt(): improved documentation. 10 years ago
  jules 076896d33b Improved CoreAudio handling of USB audio devices being unplugged 10 years ago
  Timur Doumler c5488e2f09 Fixed a bug on Android where dragging a window around would erroneously increase its size. 10 years ago
  Timur Doumler 26759d5f64 Added helper method Rectangle::toNearestInt(). 10 years ago
  jules 3d341b8ca1 Added some linux GL definitions 10 years ago
  hogliux 2e0325c5df Replace android code which are not available on older android versions 10 years ago
  jules e1b32ff2f3 A couple of openGL3 fixes for win32 10 years ago
  hogliux c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 10 years ago
  jules 76737287c7 Simplified some component modal state handling code, hopefully also fixing an edge-case problem when showing modal windows on linux 10 years ago
  jules 0121cad723 Added a JUCE_API flag. 10 years ago
  jules 90d8b85327 Removed support for VST master idle callbacks from the plugin wrapper. Hopefully it's years since any hosts relied on this ancient hack to work correctly. 10 years ago
  jules 9e595439f6 Refactored some openGL function declarations to fix a couple of build problems 10 years ago
  jules ed33a07e1b Made some Listener classes inline to avoid problems in DLL builds 10 years ago
  jules 59befc7bb4 Removed some dead code 10 years ago
  jules d48167a0b7 Added some length-squared methods to Line and Point 10 years ago
  jules 66793fc09b Removed a few more carbon workaround macros 10 years ago
  jules 4e6ea1dbdf Added some missing win32 GL function support needed for GL3 10 years ago
  jules bb1b362162 Added support for getting metadata from .caf files in the CoreAudioFormat class 10 years ago
  jules 95d88e3356 Marked Slider popup windows as temporary 10 years ago
  jules 308a5b97e3 Fixed an AAX win32 include problem and avoided a warning 10 years ago
  jules 92bb5e8b74 Added an 'includeChildren' parameter to Component::isMouseOverOrDragging 10 years ago
  hogliux 082b15969f Fix OpenGL 2D custom shader crash on newer Android devices 10 years ago
  Timur Doumler 5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 10 years ago