2015 Commits (16469fefe94dea41da1422ea27b657bdbe3d0e5b)

Author SHA1 Message Date
  jules b4446d34ca VST: workaround for position problems in 64-bit cubase. 13 years ago
  jules ec67783251 Fix for disappearing Apple extras menu items when showing native file choosers. 13 years ago
  jules 817837ad48 Compatibility fix for older OSX SDKs. 13 years ago
  jules ed63dc104c Fixes for SortedSet. 13 years ago
  jules 51002a72db Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 13 years ago
  jules 5aa9d93c9a Fix for OSX NSView positioning. 13 years ago
  jules 0e898a5d7c iOS rotation and desktop positioning fixes. 13 years ago
  jules 1c75c1322c Made CoreAudioFormat always return a bit-depth of 32. 13 years ago
  jules d2aa3a666b Introjucer: tidied up some document saving behaviour. 13 years ago
  jules f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 13 years ago
  jules 5d009a2b73 Workaround for an Apple font bug in 10.6. 13 years ago
  jules 6d44c8372f Made some ALSA midi names customisable. 13 years ago
  jules 4536fce9ab TextLayout RTL fix. 13 years ago
  jules add0cf77e1 Avoided some c++11 nullptr problems with VC2011. 13 years ago
  jules 0e6bbcc55c DirectWrite RTL layout fix. 13 years ago
  jules 8810c804e4 DirectWrite fix. 13 years ago
  jules 5e39e9944a Workaround for PPC builds. 13 years ago
  jules 583fbb03d3 Avoided a name clash with old Carbon headers. 13 years ago
  jules 56a4537088 Added method StringArray::swapWith(). 13 years ago
  jules 943a8ef757 Added a get() method to ReferenceCountedObjectPtr. 13 years ago
  jules 51e99b31f9 Added call to Component::colourChanged when the l+f changes. 13 years ago
  jules 26d27f5f6e Added an option for centring a ThreadWithProgressWindow around a component. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  jules e40903a9b6 (Removed some temporary code that was checked-in accidentally). 13 years ago
  jules 4302cd78ec Minor tidying up in OSX URL code. 13 years ago
  jules 95b94d6d10 Fixes for OSX URL streams. 13 years ago
  jules d0ac43035c Fixed build for older OSX SDKs. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules decd6dc9fe Documentation fix. 13 years ago
  jules 7cd30ec175 Direct2DRenderer: added transformations. 13 years ago
  jules d4fb934a26 Fixed a problem with introjucer module file target parsing. 13 years ago
  jules b36708e3f3 Fix for building in older OSX versions. 13 years ago
  jules 746331a88a Fixed a leak in WindowsMediaAudioFormat. 13 years ago
  jules 4cc9d03cd8 SVG parser fix. 13 years ago
  jules 437f4d1e63 Minor change to BubbleMessageComponent layout. 13 years ago
  jules 87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
  jules cb169b251d Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout. 13 years ago
  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