225 Commits (fb57b879aa5158ea5890fb93aa69220aa7eebccd)

Author SHA1 Message Date
  jules e93f645b5a Made introjucer fix line endings when saving jucer documents. 13 years ago
  jules 7bc0cf13b1 Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows. 13 years ago
  jules af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 13 years ago
  jules 9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 13 years ago
  jules ff114947e4 New class: SystemAudioVolume to control the OS's master volume. (Implemented only for OSX and Windows) 13 years ago
  jules 2b638dd93b Project file rebuilds. 13 years ago
  jules 15a8c1ded7 New class: BufferingAudioFormatReader 13 years ago
  jules 891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 13 years ago
  jules adb59236b7 Fixed OSX Accelerate framework linkage. 13 years ago
  jules cbf8b5e8a2 Used some OSX vecLib functions inside FloatVectorOperations. 13 years ago
  jules 3115c91689 Rebuilt a few project files. Linux VST fix. 13 years ago
  jules eee4176331 VC2008 build fix. Rebuild of projects. 13 years ago
  jules f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 13 years ago
  jules 9e4baf538b Android: fix for pausing openGL apps. Rebuild of project files. 13 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 13 years ago
  jules f853636464 New class: LagrangeInterpolator 13 years ago
  jules 9fbc963d96 2.0.33 13 years ago
  jules 8fd0dc3f74 android: passing onPause message down to GL views. 13 years ago
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 13 years ago
  jules 2ae82c4db4 New method Font::withPointHeight, for specifying font sizes in points. 13 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 13 years ago
  jules af094f3448 Fixes for DirectShowComponent. 13 years ago
  jules f292238b32 Android: keyboard input support. 13 years ago
  jules f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 13 years ago
  jules 699b5303e2 Android: multi-touch support. 13 years ago
  jules c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 13 years ago
  jules edc45e9aba Workaround for android's new file scanning behaviour when using the device as a USB drive. 13 years ago
  jules d79fcf1d32 Introjucer: swapped the xib file for a nib file. 13 years ago
  jules 3374dff2aa Fix for android zero-height bitmap problem. 13 years ago
  jules f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 13 years ago
  jules 422b0df651 Updated some introjucer template files. Updated project files. 13 years ago
  jules 5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
  jules c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 13 years ago
  jules 53784490b2 Minor fixes and clean-ups. 13 years ago
  jules 6b1654e1d2 Fixed some more warnings. 13 years ago
  jules 46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 13 years ago
  jules faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 13 years ago
  jules 08dd8f62c7 Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 13 years ago
  jules 0a1c88be30 Android: setting targetSDKVersion flag. 13 years ago
  jules 06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 13 years ago
  jules 2ac8615c7e Introjucer: Xcode project generation update. 13 years ago
  jules 5428554cda Added a flag to disable bypass in RTAS. 13 years ago
  jules 9a24aa8a20 Minor clean-ups. 13 years ago
  jules 8e0d120421 Small fix for the demo on iOS. 13 years ago
  jules d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 13 years ago
  jules ffbf1cd5c4 Gave DrawableButton a bit of a spring-cleaning: got rid of its non-standard setBackgroundColours() method, and instead gave it some colour IDs for setting its colours, like other components do. 13 years ago
  jules 0b8174c410 Introjucer: removed android build warning. 13 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 13 years ago
  jules b4fe06fb81 CallOutBox: changed parameters to allow better positioning, and improved layout algorithm. 13 years ago
  jules 9caac6d44e New class: TextDiff 13 years ago