1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

1275 commits

Author SHA1 Message Date
jules
4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 2013-04-26 19:37:15 +01:00
jules
859f533904 Introjucer: handling drag+dropped folder. 2013-04-26 13:34:00 +01:00
jules
00641f06ed Introjucer: Added a couple of CodeBlocks flags. 2013-04-24 15:00:59 +01:00
jules
bc6693f9fc Introjucer: Added a flag to CodeBlocks export. 2013-04-24 11:26:38 +01:00
jules
69b90487aa Added support for c++11 override and final keywords, and blank definitions for older compilers. 2013-04-22 18:00:27 +01:00
jules
97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 2013-04-22 16:18:35 +01:00
jules
89c5c5c8c5 Introjucer: saving Jucer cpp file also saves header. 2013-04-22 12:56:25 +01:00
jules
5ee84916a3 Introjucer: per-config linux makefile architecture setting. 2013-04-22 10:42:39 +01:00
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
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
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
5d0ac41d1f Got rid of the old static library project from the extras folder. If you want a static juce lib, you can now use the introjucer to create your own project to generate this. 2013-03-26 11:36:17 +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
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
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
2b638dd93b Project file rebuilds. 2013-03-21 16:10:46 +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