67 Commits (ead42bd39acda45e3ccca0e14070cd714e27e5a8)

Author SHA1 Message Date
  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 9074f68da8 Introjucer: more AAX support and some clean-ups. 13 years ago
  jules 1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. 13 years ago
  jules 463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 13 years ago
  jules 0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 13 years ago
  jules c1d5fd53cb Introjucer: ability to specify an iOS deployment version. 13 years ago
  jules 9a56a2f8ba Introjucer: added Xcode option to link with LLVM libc++ 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 cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 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
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
  jules 8369d9b3ab Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values. 13 years ago
  jules 1c55b28390 Introjucer: fix for MSVC post build events in RTAS. 13 years ago
  jules 51b2068576 Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). 13 years ago
  jules 092a0166cc Introjucer: added some android manifest options, and fixed audio input permissions for the demo app. 13 years ago
  jules d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 13 years ago
  jules 105929d39f Introjucer: a few minor optimisations. 13 years ago
  jules a6069d1c02 Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds. 13 years ago
  jules 1ef6c140ec Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings. 13 years ago
  jules 4e77678299 Introjucer: App icons are now specified per-exporter type rather than globally for the project. 13 years ago
  jules 7241a03860 Introjucer: Added a library paths settings for all platforms. 13 years ago
  jules ae5e0d348f Introjucer: Added pre- and post-build commands and manifest generation options for MSVC. 13 years ago
  jules 18ea13a625 Introjucer: added option for setting warning levels in VC++ 13 years ago
  jules 2e664976ec Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs. 13 years ago
  jules 10a388a9e8 Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. 13 years ago
  jules fad59e53d2 Introjucer: made treeview remember its openness state. 13 years ago
  jules a0a500ee4b Minor introjucer work. Minor fix for binarybuilder. 13 years ago
  jules 17e7f22976 Wav format fix. Minor introjucer clean-ups. 13 years ago
  jules a6fe278654 Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes. 13 years ago
  jules 4d332b6bb3 OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls. 13 years ago
  jules 182473e8a7 Better binary string literal generation in the introjucer. 13 years ago
  jules 51a81f5f4d Fix for Graphics::drawBevel. Minor introjucer changes. 13 years ago
  jules c539feabd5 Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups. 13 years ago
  jules aff5fea6b4 Minor introjucer clean-ups. 13 years ago
  jules a90aedce50 Small updates to ComponentBuilder, UnitTestRunner. 13 years ago
  jules 15375dd223 Internal work on the ComponentBuilder system. 13 years ago
  jules 29def60175 Improvements to WindowsMediaAudioFormat. Added some functionality to LocalisedStrings, and added some translate() functions that can be used instead of the old TRANS macro. 13 years ago
  jules 58db7eb880 Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. 13 years ago
  jules 873ea4a978 Introjucer MSVC prebuild setting. 13 years ago
  jules 52fc8e14bb Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer. 13 years ago
  jules c7354b927e Introjucer updates to the new project wizard and module update system. 13 years ago
  jules 438cc245ad Introjucer fix for malformed GUIDs (caused problems with .sln files) 13 years ago
  jules ce0b4bdb9c Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox. 13 years ago
  Julian Storer 6e82a92d07 Changed the introjucer's hash-generation algorithm. 13 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 13 years ago
  Julian Storer 79090d1017 Improved the string hashing algorithm in the introjucer. 13 years ago
  Julian Storer 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 13 years ago
  Julian Storer 81da96f1a2 Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 14 years ago