1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

227 commits

Author SHA1 Message Date
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
3c76294319 Android: setting the audio output at startup. 2013-06-12 09:45:28 +01:00
jules
a82ab2fd8e Introjucer: made linux exporter use same flags for C files 2013-06-07 21:23:11 +01:00
jules
794d9d4862 Resaved projects. 2013-06-04 10:23:51 +01:00
jules
51df5143bf SystemTrayIconComponent support for OSX 2013-05-20 22:17:33 -06:00
jules
c8fe9cab4b Rebuilt projects 2013-04-28 17:09:09 +01:00
jules
31747486ff New class: IPAddress. 2013-04-27 20:11:59 +01:00
jules
00641f06ed Introjucer: Added a couple of CodeBlocks flags. 2013-04-24 15:00:59 +01:00
jules
5ee84916a3 Introjucer: per-config linux makefile architecture setting. 2013-04-22 10:42:39 +01:00
jules
5b3a6d184b Resaved projects 2013-04-17 15:19:34 +01:00
jules
82976c2ac7 Introjucer: some code-gen updates. 2013-04-16 10:40:46 +01:00
jules
cf9e7072ae Introjucer: resource file size limit setting. 2013-04-15 21:24:02 +01:00
jules
2acf04ed4b Added some VS2012 projects, rebuilt some project files. 2013-04-07 19:56:27 +01:00
jules
e93f645b5a Made introjucer fix line endings when saving jucer documents. 2013-04-03 17:13:40 +01:00
jules
7bc0cf13b1 Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows. 2013-04-01 20:12:51 +01:00
jules
af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 2013-04-01 14:33:27 +01:00
jules
9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 2013-03-31 23:24:56 +01:00
jules
ff114947e4 New class: SystemAudioVolume to control the OS's master volume. (Implemented only for OSX and Windows) 2013-03-23 12:45:34 +00:00
jules
2b638dd93b Project file rebuilds. 2013-03-21 16:10:46 +00:00
jules
15a8c1ded7 New class: BufferingAudioFormatReader 2013-03-10 13:55:18 +00:00
jules
891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 2013-03-06 22:33:35 +00:00
jules
adb59236b7 Fixed OSX Accelerate framework linkage. 2013-03-03 10:22:19 +00:00
jules
cbf8b5e8a2 Used some OSX vecLib functions inside FloatVectorOperations. 2013-02-26 14:28:56 +00:00
jules
3115c91689 Rebuilt a few project files. Linux VST fix. 2013-02-25 21:29:46 +00:00
jules
eee4176331 VC2008 build fix. Rebuild of projects. 2013-02-25 14:40:08 +00:00
jules
f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 2013-02-24 18:30:10 +00:00
jules
9e4baf538b Android: fix for pausing openGL apps. Rebuild of project files. 2013-02-24 16:12:36 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
f853636464 New class: LagrangeInterpolator 2013-02-22 15:18:13 +00:00
jules
9fbc963d96 2.0.33 2013-02-22 11:56:30 +00:00
jules
8fd0dc3f74 android: passing onPause message down to GL views. 2013-01-13 17:31:19 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
2ae82c4db4 New method Font::withPointHeight, for specifying font sizes in points. 2012-12-17 21:27:23 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
af094f3448 Fixes for DirectShowComponent. 2012-11-26 16:36:41 +00:00
jules
f292238b32 Android: keyboard input support. 2012-11-25 17:05:44 +00:00
jules
f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 2012-11-15 17:55:57 +00:00
jules
699b5303e2 Android: multi-touch support. 2012-11-13 17:14:32 +00:00
jules
c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 2012-11-13 16:19:49 +00:00
jules
edc45e9aba Workaround for android's new file scanning behaviour when using the device as a USB drive. 2012-11-08 15:53:50 +00:00
jules
d79fcf1d32 Introjucer: swapped the xib file for a nib file. 2012-11-08 11:28:16 +00:00
jules
3374dff2aa Fix for android zero-height bitmap problem. 2012-11-04 16:48:09 +00:00
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. 2012-10-28 18:38:10 +00:00
jules
422b0df651 Updated some introjucer template files. Updated project files. 2012-10-21 12:18:37 +01:00
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. 2012-10-18 13:53:02 +01:00
jules
c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 2012-10-02 12:57:40 +01:00
jules
53784490b2 Minor fixes and clean-ups. 2012-09-26 12:38:56 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 2012-09-21 12:15:39 +01:00