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

1481 commits

Author SHA1 Message Date
jules
128aacaccb Introjucer: added an extra search path for Xcode carbon headers. 2012-10-03 21:01:40 +01:00
jules
c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 2012-10-02 12:57:40 +01:00
jules
0640631d80 Added a JucePlugin_Version define to the audio plugin headers. 2012-10-01 10:20:33 +01:00
jules
9077ba817d Introjucer: fix for Xcode filenames containing @ signs. 2012-09-28 11:15:07 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
53784490b2 Minor fixes and clean-ups. 2012-09-26 12:38:56 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
29e5dd20e2 Introjucer: editor updates 2012-09-25 22:23:14 +01:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 2012-09-21 12:15:39 +01:00
jules
08dd8f62c7 Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 2012-09-20 13:49:12 +01:00
jules
63085a7185 Introjucer: minor fixes. 2012-09-20 12:27:39 +01:00
jules
bb37710eca Introjucer: shutdown fix. 2012-09-20 11:29:55 +01:00
jules
0a1c88be30 Android: setting targetSDKVersion flag. 2012-09-20 08:53:59 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00
jules
2ac8615c7e Introjucer: Xcode project generation update. 2012-09-19 10:57:55 +01:00
jules
73359d4af0 Introjucer: added text search for the code editor. 2012-09-18 20:04:26 +01:00
jules
6269df4823 Introjucer: fix for new command-line project wizard. 2012-09-18 10:36:15 +01:00
jules
3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 2012-09-17 21:20:18 +01:00
jules
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
172f61dc3e Introjucer: minor internal work. 2012-09-14 16:25:32 +01:00
jules
68880492f1 Introjucer: editor scrolling changes. 2012-09-13 21:39:54 +01:00
jules
1be82bfcee Introjucer: Added a strip option to linux makefile generation 2012-09-11 11:09:39 +01:00
jules
b396155430 Introjucer: file type fix. 2012-09-11 09:35:26 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
1cd7660f10 Introjucer: popup menu for code editor. 2012-09-08 14:36:30 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
e00bfdc1df A couple of minor introjucer changes. 2012-09-07 22:38:32 +01:00
jules
c75abb51c4 Introjucer: minor appearance tweaks. 2012-09-07 12:10:25 +01:00
jules
b0b6a7ca25 Introjucer: added command to open counterpart files. 2012-09-06 17:51:43 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
e8131455d5 Introjucer: added some comment fields to the config pages. 2012-09-05 15:27:29 +01:00
jules
745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 2012-09-05 11:54:44 +01:00
jules
2791f878e7 Introjucer: fix for VS. 2012-09-05 08:51:32 +01:00
jules
b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 2012-09-04 21:08:52 +01:00
jules
629007c219 Introjucer: another code indent fix. 2012-09-04 15:26:22 +01:00
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
2b32036ab3 Introjucer: code indenting changes. 2012-09-04 10:39:29 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
8e0d120421 Small fix for the demo on iOS. 2012-08-29 13:35:44 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
jules
a4e87ef28a Introjucer: file separator character fix on windows. 2012-08-28 20:56:24 +01:00
jules
66917b65fd Minor clean-ups. 2012-08-28 11:10:14 +01:00
jules
2918e8d886 Minor fixes for compiler warnings. 2012-08-27 12:33:35 +01:00