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
|
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
|
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
|
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
|
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
|
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
|
7a36867150
|
Workaround for VS2005 compiler bugs.
|
2012-05-09 16:53:42 +01:00 |
|
jules
|
72db44a138
|
Removed an old VC6 workaround from Component::findParentComponentOfClass. If you were using its old dummy parameter, just tweak your code to call it using a templated type instead.
|
2012-05-09 13:58:53 +01:00 |
|
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
2012-05-09 13:54:24 +01:00 |
|
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
2012-05-09 12:06:47 +01:00 |
|
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
2012-05-09 10:01:56 +01:00 |
|
jules
|
0930af3820
|
Linux midi improvement.
|
2012-05-08 17:22:28 +01:00 |
|
jules
|
52aae5ed06
|
Fixed linux opengl compile error.
|
2012-05-08 15:38:19 +01:00 |
|
jules
|
db09b5ea2f
|
Documentation fix.
|
2012-05-08 11:23:08 +01:00 |
|
jules
|
cd7cdacfd1
|
OSX/win32 typeface fixes.
|
2012-05-08 11:11:43 +01:00 |
|
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
2012-05-07 13:15:16 +01:00 |
|
jules
|
bb30a6da66
|
Fixed missing cast in win32 GL code.
|
2012-05-06 18:06:15 +01:00 |
|
jules
|
154616d271
|
Documentation typo fix.
|
2012-05-06 12:25:08 +01:00 |
|
jules
|
68024fb8aa
|
Changed OpenGLContext to take a native context handle as its sharing context.
|
2012-05-05 18:33:20 +01:00 |
|
jules
|
a5a4e69f37
|
Midi parsing fix for embedded realtime messages, and CoreMidi fix for sending large packets.
|
2012-05-05 12:53:52 +01:00 |
|
jules
|
cb77241d20
|
Fixed some documentation typos.
|
2012-05-05 11:09:57 +01:00 |
|
jules
|
964b84ce49
|
Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters.
|
2012-05-04 22:36:27 +01:00 |
|
jules
|
44ac462768
|
New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion().
|
2012-05-04 20:07:24 +01:00 |
|
jules
|
ffdca01800
|
openGL: deactivating context on shutdown.
|
2012-05-04 13:00:01 +01:00 |
|
jules
|
bd0741f9a9
|
Added method OpenGLContext::deactivateCurrentContext().
|
2012-05-04 11:23:57 +01:00 |
|
jules
|
54573ae2e5
|
Reintroduced some packing settings for RTAS builds.
|
2012-05-04 11:00:05 +01:00 |
|
jules
|
c9bf56d3f7
|
DirectWrite type layout fix.
|
2012-05-03 12:52:47 +01:00 |
|
jules
|
23c46c4cda
|
Fixes for handling fonts with non-existent style names.
|
2012-05-03 10:42:10 +01:00 |
|
jules
|
81d1fb54c9
|
VST hosting: fixed the audioMasterVersion number.
|
2012-05-03 09:23:29 +01:00 |
|
jules
|
75ad35f786
|
Improved File::moveFileTo and made file renaming in the introjucer more robust.
|
2012-05-02 16:37:00 +01:00 |
|