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

6149 commits

Author SHA1 Message Date
jules
8d354bd8cf Allowed filename drag-and-drop into a TextPropertyComponent. 2012-10-01 10:15:18 +01:00
jules
86223a267c Removed an unnecessary extra byte generated by AudioProcessor::copyXmlToBinary() 2012-10-01 10:14:26 +01:00
jules
5d7622ade5 Added methods TreeViewItem::sortSubItems() and PopupMenu::MenuItemIterator::addItemTo(). 2012-09-30 13:39:50 +01:00
jules
9077ba817d Introjucer: fix for Xcode filenames containing @ signs. 2012-09-28 11:15:07 +01:00
jules
1aefda8763 Safeguard when removing NSViews. 2012-09-28 11:11:34 +01:00
jules
4197f76ac0 AudioUnits: exposed a method to force a reload of the parameter list. 2012-09-28 11:09:32 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
3578465cba Small change for DLL build. 2012-09-27 10:00:55 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
4cd95c1a66 iOS audio interruptions now invoke an error callback to the audio device. 2012-09-26 20:16:42 +01:00
jules
01be101f41 Added error callback dispatching to AudioDeviceManager. 2012-09-26 16:30:05 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
9239842120 DLL build fix + minor clean-ups. 2012-09-26 14:47:37 +01:00
jules
eea5e74af4 PopupMenu: made submenus inherit look+feel 2012-09-26 13:49:09 +01:00
jules
53784490b2 Minor fixes and clean-ups. 2012-09-26 12:38:56 +01:00
jules
438e813d0e More plugin DllMain tweaks. 2012-09-26 12:12:19 +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
1b85566090 Added timestamps to UndoManager 2012-09-25 17:21:26 +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
ea3f57e58b Updated .gitignore 2012-09-24 20:09:45 +01:00
jules
e7f77abc68 Audio plugins: new DllMain handling. 2012-09-24 20:03:51 +01:00
jules
a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 2012-09-24 16:59:14 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
a180c6c358 Added a class TextEditor::InputFilter to perform custom filters on text input. 2012-09-24 14:04:46 +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
9097528ca0 String decimal conversion fix. 2012-09-24 11:47:17 +01:00
jules
e5172b88e9 Fixed some iOS screen position problems. 2012-09-21 18:49:27 +01:00
jules
d5dc5b2ba9 MouseCursor refactoring. 2012-09-21 15:59:12 +01:00
jules
8d2f81cf57 Fix for SelectedItemSet in DLL builds. 2012-09-21 13:36:46 +01:00
jules
4fefd0bb52 Added a stretch-to-fit option to DrawableButton. 2012-09-21 13:26:08 +01:00
jules
faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 2012-09-21 12:15:39 +01:00
jules
8c4d4d2577 Change to WinMain prototype. 2012-09-21 11:59:08 +01:00
jules
7141fe39dc Fix for menu bar problem on OSX. 2012-09-21 11:37:22 +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
770d1ccd49 Added method TreeView::moveSelectedRow. 2012-09-20 12:26:53 +01:00
jules
bb37710eca Introjucer: shutdown fix. 2012-09-20 11:29:55 +01:00
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