2015 Commits (16469fefe94dea41da1422ea27b657bdbe3d0e5b)

Author SHA1 Message Date
  jules 767589710b Minor syntax tokeniser changes. 13 years ago
  jules 625395fc98 Fix for Typeface::clearTypefaceCache() 13 years ago
  jules d77418efed openGL: added acceleration flags in win32. 13 years ago
  jules 100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. 13 years ago
  jules 50313a1b86 Fixed a positioning problem when dragging-and-dropping. 13 years ago
  jules ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 13 years ago
  jules 3974e09c9f Workaround for a GCC problem. 13 years ago
  jules ba9f24681f First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work. 13 years ago
  jules 165bed1fbf Tidied up SortedSet. 13 years ago
  jules f5d72f1406 Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle)); 13 years ago
  jules 7dc6a4687e (fixed typo in last check-in) 13 years ago
  jules eeeaf832d5 Added a Typeface::clearTypefaceCache() method. 13 years ago
  jules 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 13 years ago
  jules 6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 13 years ago
  jules 557b4f99ac Fix for START_JUCE_APPLICATION when windows.h has been included. 13 years ago
  jules 69b8dcd4f4 AU plugin hosting: now sends events when parameters change. 13 years ago
  jules b39851e892 Fix for TreeView::findItemFromIdentifierString() 13 years ago
  jules ce513dc37d ToolbarButton fix. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules 04401e7f3e Tidied up an assertion when using empty treeviews. 13 years ago
  jules c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
  jules e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 13 years ago
  jules 0425df49d7 Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 13 years ago
  jules 69179fcd82 Removed hard-coded colour in TextPropLabel class. 13 years ago
  jules 8092d7d695 Added a HeapBlock constructor. 13 years ago
  jules 085b08611b Allowed overriding of the dictionary key used in AU state storage. 13 years ago
  jules fa3eb07cd0 Mac 10.5 CoreText fix. 13 years ago
  jules cc8b0aad47 Used hi-res timer in win32 midi input. 13 years ago
  jules 9821174709 Template changes to some array sort methods. 13 years ago
  jules 8c0829a925 Linux VST compile error fix. 13 years ago
  jules 1a83fbf3a4 Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 13 years ago
  jules 5913db4697 Linux compile error fix. 13 years ago
  jules b1cc8cce00 Couple of additions to MemoryInputStream. 13 years ago
  jules a82a42b358 Fixed a missing semicolon. 13 years ago
  jules 7875420076 Couple of 10.4 OSX fixes. 13 years ago
  jules dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. 13 years ago
  jules 8419bebe4c Minor HashMap clean-up. 13 years ago
  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