jules
|
5fcebaa07e
|
Updated project files.
|
13 years ago |
jules
|
1977238869
|
Fix for a Jucer build error.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
jules
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
13 years ago |
jules
|
decd6dc9fe
|
Documentation fix.
|
13 years ago |
jules
|
276e7622a9
|
Introjucer: added checking to avoid duplicate IDs in groups.
|
13 years ago |
jules
|
7cd30ec175
|
Direct2DRenderer: added transformations.
|
13 years ago |
jules
|
d4fb934a26
|
Fixed a problem with introjucer module file target parsing.
|
13 years ago |
jules
|
b36708e3f3
|
Fix for building in older OSX versions.
|
13 years ago |
jules
|
746331a88a
|
Fixed a leak in WindowsMediaAudioFormat.
|
13 years ago |
jules
|
4df0ea72c9
|
Introjucer: fix for binary resource file generation.
|
13 years ago |
jules
|
4cc9d03cd8
|
SVG parser fix.
|
13 years ago |
jules
|
437f4d1e63
|
Minor change to BubbleMessageComponent layout.
|
13 years ago |
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.
|
13 years ago |
jules
|
cb169b251d
|
Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout.
|
13 years ago |
jules
|
20f0734863
|
Fix for jucer build error.
|
13 years ago |
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.
|
13 years ago |
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
13 years ago |
jules
|
c1d5fd53cb
|
Introjucer: ability to specify an iOS deployment version.
|
13 years ago |
jules
|
75f8a6a440
|
Removed compatibility for iOS versions before 3.2.
|
13 years ago |
jules
|
74a866565c
|
DirectWrite tweaks.
|
13 years ago |
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'.
|
13 years ago |
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.
|
13 years ago |
jules
|
5151e2e06d
|
Minor tidying-up.
|
13 years ago |
jules
|
38aee86ed1
|
Tweaks to some Direct2D code.
|
13 years ago |
jules
|
06f6eac0e9
|
Updated some project files.
|
13 years ago |
jules
|
b7d0c13226
|
Introjucer: Use of $(OutDir) in MSVC projects.
|
13 years ago |
jules
|
5caaa4009a
|
Added class: TextDragAndDropTarget.
|
13 years ago |
jules
|
ec89065a44
|
Improved thread-safety of Typeface::Ptr
|
13 years ago |
jules
|
5800910636
|
Fixed a windows build error.
|
13 years ago |
jules
|
4735442424
|
Another typo fix.
|
13 years ago |
jules
|
805fb36371
|
Fixed a typo in the last check-in.
|
13 years ago |
jules
|
220114d04b
|
Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS.
|
13 years ago |
jules
|
1dd3774af3
|
Minor OSX midi tweak.
|
13 years ago |
jules
|
9a56a2f8ba
|
Introjucer: added Xcode option to link with LLVM libc++
|
13 years ago |
jules
|
b3c193e15e
|
Introjucer: Better use of $(IntDir) in MSVC project generation.
|
13 years ago |
jules
|
ee5ef4b5c3
|
Added some CoreMidi assertions to warn about getting the midi device list from a non-message thread.
|
13 years ago |
jules
|
f401d72b4b
|
Tidied up some minor font issues.
|
13 years ago |
jules
|
40929e5db9
|
Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items.
|
13 years ago |
jules
|
4caac78a0e
|
iOS audio fix for bluetooth headsets.
|
13 years ago |
jules
|
f55c716ce8
|
Removed some unnecessary files from linux plugin builds.
|
13 years ago |
jules
|
7c8eb56f04
|
Android: fix to prevent app restarts when rotating.
|
13 years ago |
jules
|
06a4980792
|
Minor docs fix.
|
13 years ago |
jules
|
08539ed83e
|
Improved some const-ness in AudioSampleBuffer.
|
13 years ago |
jules
|
049065dc9c
|
Added an assertion to catch VSTs being loaded on a background thread.
|
13 years ago |
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
13 years ago |
jules
|
0a9223dd36
|
Introjucer: minor AAX stuff.
|
13 years ago |
jules
|
bdcfdecc65
|
Minor addition to OptionalScopedPointer. Documentation fix.
|
13 years ago |
jules
|
f110506be7
|
AAX work.
|
13 years ago |
jules
|
90186efdb9
|
WASAPI latency calculation fix.
|
13 years ago |