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

926 commits

Author SHA1 Message Date
jules
44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 2012-05-04 20:07:24 +01:00
jules
7abee24947 Introjucer: fix to VS2010 library setting. 2012-05-03 13:16:12 +01:00
jules
75ad35f786 Improved File::moveFileTo and made file renaming in the introjucer more robust. 2012-05-02 16:37:00 +01:00
jules
7e9fbd30c3 Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 2012-05-02 11:12:31 +01:00
jules
941907a3d1 Initial commit of font style access, providing access to the styles available for each font family. 2012-05-01 12:10:05 +01:00
jules
79381ced5d Removed GLU from the list of default libraries. 2012-04-27 09:00:07 +01:00
jules
791cf42abc New class: AudioThumbnailBase, which is an abstract base class for thumbnails. 2012-04-24 16:01:55 +01:00
jules
54bdb48972 Introjucer: minor internal changes. 2012-04-24 13:34:37 +01:00
jules
10815d9e4d Introjucer: made the project wizard create some default exporters. 2012-04-24 10:50:00 +01:00
jules
6836d1eca6 Introjucer: minor internal changes. 2012-04-22 16:13:08 +01:00
jules
a16aee5fa5 Made the plugin host demo close its plugin windows before attempting to quit. 2012-04-18 09:52:05 +01:00
jules
eb028b7c33 Introjucer: added support for a user-code section to the AppConfig.h file. 2012-04-17 12:04:56 +01:00
jules
d4e99f6628 Tweak to the demo project. 2012-04-17 09:39:04 +01:00
jules
abf8f59df4 Fix for OSX VST host windowing order problem. 2012-04-16 13:58:29 +01:00
jules
cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 2012-04-16 12:20:58 +01:00
jules
5947b8d3ec Updated the windows dll project. 2012-04-13 13:17:34 +01:00
jules
830332d3ec Added a progress value for ZipFile::Builder. 2012-04-12 13:35:02 +01:00
jules
e7b552957e Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK) 2012-04-11 13:33:22 +01:00
jules
7748376960 Introjucer: added a progress bar when saving. 2012-04-10 18:10:15 +01:00
jules
ff3b616759 Introjucer: better icon generation. 2012-04-10 12:09:09 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 2012-04-05 18:30:49 +01:00
jules
63bc3f29de Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android. 2012-04-04 12:52:07 +01:00
jules
0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
jules
ccb357d23a Fixed a typo in the demo app. 2012-04-03 17:50:24 +01:00
jules
849dd043b8 Introjucer: option to build .dylibs in Xcode. 2012-04-03 15:15:35 +01:00
jules
1cb0847568 Introjucer: improvements for VS2010 and old PPC Xcode targets. 2012-04-03 14:52:19 +01:00
jules
04c2d6cfc1 Added some GL error handling and tweaks to support older PC builds. 2012-04-03 14:51:22 +01:00
jules
351416c09a Tidied up some docs and comments. 2012-04-03 11:36:31 +01:00
jules
7286465f01 Introjucer RTAS fix. 2012-04-01 10:54:18 +01:00
jules
4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
jules
8de9d9c6da Version number bump. Clean-ups. 2012-03-30 15:40:17 +01:00
jules
0f8cc04904 GL fixes, clean-ups, docs. 2012-03-30 15:28:26 +01:00
jules
8c00299f8d Introjucer OSX RTAS fix. 2012-03-28 16:44:10 +01:00
jules
91a41ddbd8 OpenGL refactoring (stage 1) 2012-03-27 17:22:54 +01:00
jules
018d070948 Introjucer: tidied up command-line handling, added "--resave-resources" option. 2012-03-19 12:01:11 +00:00
jules
a25bddb7ff Introjucer: fix for projects without an export target that can be launched on the current OS. 2012-03-15 17:35:28 +00:00
jules
b338698e34 OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object. 2012-03-15 11:13:38 +00:00
jules
16f5684bd9 Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS. 2012-03-13 19:23:04 +00:00
jules
4ac3a7f39d Introjucer: another RTAS tweak. 2012-03-13 12:28:14 +00:00
jules
cba76bef60 Introjucer: fix for RTAS in VS2010 2012-03-12 21:43:43 +00:00
jules
c1f7ca2dc0 Introjucer RTAS fix. 2012-03-12 15:49:53 +00:00
jules
3a7989ad7c Android: added OpenSLES audio device type. 2012-03-09 12:23:34 +00:00
jules
b8bc80c1bf Introjucer plugin project fix. 2012-03-02 17:05:25 +00:00
jules
109f0a32a4 OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress. 2012-03-01 12:10:37 +00:00
jules
aab3a6a6eb Android GL work. 2012-02-29 14:16:14 +00:00
jules
bcffc2c94a Introjucer build config fix. 2012-02-28 20:30:57 +00:00
jules
9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 2012-02-28 19:51:22 +00:00
jules
5b22611306 Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified. 2012-02-28 15:08:26 +00:00
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. 2012-02-27 22:02:20 +00:00