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 |
|
jules
|
ca42bdaeb4
|
Documentation update + Xcode 3 compiler fix.
|
2014-01-01 16:20:25 +00:00 |
|
jules
|
688f14d50d
|
Handling for broken fonts on win32.
|
2013-12-31 11:28:18 +00:00 |
|
jules
|
d42df8065b
|
Documentation fix.
|
2013-12-31 10:28:48 +00:00 |
|
jules
|
7dd5c09826
|
Version number update
|
2013-12-31 10:25:10 +00:00 |
|
jules
|
c2872b9a86
|
Avoiding animation proxy components grabbing focus.
|
2013-12-31 10:25:03 +00:00 |
|
jules
|
16469fefe9
|
Spelling fix.
|
2013-12-30 15:49:32 +00:00 |
|
jules
|
4e085e7707
|
Introjucer: added a "save all" command.
|
2013-12-29 11:23:13 +00:00 |
|
jules
|
ab053c5503
|
Added a LocalisedString::setFallback() method.
|
2013-12-29 11:02:59 +00:00 |
|
jules
|
2b0f3f45e0
|
Made OwnedArray::addCopiesOf handle null pointers.
|
2013-12-29 10:32:32 +00:00 |
|
jules
|
1de23b2c06
|
Workaround for DirectWrite failing to load certain fonts.
|
2013-12-29 10:31:59 +00:00 |
|
jules
|
dad1b4634c
|
Numeric rounding error fix in Slider.
|
2013-12-28 16:46:57 +00:00 |
|
jules
|
b439a1a4a3
|
Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC.
|
2013-12-28 15:51:10 +00:00 |
|
jules
|
da33787439
|
Added aftertouch callbacks to the Synthesiser class.
|
2013-12-28 14:58:03 +00:00 |
|
jules
|
c548c138ed
|
Another CoreAudio fix.
|
2013-12-27 11:41:01 +00:00 |
|
jules
|
205e5ca74f
|
Fixed a typo in CoreAudio device opening.
|
2013-12-27 10:21:59 +00:00 |
|
jules
|
158d5693ce
|
Made button toggle callbacks include the modifier state.
|
2013-12-26 10:55:00 +00:00 |
|
jules
|
4c392e6f02
|
Added some comments.
|
2013-12-26 10:49:51 +00:00 |
|
jules
|
a052b648ec
|
Better CoreAudio handling of devices with combined in/out channels.
|
2013-12-23 16:43:50 +00:00 |
|
jules
|
7906c75f4d
|
Overrode a deprecation warning in getting CoreAudio channel names. If anyone knows a way to achieve the same functionality using the new APIs, please let me know!
|
2013-12-23 15:20:24 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
9aeefa5ebe
|
Better seeking in mp3 reader.
|
2013-12-23 13:09:29 +00:00 |
|
jules
|
ffb4572104
|
Fix for DPI of win32 fonts sizes when specified in points.
|
2013-12-23 11:59:35 +00:00 |
|
jules
|
a2705927c9
|
Introjucer: tweak to the VS2010 toolset types.
|
2013-12-23 11:09:49 +00:00 |
|
jules
|
b6a907290b
|
Introjucer: added option to set the toolset in VC2010 projects.
|
2013-12-22 18:49:00 +00:00 |
|
jules
|
f79248c530
|
Fixed a silly typo in the latest CoreAudio changes.
|
2013-12-20 17:02:07 +00:00 |
|
jules
|
abc1cf4254
|
VST3 state fix.
|
2013-12-20 15:20:36 +00:00 |
|
jules
|
66e89a878a
|
Improvements to VST3 host midi handling.
|
2013-12-20 15:03:31 +00:00 |
|
jules
|
64a38ea6ee
|
Sanity-checked places where introjucer GUI editor added TRANS macros.
|
2013-12-19 18:31:32 +00:00 |
|
jules
|
d3b92ab447
|
Fix for win32 memory font loading.
|
2013-12-19 16:43:51 +00:00 |
|
jules
|
ff6655fedb
|
Fixes + improvements to VST3 hosting.
|
2013-12-19 16:33:09 +00:00 |
|
jules
|
d8c065c81f
|
Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor()
|
2013-12-19 15:39:30 +00:00 |
|