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

2459 commits

Author SHA1 Message Date
jules
ec48a7ffcc Restored a DLL export flag. 2012-09-20 09:45:41 +01:00
jules
2b7b01632f A couple of fixes for win32 DLL builds. 2012-09-20 09:16:02 +01:00
jules
0a1c88be30 Android: setting targetSDKVersion flag. 2012-09-20 08:53:59 +01:00
jules
d0fa359f72 Bit of tidying-up in KeyPressMappingSet and related classes. 2012-09-19 21:54:02 +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
20b3058af3 Fix for AU compiling with gcc4.2 2012-09-18 16:20:07 +01:00
jules
3555b6e9d5 Made rendering engine choice persist when ComponentPeers are re-created. 2012-09-18 10:37:08 +01:00
jules
6269df4823 Introjucer: fix for new command-line project wizard. 2012-09-18 10:36:15 +01:00
jules
d6f2232bdd Reverted a win32 networking change. 2012-09-18 10:11:29 +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
a4939b87f2 win32: added a flag to ignore https certificate mismatches. 2012-09-17 11:54:53 +01:00
jules
03f568fab2 AU: fix for superclass parameter loading problem 2012-09-17 11:29:36 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +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
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
747f898ea4 Got rid of a maximum limit on the number of ASIO channels. 2012-09-13 11:54:52 +01:00
jules
f4898a18ab Minor fix for code editor caret display. 2012-09-13 09:33:32 +01:00
jules
b562bbab74 Added callback method: AudioProcessor::numChannelsChanged(). 2012-09-12 15:34:28 +01:00
jules
c018cba8c8 A couple of tweaks to improve iOS/android openGL. 2012-09-12 15:17:01 +01:00
jules
1be82bfcee Introjucer: Added a strip option to linux makefile generation 2012-09-11 11:09:39 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
617731d21c Added a JUCE_DISABLE_JUCE_VERSION_PRINTING flag that can be set to prevent the juce version number being printed at startup. 2012-09-11 10:10:40 +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
d9f0ac29b6 Fixed a few documentation typos. Tweaked positioning logic for CallOutBox. 2012-09-09 21:03:39 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
ee7046be34 OSX mouse event tweaks. 2012-09-08 14:36:59 +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
68644ef214 Update to .gitignore 2012-09-08 09:04:27 +01:00
jules
e00bfdc1df A couple of minor introjucer changes. 2012-09-07 22:38:32 +01:00
jules
7d953a629d OSX modal behaviour fix. 2012-09-07 18:52:30 +01:00
jules
6d4252e571 DSound - change to size of blocks used. 2012-09-07 17:43:06 +01:00
jules
352e5999bc Displaying modifier + delete key shortcuts in OSX main menus. 2012-09-07 17:42:02 +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
6e631bceb1 OSX filechooser modality fix. 2012-09-06 11:03:17 +01:00
jules
001ce3ee61 Fix for ChildProcess::isRunning on posix 2012-09-05 16:42:14 +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
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
629007c219 Introjucer: another code indent fix. 2012-09-04 15:26:22 +01:00