2015 Commits (16469fefe94dea41da1422ea27b657bdbe3d0e5b)

Author SHA1 Message Date
  jules 6e743c8f12 Refactored the software renderer code, moving most of the guts into the juce_RenderingHelpers.h header file to make it possible for people to use it in their own code. 13 years ago
  jules d04645639e TextEditor now always uses an I-beam cursor. 13 years ago
  jules 75f8a6a440 Removed compatibility for iOS versions before 3.2. 13 years ago
  jules 74a866565c DirectWrite tweaks. 13 years ago
  jules 4e754a838b Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 13 years ago
  jules 53b1e351cf Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 13 years ago
  jules 5151e2e06d Minor tidying-up. 13 years ago
  jules 38aee86ed1 Tweaks to some Direct2D code. 13 years ago
  jules 5caaa4009a Added class: TextDragAndDropTarget. 13 years ago
  jules ec89065a44 Improved thread-safety of Typeface::Ptr 13 years ago
  jules 5800910636 Fixed a windows build error. 13 years ago
  jules 220114d04b Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS. 13 years ago
  jules 1dd3774af3 Minor OSX midi tweak. 13 years ago
  jules ee5ef4b5c3 Added some CoreMidi assertions to warn about getting the midi device list from a non-message thread. 13 years ago
  jules f401d72b4b Tidied up some minor font issues. 13 years ago
  jules 40929e5db9 Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 13 years ago
  jules 4caac78a0e iOS audio fix for bluetooth headsets. 13 years ago
  jules f55c716ce8 Removed some unnecessary files from linux plugin builds. 13 years ago
  jules 7c8eb56f04 Android: fix to prevent app restarts when rotating. 13 years ago
  jules 06a4980792 Minor docs fix. 13 years ago
  jules 08539ed83e Improved some const-ness in AudioSampleBuffer. 13 years ago
  jules 049065dc9c Added an assertion to catch VSTs being loaded on a background thread. 13 years ago
  jules 5509a4f950 Introjucer: more AAX work. 13 years ago
  jules bdcfdecc65 Minor addition to OptionalScopedPointer. Documentation fix. 13 years ago
  jules f110506be7 AAX work. 13 years ago
  jules 90186efdb9 WASAPI latency calculation fix. 13 years ago
  jules bc3b861954 Documentation fixes. 13 years ago
  jules e97cfaa3ff win32 midi input fix. 13 years ago
  jules 6c847f36ba Documentation correction. 13 years ago
  jules 7a36867150 Workaround for VS2005 compiler bugs. 13 years ago
  jules 72db44a138 Removed an old VC6 workaround from Component::findParentComponentOfClass. If you were using its old dummy parameter, just tweak your code to call it using a templated type instead. 13 years ago
  jules 584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 13 years ago
  jules a2845d8895 Introjucer: some preliminary AAX work. 13 years ago
  jules d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 13 years ago
  jules 0930af3820 Linux midi improvement. 13 years ago
  jules 52aae5ed06 Fixed linux opengl compile error. 13 years ago
  jules db09b5ea2f Documentation fix. 13 years ago
  jules cd7cdacfd1 OSX/win32 typeface fixes. 13 years ago
  jules 81fa57663b Tidied up a warning and some docs. 13 years ago
  jules bb30a6da66 Fixed missing cast in win32 GL code. 13 years ago
  jules 154616d271 Documentation typo fix. 13 years ago
  jules 68024fb8aa Changed OpenGLContext to take a native context handle as its sharing context. 13 years ago
  jules a5a4e69f37 Midi parsing fix for embedded realtime messages, and CoreMidi fix for sending large packets. 13 years ago
  jules cb77241d20 Fixed some documentation typos. 13 years ago
  jules 964b84ce49 Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters. 13 years ago
  jules 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules ffdca01800 openGL: deactivating context on shutdown. 13 years ago
  jules bd0741f9a9 Added method OpenGLContext::deactivateCurrentContext(). 13 years ago
  jules 54573ae2e5 Reintroduced some packing settings for RTAS builds. 13 years ago
  jules c9bf56d3f7 DirectWrite type layout fix. 13 years ago