969 Commits (0c142b51b549ac6d6eff75cdd594967fb11a54f6)

Author SHA1 Message Date
  jules 5fcebaa07e Updated project files. 13 years ago
  jules 1977238869 Fix for a Jucer build error. 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 276e7622a9 Introjucer: added checking to avoid duplicate IDs in groups. 13 years ago
  jules d4fb934a26 Fixed a problem with introjucer module file target parsing. 13 years ago
  jules 4df0ea72c9 Introjucer: fix for binary resource file generation. 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 20f0734863 Fix for jucer build error. 13 years ago
  jules c1d5fd53cb Introjucer: ability to specify an iOS deployment version. 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 06f6eac0e9 Updated some project files. 13 years ago
  jules b7d0c13226 Introjucer: Use of $(OutDir) in MSVC projects. 13 years ago
  jules 5caaa4009a Added class: TextDragAndDropTarget. 13 years ago
  jules 4735442424 Another typo fix. 13 years ago
  jules 805fb36371 Fixed a typo in the last check-in. 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 9a56a2f8ba Introjucer: added Xcode option to link with LLVM libc++ 13 years ago
  jules b3c193e15e Introjucer: Better use of $(IntDir) in MSVC project generation. 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 5509a4f950 Introjucer: more AAX work. 13 years ago
  jules 0a9223dd36 Introjucer: minor AAX stuff. 13 years ago
  jules f110506be7 AAX work. 13 years ago
  jules c782b5cc02 Introjucer: removed image code from BinaryData classes without any images. Rebuilt some project files. 13 years ago
  jules 67c1ad6d4a Fixed some findParentComponentOfClass() calls. 13 years ago
  jules 00af978182 Introjucer: Fixes for adding non-code files to VS2010 projects. 13 years ago
  jules 7a36867150 Workaround for VS2005 compiler bugs. 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 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules 7abee24947 Introjucer: fix to VS2010 library setting. 13 years ago
  jules 75ad35f786 Improved File::moveFileTo and made file renaming in the introjucer more robust. 13 years ago
  jules 7e9fbd30c3 Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 13 years ago
  jules 941907a3d1 Initial commit of font style access, providing access to the styles available for each font family. 13 years ago
  jules 79381ced5d Removed GLU from the list of default libraries. 13 years ago
  jules 791cf42abc New class: AudioThumbnailBase, which is an abstract base class for thumbnails. 13 years ago
  jules 54bdb48972 Introjucer: minor internal changes. 13 years ago
  jules 10815d9e4d Introjucer: made the project wizard create some default exporters. 13 years ago
  jules 6836d1eca6 Introjucer: minor internal changes. 13 years ago
  jules a16aee5fa5 Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago
  jules eb028b7c33 Introjucer: added support for a user-code section to the AppConfig.h file. 13 years ago
  jules d4e99f6628 Tweak to the demo project. 13 years ago
  jules abf8f59df4 Fix for OSX VST host windowing order problem. 13 years ago
  jules cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 13 years ago
  jules 5947b8d3ec Updated the windows dll project. 13 years ago
  jules 830332d3ec Added a progress value for ZipFile::Builder. 13 years ago
  jules e7b552957e Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK) 13 years ago