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

5530 commits

Author SHA1 Message Date
jules
1a60fa9765 More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
jules
48a5fbd333 Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
jules
5b13063162 Fixed a typo in comments 2018-01-10 11:48:06 +00:00
Tom Poole
49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 2018-01-09 17:02:30 +00:00
jules
f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
ed
515f4846a5 OpenGL: Take a Component's transform into account when painting 2018-01-09 15:43:14 +00:00
jules
249ab04f76 fixed a typo 2018-01-09 15:27:01 +00:00
jules
7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 2018-01-09 15:15:33 +00:00
jules
78b0ab6442 A few code cleanups 2018-01-09 14:28:08 +00:00
jules
3ec5c17bb1 Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00
jules
edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 2018-01-08 17:47:07 +00:00
Tom Poole
0f752396a5 VST3: Made MIDI CC parameters non-automatable 2018-01-08 17:30:55 +00:00
Noah Dayan
004360b59e Projucer: Added missing tooltip descriptions 2018-01-08 16:44:03 +00:00
jules
81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 2018-01-08 12:36:24 +00:00
jules
4fcedf7be5 Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
ed
5b32ef4897 Implement the menuActive flag in TextEditor 2018-01-08 10:18:03 +00:00
ed
9046453701 Added a showMenuAsync() method to PopupMenu that takes a std::function 2018-01-08 10:17:32 +00:00
Noah Dayan
381874c20a Fix typo in juce_TemporaryFile.h 2018-01-08 09:17:07 +00:00
ed
728f9b4664 Fixed a typo in the comment above Component::createFocusTraverser() 2018-01-08 08:48:35 +00:00
ed
1d5c75546f Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 2018-01-05 14:50:05 +00:00
jules
80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 2018-01-03 16:34:11 +00:00
ed
846f4b4b50 Fixed a mistake in a comment in the LookAndFeel destructor 2018-01-03 12:57:11 +00:00
Tom Poole
0638daf9a8 CoreAudio: Better handling of background device changes 2018-01-03 12:18:59 +00:00
jules
e7a5e520c6 Updated Button::onClick and added ComboBox::onChange 2018-01-03 12:07:15 +00:00
jules
3300e71e17 Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
jules
ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 2018-01-03 11:06:04 +00:00
jules
be5f2d62c4 Added some helper objects Button::onClick and Button::onStateChange, which let you easily assign a lambda to be called on these events 2018-01-03 09:25:49 +00:00
jules
fa177328f4 Added a class EventHandler, for adding lambda callbacks to components 2018-01-03 09:25:49 +00:00
jules
a7e3339f86 Got rid of some very old legacy VC6 workaround typedefs 2018-01-03 09:25:19 +00:00
Tom Poole
90f3d11ab8 Fixed an issue terminating threads on iOS 2018-01-03 09:10:23 +00:00
jules
7c847e7126 Added some BSD target support 2018-01-02 14:24:49 +00:00
Tom Poole
ed71d280eb Fixed an intermittent unit test failure for the threaded analytics backend 2018-01-02 12:37:41 +00:00
jules
81abb6a1a6 Avoided a spurious assertion when trying to compile invalid javascript 2018-01-02 10:47:22 +00:00
jules
1d64394727 Tidied up a few things in Label 2018-01-02 10:27:58 +00:00
Tom Poole
e3aede39d8 DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator 2018-01-02 10:09:15 +00:00
jules
85f74ca7d3 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 2017-12-31 10:49:33 +00:00
Lukasz Kozakiewicz
ef482e6c37 Android: handle case when we don’t receive file open events while sharing. 2017-12-28 18:15:27 +01:00
Lukasz Kozakiewicz
8e28a68bd0 Android: remove escape characters from file paths when sharing files. 2017-12-28 18:15:27 +01:00
ed
f7741ee085 Added some extra clarification to a comment above the assertion in LookAndFeel's destructor 2017-12-28 17:11:55 +00:00
ed
9bb4e025ca Made the documentation of some classes clearer regarding when a notification will be sent 2017-12-28 17:02:58 +00:00
ed
c1c325c782 Fixed a few typos 2017-12-28 16:31:09 +00:00
ed
fe3635bd83 Added a setEditable() method to TextPropertyComponent and an optional argument to its constructors to set whether its text editor should be editable 2017-12-28 16:15:41 +00:00
jules
e6267afaae Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 2017-12-22 13:05:11 +00:00
Tom Poole
a253168a25 Fixed a crash when disabling all input or outputs when using DirectSound 2017-12-22 12:36:32 +00:00
jules
84e86a26e6 Tweaked the Component::setBoundsToFit method to take a rectangle, and tidied up a few things inside Component 2017-12-22 12:03:23 +00:00
Tom Poole
71bc0ca7e6 Code cleanup 2017-12-22 09:47:37 +00:00
jules
7294118612 Changed Button so that it won't actively trigger a click when connected up to a Value source that changes 2017-12-22 09:20:44 +00:00
Tom Poole
a2a3f32d8f Fixed some issues with IO channel counts in the StandaloneFilterWindow 2017-12-21 18:59:53 +00:00
Noah Dayan
75e6075474 Add documentation to juce_AudioChannelSet.h 2017-12-21 15:24:43 +00:00
Tom Poole
dca1ef3c3a Added some documentation to addAndMakeVisible 2017-12-21 14:39:02 +00:00