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

1980 commits

Author SHA1 Message Date
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
cf5163a68d Updated some win32 video code. 2012-04-16 22:23:36 +01:00
jules
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
d7df53bf2e Oops! Fixed a typo in the last check-in. 2012-04-16 15:42:14 +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
3f953ca21d Change to assertions to get Xcode 4 to work better. 2012-04-16 12:18:56 +01:00
jules
9fe7c939e0 VST string encoding tweak. 2012-04-15 11:59:15 +01:00
jules
84a0a24b4e Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h 2012-04-14 20:38:00 +01:00
jules
ebfd2835d8 OpenGLContext fix. 2012-04-13 17:53:22 +01:00
jules
3b431954ec Added an extra include that seems to be needed for some iOS build targets. 2012-04-13 16:05:36 +01:00
jules
5947b8d3ec Updated the windows dll project. 2012-04-13 13:17:34 +01:00
jules
7339a2631e Changed the MidiKeyboardComponent to be multi-touch aware. 2012-04-12 20:47:44 +01:00
jules
535f248c53 Rearranged some error-catching code. 2012-04-12 20:46:24 +01:00
jules
830332d3ec Added a progress value for ZipFile::Builder. 2012-04-12 13:35:02 +01:00
jules
ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 2012-04-12 10:10:42 +01:00
jules
a4b83d313c Prevented some mouse-events bypassing modal components. 2012-04-11 18:03:05 +01:00
jules
46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 2012-04-11 15:45:01 +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
572cf1deb8 Cleaned up some docs. 2012-04-11 13:33:08 +01:00
jules
3a91979ea8 Version bump. 2012-04-11 11:06:43 +01:00
jules
286f0dbdef Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
jules
7748376960 Introjucer: added a progress bar when saving. 2012-04-10 18:10:15 +01:00
jules
f043bb6ace Removed some old packing pragmas from the plugin code. 2012-04-10 12:25:00 +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
991388d2c3 Removed a call that wasn't compatible with older versions of Windows. 2012-04-08 09:58:48 +01:00
jules
ecb7abb435 Made sure that Drawable::createCopy copies their names and IDs. 2012-04-08 09:47:42 +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
c4af628d14 Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 2012-04-05 14:43:20 +01:00
jules
11659678d6 WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method. 2012-04-05 14:01:00 +01:00
jules
dbe71f8c67 A bugfix and some fine-tuning for the android openSL audio device. 2012-04-04 19:43:11 +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
e61db7da55 Added a WOW64 call to WindowsRegistry. 2012-04-04 10:36:15 +01:00
jules
bfcc0dd7a5 Minor NamedPipe tweak. 2012-04-04 10:10:41 +01:00
jules
9c129d1778 OpenGL header fix for 10.5 2012-04-04 10:10:02 +01:00
jules
13bbd89b9d Added some comments. 2012-04-03 21:07:01 +01:00
jules
0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
jules
7d9e06d788 Added OpenGL locking for OSX. 2012-04-03 18:18:44 +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
074a8c05dd Fixes to allow OpenGL contexts to be attached to a top-level component. 2012-04-03 13:31:27 +01:00
jules
d1f841b1ec String numeric formatting win32 fix. 2012-04-03 12:10:36 +01:00
jules
351416c09a Tidied up some docs and comments. 2012-04-03 11:36:31 +01:00
jules
875cb97217 OpenGL fixes to support OSX10.5 and older win32 systems. 2012-04-02 17:52:14 +01:00
jules
562282c06d Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases. 2012-04-02 17:51:06 +01:00
jules
2093471b23 TabbedComponent fix. 2012-04-02 13:39:06 +01:00