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

290 commits

Author SHA1 Message Date
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
63085a7185 Introjucer: minor fixes. 2012-09-20 12:27:39 +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
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
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
b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 2012-09-04 21:08:52 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
a4e87ef28a Introjucer: file separator character fix on windows. 2012-08-28 20:56:24 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
40183ecd74 Introjucer: following aliases in modules folder. 2012-08-24 08:57:53 +01:00
jules
514ed0f30d Introjucer: avoid unnecessary file deletions when saving. 2012-08-22 10:23:54 +01:00
jules
18e07fcd95 Introjucer: fixed bundle identifier generation. 2012-08-10 08:26:13 +01:00
jules
753ebf48e5 Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00
jules
e9ae25ed9c Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jules
6b679bb46b New methods in ImageFileFormat for checking file extensions. 2012-08-06 10:48:30 +01:00
jules
c93d7a31d5 Added some colour IDs for TextPropertyComponent 2012-07-30 08:34:44 +01:00
jules
9afac59a60 Introjucer: dragging exporter treeview fix. Audio plugin demo algorithm fix. 2012-07-27 10:32:32 +01:00
jules
49d0182f61 Introjucer: graphical tweaks, binary data header change. 2012-07-26 22:16:07 +01:00
jules
af3bab799f Introjucer: fine-tuned some command behaviours. 2012-07-26 18:47:24 +01:00
jules
e3537ba57a Cleaned out some defunct ComponentBuilder code. 2012-07-26 15:32:34 +01:00
jules
88c17da08b Removed const-ness from a couple of LookAndFeel method return values. 2012-07-25 20:02:03 +01:00
jules
aea20ee144 Added background and outline colour IDs to BubbleComponent, and updated the arguments to the LookAndFeel::drawBubble method. 2012-07-25 12:16:42 +01:00
jules
87db662f29 Introjucer: code editor improvements, icon class reshuffle. 2012-07-24 15:45:44 +01:00
jules
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
dac898c601 Introjucer: modules panel fix. 2012-07-22 10:03:32 +01:00
jules
6838666a58 Introjucer: modules panel tweak. 2012-07-21 14:38:03 +01:00
jules
c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. 2012-07-18 16:32:39 +01:00
jules
1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 2012-07-14 10:30:56 +01:00
jules
5a69cc6ce2 Internal tidying-up. 2012-07-13 19:31:00 +01:00
jules
baecac82d9 Introjucer: tweaked document focus behaviour. 2012-07-13 14:50:49 +01:00
jules
515bfe90b2 Introjucer: new tab panel look and feel. 2012-07-12 22:09:49 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
44e454f0b7 Introjucer: colours and refactoring. 2012-07-10 12:08:35 +01:00
jules
6fe9e2db73 Minor clean-ups. 2012-07-10 11:50:17 +01:00
jules
b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. 2012-07-09 11:51:09 +01:00
jules
c65c7dd4a4 Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00