2273 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  jules 352e603d43 A couple of compiler warning fixes 11 years ago
  jules c478ff0116 Documentation fix. 11 years ago
  jules 677b9ab530 Added some return values for a couple of Synthesiser methods. 11 years ago
  jules 09d626eafa Fix to make GL rendered comps repaint when un-minimised on win32. 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules d440bc9d46 Better mouse-wheel handling for ComboBox. 11 years ago
  jules f629a61e13 Fixes for kiosk mode on windows with non-native title bars. 11 years ago
  jules e449f1a8af Workarounds for a couple of MSVC quirks. 11 years ago
  jules b5af44a485 Couple of minor clean-ups. 11 years ago
  jules e8a1876a95 Added an operator[] to StringRef 11 years ago
  jules f805382a83 Fix for iOS openGL framebuffers. 11 years ago
  jules 3a81057828 Virtualised a few CodeEditorComponent methods to help customisation. 11 years ago
  jules a0c18acb1e Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 11 years ago
  jules c86a3104b2 Avoided re-entrancy in Desktop::getKioskModeComponent 11 years ago
  jules 728cc9b40c Minor clean-ups 11 years ago
  jules ad353ac543 Avoided compiler warning 11 years ago
  jules 197688016a Avoided some memory allocation when writing zip files. 11 years ago
  jules e0491d4574 Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory. 11 years ago
  jules d2ed531ab8 Better device type detection on linux. 11 years ago
  jules 4251a2437b Version number update 11 years ago
  jules d102b61703 Another attempt at fixing win32 plugin key hook loops. 11 years ago
  jules fb9ef9e906 Avoided windows being made visible when using toBehind on OSX. 11 years ago
  jules 93bf34ad0a Avoiding loops in win32 plugin key handling 11 years ago
  jules fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 11 years ago
  jules 86d6018fb3 win32 numeric keypad handling fix 11 years ago
  jules ca43af451a Fix for HyperlinkButton::changeWidthToFitText 11 years ago
  jules e5c556d307 Added support for GLSL v3 in iOS 11 years ago
  jules c74d5e8635 Added openGL error message mappings. 11 years ago
  jules 35fd84cc52 Better parsing of openGL SL version number. 11 years ago
  jules aeb6657cb4 Some fixes and clean-ups to OpenGLFrameBuffer 11 years ago
  jules dd24e058c7 Added changeTextButtonWidthToFitText to the look + feel classes. 11 years ago
  jules 87348c4467 Added an option to MidiFile to set the format type. 11 years ago
  jules 93bc4b97be Added a parameter to the MidiMessage constructor to optionally parse sysexes without embdedded lengths 11 years ago
  jules e91a69080e Warning fixes 11 years ago
  jules 6c17d3ca74 GlyphCache multithreading fix. 11 years ago
  jules 5feabe9687 Another attempt to fix the infamous VST cubase key focus problem. 11 years ago
  jules 6b35f9e930 Avoiding an assertion in VST3 hosting. 11 years ago
  jules e2461cd5b0 Improved z-order of always-on-top temporary windows in OSX. 11 years ago
  jules dfda7c77fc Workarounds for some mingw build problems. 11 years ago
  jules be47fc8e6b Added a couple of methods to Synthesiser to make it easier to customise note-stealing. 11 years ago
  jules da43672aa3 Workaround for some VST3 plugins crashing. 11 years ago
  jules aaf4aa7398 Documentation for Range. 11 years ago
  jules cc5e52b5f4 FloatVectorOperations fixes. 11 years ago
  jules d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 11 years ago
  jules 98c77f85e9 Added a couple of channel formats to WavAudioFormat 11 years ago
  jules 9dcdea59a7 Added a couple of methods to Range. 11 years ago
  jules b026fccb92 VST3 stream loading fix. 11 years ago
  jules 63db2bfeea Tweak to avoid problems compiling DLL builds. 11 years ago
  jules e25b727559 Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 11 years ago
  jules 865b9ab46a Documentation clean-up. 11 years ago