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

15686 commits

Author SHA1 Message Date
jules
276e7622a9 Introjucer: added checking to avoid duplicate IDs in groups. 2012-05-26 17:51:43 +01:00
jules
7cd30ec175 Direct2DRenderer: added transformations. 2012-05-26 12:44:31 +01:00
jules
d4fb934a26 Fixed a problem with introjucer module file target parsing. 2012-05-26 11:02:56 +01:00
jules
b36708e3f3 Fix for building in older OSX versions. 2012-05-26 10:48:44 +01:00
jules
746331a88a Fixed a leak in WindowsMediaAudioFormat. 2012-05-26 09:37:23 +01:00
jules
4df0ea72c9 Introjucer: fix for binary resource file generation. 2012-05-25 21:40:26 +01:00
jules
4cc9d03cd8 SVG parser fix. 2012-05-25 21:34:12 +01:00
jules
437f4d1e63 Minor change to BubbleMessageComponent layout. 2012-05-25 16:50:47 +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
6e743c8f12 Refactored the software renderer code, moving most of the guts into the juce_RenderingHelpers.h header file to make it possible for people to use it in their own code. 2012-05-24 18:50:26 +01:00
jules
d04645639e TextEditor now always uses an I-beam cursor. 2012-05-24 14:25:40 +01:00
jules
c1d5fd53cb Introjucer: ability to specify an iOS deployment version. 2012-05-24 13:14:12 +01:00
jules
75f8a6a440 Removed compatibility for iOS versions before 3.2. 2012-05-24 13:10:20 +01:00
jules
74a866565c DirectWrite tweaks. 2012-05-24 11:19:06 +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
5151e2e06d Minor tidying-up. 2012-05-23 21:01:18 +01:00
jules
38aee86ed1 Tweaks to some Direct2D code. 2012-05-23 17:47:53 +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
ec89065a44 Improved thread-safety of Typeface::Ptr 2012-05-22 20:41:50 +01:00
jules
5800910636 Fixed a windows build error. 2012-05-22 19:46:45 +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
1dd3774af3 Minor OSX midi tweak. 2012-05-22 14:58: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
ee5ef4b5c3 Added some CoreMidi assertions to warn about getting the midi device list from a non-message thread. 2012-05-22 12:26:28 +01:00
jules
f401d72b4b Tidied up some minor font issues. 2012-05-21 19:02:37 +01:00
jules
40929e5db9 Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 2012-05-21 12:07:03 +01:00
jules
4caac78a0e iOS audio fix for bluetooth headsets. 2012-05-21 10:41:16 +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
06a4980792 Minor docs fix. 2012-05-18 20:08:39 +01:00
jules
08539ed83e Improved some const-ness in AudioSampleBuffer. 2012-05-18 20:08:13 +01:00
jules
049065dc9c Added an assertion to catch VSTs being loaded on a background thread. 2012-05-18 12:06:51 +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
bdcfdecc65 Minor addition to OptionalScopedPointer. Documentation fix. 2012-05-13 14:04:38 +01:00
jules
f110506be7 AAX work. 2012-05-11 15:24:56 +01:00
jules
90186efdb9 WASAPI latency calculation fix. 2012-05-11 11:10:05 +01:00
jules
bc3b861954 Documentation fixes. 2012-05-11 11:09:40 +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
e97cfaa3ff win32 midi input fix. 2012-05-10 14:31:18 +01:00
jules
6c847f36ba Documentation correction. 2012-05-10 14:26:32 +01:00
jules
67c1ad6d4a Fixed some findParentComponentOfClass() calls. 2012-05-09 21:14:29 +01:00