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

466 commits

Author SHA1 Message Date
jules
76c2ba89e3 Introjucer: fixes to module update box. 2013-04-20 15:54:33 +01:00
jules
2f46a58238 Spelling correction. 2013-04-20 11:54:40 +01:00
jules
5b3a6d184b Resaved projects 2013-04-17 15:19:34 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
9792475bdc Introjucer: zooming fix. 2013-04-17 10:14:31 +01:00
jules
b6e24c4b39 Introjucer: fixed jucer snapping grid. Added extra group sort option. 2013-04-17 10:06:42 +01:00
jules
0908261245 Introjucer: fix for jucer deselecting objects. 2013-04-17 09:13:22 +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
9f37bf2e58 Minor introjucer fixes. 2013-04-15 20:47:18 +01:00
jules
f8ddf59b96 Introjucer: added ARM architecture options for linux makefiles. 2013-04-10 21:24:04 +01:00
jules
84dd03930b Introjucer: set LOCAL_CFLAGS variable for Android. 2013-04-10 21:10:09 +01:00
jules
52b638ff40 Misc cleanups. 2013-04-09 19:42:47 +01:00
jules
2acf04ed4b Added some VS2012 projects, rebuilt some project files. 2013-04-07 19:56:27 +01:00
jules
bf3cb2e29b Avoided some strict compiler warnings. 2013-04-04 16:47:33 +01:00
jules
35d695d123 Introjucer: fix for AU build script. 2013-04-03 18:07:52 +01:00
jules
66a6275e76 Fix to AU shell script syntax 2013-04-03 17:20:16 +01:00
jules
003575fd99 Introjucer: added workaround to AU install script for Xcode 3 builds 2013-04-03 17:14:09 +01:00
jules
e93f645b5a Made introjucer fix line endings when saving jucer documents. 2013-04-03 17:13:40 +01:00
jules
71f2580f2b Introjucer: saving swatch colours. 2013-04-03 14:43:49 +01:00
jules
af961e146e Added a VC2012 project for the introjucer 2013-04-01 14:39:24 +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
26c0733f8f Introjucer: fixes for some of the integrated Jucer stuff. 2013-04-01 12:22:53 +01:00
jules
9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 2013-03-31 23:24:56 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
910b834f72 Minor clean-ups. 2013-03-31 12:13:02 +01:00
jules
12c28fd882 Introjucer: added "save as" 2013-03-30 13:06:00 +00:00
jules
3d1aaf1aa9 Introjucer: Code::Blocks fixes. 2013-03-29 17:10:18 +00:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
2a6a6651b2 Introjucer: refactored static/dynamic library generation projects. 2013-03-26 11:32:51 +00:00
jules
7875fffa2a Introjucer: fixed some AAX + RTAS paths. 2013-03-26 10:16:14 +00:00
jules
bd2f62cadf Added an ID. 2013-03-22 11:11:05 +00:00
jules
810e73b2bc Introjucer: warning if trying to save read-only file. 2013-03-21 16:10:59 +00:00
jules
c92c3fc4c8 Introjucer: linux CPU architecture option. 2013-03-19 20:09:30 +00:00
jules
14ca3470e6 Changed the parameters of FilenameComponent::setCurrentFile() to use a NotificationType. 2013-03-18 21:44:29 +00:00
jules
0358e95dc9 Introjucer: cleaned up some binarydata code. 2013-03-17 20:09:53 +00:00
jules
d3ea70d8c4 AU name format fix. 2013-03-17 18:22:03 +00:00
jules
dfae2c8a38 Spelling. 2013-03-17 18:17:53 +00:00
jules
6b7f0609bf Minor clean-ups. 2013-03-17 13:59:03 +00:00
jules
ffd894089d Cleaned up a few static analyser warnings. 2013-03-15 19:36:28 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
4d8cd038bf Introjucer type fix. 2013-03-08 10:47:09 +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
b6d0cef252 Introjucer: set the LargeAddressAware flag in VC2010/12 builds. 2013-03-06 21:38:45 +00:00
jules
22b98217d8 Introjucer: fix for android not using external libraries setting. 2013-03-06 20:30:13 +00:00
jules
f68713f704 Introjucer: update to remove AUCocoaViewClassName 2013-03-06 11:04:48 +00:00
jules
4fe02d2c8d AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) 2013-03-05 21:07:45 +00:00
jules
adb59236b7 Fixed OSX Accelerate framework linkage. 2013-03-03 10:22:19 +00:00
jules
a50977e2f9 Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) 2013-03-02 19:55:57 +00:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00