jules
|
00eacaf42e
|
Added some new window types to the plugin host demo
|
2013-11-14 16:20:42 +00:00 |
|
jules
|
ddc1524742
|
Updated headers in demo project files.
|
2013-06-13 14:06:55 +01:00 |
|
jules
|
8820d37d2c
|
Typo in GraphEditorPanel.
|
2013-03-08 14:23:34 +00:00 |
|
jules
|
0d8a173bc9
|
GraphEditorPanel: added device changelistener
|
2013-03-08 09:26:29 +00:00 |
|
jules
|
69a08e3fb2
|
Removed some superfluous semicolons.
|
2013-01-20 11:50:05 +00:00 |
|
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
2012-07-14 11:54:29 +01:00 |
|
jules
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
2012-07-12 12:37:37 +01:00 |
|
jules
|
af9e993e12
|
Fixed a typo.
|
2012-07-12 08:14:58 +01:00 |
|
jules
|
3ddc6dd43d
|
New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers.
|
2012-07-11 21:07:47 +01:00 |
|
jules
|
a866a9c2cf
|
Fixed a few Array::removeValue calls that I'd missed..
|
2012-07-07 22:23:47 +01:00 |
|
jules
|
f5d72f1406
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
2012-06-26 13:18:03 +01:00 |
|
jules
|
67c1ad6d4a
|
Fixed some findParentComponentOfClass() calls.
|
2012-05-09 21:14:29 +01:00 |
|
jules
|
a16aee5fa5
|
Made the plugin host demo close its plugin windows before attempting to quit.
|
2012-04-18 09:52:05 +01:00 |
|
Julian Storer
|
d97ce5f9ee
|
Fix for audio plugin builds on win32. AudioProcessorGraph optimisations. Access to min/max values in audio thumbnails. More metadata support for wav and aiff formats.
|
2011-04-13 11:28:35 +01:00 |
|
Julian Storer
|
8519598c93
|
Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks.
|
2011-04-08 15:27:03 +01:00 |
|
Julian Storer
|
bd19111417
|
Cleaned up some comments and uses of setContentComponent().
|
2011-02-16 14:45:10 +00:00 |
|
Julian Storer
|
e2ef26e91c
|
Added an alertwindow font setting to the lookandfeel class. Made sure the ComponentListener::componentChildrenChanged is called when component z-order changes. Fix for CoreMidi output timestamps.
|
2011-01-06 15:32:11 +00:00 |
|
Julian Storer
|
7478c7f9ab
|
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
|
2011-01-04 23:04:51 +00:00 |
|
Julian Storer
|
7becff2aa4
|
Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32.
|
2010-12-21 12:44:45 +00:00 |
|
Julian Storer
|
4e52fac18e
|
Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code.
|
2010-11-30 19:23:37 +00:00 |
|
Julian Storer
|
4cfdcb69fd
|
Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string.
|
2010-11-19 22:03:35 +00:00 |
|
Julian Storer
|
b74398dfdf
|
Fixed a compile error in the plugin host demo.
|
2010-08-28 11:38:48 +01:00 |
|
Julian Storer
|
84a8695561
|
Moved cursor update and unbounded mouse movement handling code into MouseInputSource.
|
2010-02-25 10:08:00 +00:00 |
|
Julian Storer
|
1fc2a55d82
|
Minor code clean-ups.
|
2010-02-22 15:32:26 +00:00 |
|
Julian Storer
|
1d598e38b9
|
Updates to plugin host code.
|
2010-02-19 09:22:13 +00:00 |
|
Julian Storer
|
0768b3bb12
|
Changed the audio plugin host projects to be Jucer-generated.
|
2010-02-13 17:13:37 +00:00 |
|