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

975 commits

Author SHA1 Message Date
jules
6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 2012-06-25 18:35:29 +01:00
jules
1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. 2012-06-25 16:07:58 +01:00
jules
44b9f93564 Replaced rollover help on the config pages. 2012-06-25 15:47:36 +01:00
jules
3352b9238a Introjucer: fix for code editor save points. 2012-06-25 15:35:35 +01:00
jules
1406b72b54 Introjucer: selecting project settings on start-up. 2012-06-25 09:19:08 +01:00
jules
463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 2012-06-24 21:20:59 +01:00
jules
0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 2012-06-23 13:54:38 +01:00
jules
654134ffdb Introjucer: removed old OSX 10.4 target option. 2012-06-15 17:27:58 +01:00
jules
a016944e69 Minor introjucer work. 2012-06-15 11:02:21 +01:00
jules
82a964de48 Minor introjucer method change. 2012-06-14 13:58:36 +01:00
jules
d2aa3a666b Introjucer: tidied up some document saving behaviour. 2012-06-12 19:06:30 +01:00
jules
f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 2012-06-12 11:54:32 +01:00
jules
451046e990 Minor introjucer tweaks. 2012-06-11 12:03:30 +01:00
jules
fd919e577c Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module. 2012-06-07 21:41:11 +01:00
jules
943a8ef757 Added a get() method to ReferenceCountedObjectPtr. 2012-06-02 08:30:08 +01:00
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