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

3980 commits

Author SHA1 Message Date
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
874814eaa0 Added multi-select to the PluginListComponent. 2014-01-20 19:01:17 +00:00
jules
28c281c6d3 Added a missing operator<< declaration for String. 2014-01-20 15:40:07 +00:00
jules
492def9abf Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00
jules
6934709b8f Fix for mouse selection in FileListComponent. 2014-01-20 10:26:35 +00:00
jules
0530b6b01a Added a JSON::fromString method. 2014-01-20 10:06:13 +00:00
jules
b932e70aa8 Avoided an assertion when testing plugin types. 2014-01-18 12:43:11 +00:00
jules
fc683ee72a Avoided listener callbacks during TextEditor destructor. 2014-01-18 11:20:07 +00:00
jules
48d9050f02 Fix for CoreAudio channels when opening two different devices as input + output. 2014-01-17 14:32:26 +00:00
jules
82ca56f0bd Added VST version to logged info. 2014-01-17 10:26:48 +00:00
jules
a1cbe455a0 Linux support for shift-tab key events. 2014-01-17 09:44:02 +00:00
jules
44d52ffcef Added a method to MidiKeyboardComponent 2014-01-17 09:43:42 +00:00
jules
ff6e3bdace Fix for Array move operator. 2014-01-17 09:27:51 +00:00
jules
e6ee6e50de Fix for audio thumbnail generation beyond the end of a file. 2014-01-15 22:40:57 +00:00
jules
7d6ab860fc Replaced an old-style GL function call with a newer equivalent. 2014-01-14 21:33:39 +00:00
jules
8d340d587e Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS) 2014-01-14 20:48:39 +00:00
jules
c3d3318586 Added a callback method to VSTPluginFormat for getting informed about shell plugin scanning progress. 2014-01-14 19:13:58 +00:00
jules
b18dd57e42 Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location. 2014-01-14 15:45:51 +00:00
jules
01b9ff0843 Fix for setting thread priority while the thread isn't running. 2014-01-14 15:44:34 +00:00
jules
633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 2014-01-13 11:00:52 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
01dc36d29d Tiny tweak to the typeface hinting algorithm. 2014-01-12 17:14:19 +00:00
jules
d20279d1db Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32. 2014-01-12 16:21:03 +00:00
jules
5b25b303fb Cleaned up some minor stuff in the GL demo and PathStrokeType. 2014-01-12 15:50:16 +00:00
jules
1f454c1ca0 VST3 hosting fix. 2014-01-11 15:45:59 +00:00
jules
78c2d48d9e Better mechanism for sending all-parameter-changed messages in AU hosting. 2014-01-09 21:19:26 +00:00
jules
a79292179d Better handling of ResizableWindow screen bounds handling when in kiosk mode. 2014-01-09 17:44:46 +00:00
jules
b4bd383a46 Reverted a mistaken change to AU hosting event handling code. 2014-01-09 13:57:25 +00:00
jules
cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 2014-01-09 10:27:46 +00:00
jules
f581fa92b4 Change to AU hosting event runloop threading. 2014-01-08 16:35:38 +00:00
jules
6927338f9a iOS audio rate-setting fix. 2014-01-08 16:34:59 +00:00
jules
3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 2014-01-08 15:25:18 +00:00
jules
e68a654646 Minor warning fix. 2014-01-08 14:57:09 +00:00
jules
858686d88c Workaround for CoreText layout failure with in-memory typefaces. 2014-01-08 14:02:32 +00:00
jules
7091121b2c Avoided some problems when modal components are left open during shutdown. 2014-01-08 10:31:09 +00:00
jules
593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 2014-01-07 15:36:38 +00:00
jules
62aac7d384 Adjusted mapping of float->int colour values (again). 2014-01-07 12:52:12 +00:00
jules
1db908d5cc Accuracy tweak to float->int conversions in the Colour class. 2014-01-06 11:52:42 +00:00
jules
42bff200ed Improved the vertical font hinting algorithm and removed some duplicated typeface code. 2014-01-05 19:46:13 +00:00
jules
45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 2014-01-05 16:42:37 +00:00
jules
4869c0a202 Fixed a few minor problems with the MidiKeyboardComponent 2014-01-05 15:02:43 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 2014-01-04 13:03:16 +00:00
jules
d8178b4e15 Mingw workaround. 2014-01-03 14:55:14 +00:00
jules
9f84c81d62 Read-only fixes to CodeEditorComponent 2014-01-03 14:52:41 +00:00
jules
ae291475d6 Avoided a GL symbol redefinition and a warning in MSVC. 2014-01-03 14:33:37 +00:00
jules
a1a43ea418 Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 2014-01-02 22:00:47 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
ce8d56d3a1 Added copy constructors to LocalisedStrings. 2014-01-01 16:57:25 +00:00
jules
d505edc012 Fix for AudioProcessorPlayer when its source is null. 2014-01-01 16:36:41 +00:00