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

960 commits

Author SHA1 Message Date
jules
4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 2012-06-01 16:26:10 +01:00
jules
1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 2012-05-31 08:21:34 +01:00
jules
5fcebaa07e Updated project files. 2012-05-29 11:01:05 +01:00
jules
1977238869 Fix for a Jucer build error. 2012-05-29 10:32:21 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 2012-05-27 22:05:21 +01:00
jules
276e7622a9 Introjucer: added checking to avoid duplicate IDs in groups. 2012-05-26 17:51:43 +01:00
jules
d4fb934a26 Fixed a problem with introjucer module file target parsing. 2012-05-26 11:02:56 +01:00
jules
4df0ea72c9 Introjucer: fix for binary resource file generation. 2012-05-25 21:40:26 +01:00
jules
87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
jules
cb169b251d Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout. 2012-05-25 10:16:55 +01:00
jules
20f0734863 Fix for jucer build error. 2012-05-24 19:52:39 +01:00
jules
c1d5fd53cb Introjucer: ability to specify an iOS deployment version. 2012-05-24 13:14:12 +01:00
jules
4e754a838b Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 2012-05-23 21:31:44 +01:00
jules
53b1e351cf Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 2012-05-23 21:25:28 +01:00
jules
06f6eac0e9 Updated some project files. 2012-05-23 14:38:46 +01:00
jules
b7d0c13226 Introjucer: Use of $(OutDir) in MSVC projects. 2012-05-23 14:09:39 +01:00
jules
5caaa4009a Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +01:00
jules
4735442424 Another typo fix. 2012-05-22 16:30:27 +01:00
jules
805fb36371 Fixed a typo in the last check-in. 2012-05-22 16:27:33 +01:00
jules
220114d04b Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS. 2012-05-22 16:24:06 +01:00
jules
9a56a2f8ba Introjucer: added Xcode option to link with LLVM libc++ 2012-05-22 14:13:42 +01:00
jules
b3c193e15e Introjucer: Better use of $(IntDir) in MSVC project generation. 2012-05-22 13:34:58 +01:00
jules
f55c716ce8 Removed some unnecessary files from linux plugin builds. 2012-05-19 10:24:24 +01:00
jules
7c8eb56f04 Android: fix to prevent app restarts when rotating. 2012-05-19 10:23:56 +01:00
jules
5509a4f950 Introjucer: more AAX work. 2012-05-15 17:18:34 +01:00
jules
0a9223dd36 Introjucer: minor AAX stuff. 2012-05-13 14:05:12 +01:00
jules
f110506be7 AAX work. 2012-05-11 15:24:56 +01:00
jules
c782b5cc02 Introjucer: removed image code from BinaryData classes without any images. Rebuilt some project files. 2012-05-11 09:56:32 +01:00
jules
67c1ad6d4a Fixed some findParentComponentOfClass() calls. 2012-05-09 21:14:29 +01:00
jules
00af978182 Introjucer: Fixes for adding non-code files to VS2010 projects. 2012-05-09 18:09:51 +01:00
jules
7a36867150 Workaround for VS2005 compiler bugs. 2012-05-09 16:53:42 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
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