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

1746 commits

Author SHA1 Message Date
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
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
a7e3339f86 Got rid of some very old legacy VC6 workaround typedefs 2018-01-03 09:25:19 +00:00
jules
1d64394727 Tidied up a few things in Label 2018-01-02 10:27:58 +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
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
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
dca1ef3c3a Added some documentation to addAndMakeVisible 2017-12-21 14:39:02 +00:00
Tom Poole
3c370259a9 Fixed an issue with the FileChooser prepending "/localhost" to paths 2017-12-21 12:17:15 +00:00
Tom Poole
cc67e26658 Fixed a typo in SelectedItemSet 2017-12-21 11:38:43 +00:00
Tom Poole
3519de9a22 A more careful assertion about allowed file type filters in MacOS FileChoosers 2017-12-21 10:58:44 +00:00
Noah Dayan
0366ac043f Add missing key press description for number pad equals in juce_KeyPress.h 2017-12-21 09:30:17 +00:00
Lukasz Kozakiewicz
f4cc815f3d ContentSharing: when opening file descriptor on Android, pass correct file start offset and length. 2017-12-20 22:13:17 +01:00
jules
78791be3c5 Deleted some old deprecated methods from Component, and tidied a few things up 2017-12-20 15:30:40 +00:00
jules
cf804268ef Replaced some old embedded images in the LookAndFeel with SVG 2017-12-20 09:40:03 +00:00
Tom Poole
43cff0ce48 Updated the documentation to include a MacOS caveat to the FileChooser 2017-12-19 19:18:40 +00:00
jules
65ba5128c7 Small fix to the SVG parser 2017-12-19 17:57:50 +00:00
jules
430948ad91 Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions 2017-12-19 15:01:41 +00:00
Tom Poole
6406fc4466 Tweaked the JUCE analytics data 2017-12-19 14:35:58 +00:00
Tom Poole
beec82b8cb Improvements to the Analytics class 2017-12-19 14:18:39 +00:00
Tom Poole
cff37f5b6a Fixed some const violation errors 2017-12-19 12:44:24 +00:00
Lukasz Kozakiewicz
dd7549ef70 Add missing selector to NSViewComponentPeer. 2017-12-18 22:33:50 +01:00
jules
da50695970 Fixed a typo in a comment 2017-12-18 09:56:44 +00:00
jules
25d3a7f89d Added more comments to a LookAndFeel assertion that seems to be confusing people 2017-12-15 09:15:15 +00:00
Lukasz Kozakiewicz
8ac29a4843 Fix typo. 2017-12-14 18:19:08 +00:00
Lukasz Kozakiewicz
360449de0b Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. 2017-12-14 16:20:05 +00:00
Lukasz Kozakiewicz
4a6ecffd91 ContentSharing: minor tweaks. 2017-12-13 12:02:15 +00:00
ed
f11c43d038 Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed 2017-12-13 11:37:21 +00:00
jules
faa847f443 Added a method OptionalScopedPointer::reset() 2017-12-13 11:05:22 +00:00
jules
bc90a41386 Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors 2017-12-13 09:23:26 +00:00
jules
58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00:00
Tom Poole
8cecf0baf9 Assorted threading and undefined behaviour fixes 2017-12-11 16:37:17 +00:00
Lukasz Kozakiewicz
36da4cde05 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
jules
6eff49a629 Workaround for a Visual Studio compiler bug 2017-12-11 11:29:43 +00:00
jules
a1b9900bae Added an assertion to catch people using more than one TooltipWindow, which seems to be a common mistake 2017-12-11 11:17:14 +00:00
Noah Dayan
5dc10feeac Added doc clarification in juce_FlexBox.h 2017-12-11 09:25:00 +00:00
jules
3b8c533db5 Clarified a couple of comments 2017-12-10 21:24:24 +00:00
Noah Dayan
1c580123b3 Fix documentation error in juce_SidePanel.h 2017-12-07 16:54:10 +00:00