ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
7 years ago |
jules
|
c6edf39d1d
|
(fixed a typo in the last commit)
|
7 years ago |
jules
|
ecbc07b855
|
Prevvented ComponentPeer from trying to send the keyboard focus to components that don't want it
|
7 years ago |
hogliux
|
506425fdbe
|
macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed
|
7 years ago |
ed
|
1af959a423
|
Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately
|
7 years ago |
jules
|
56a6bf06cd
|
Fixed Drawable clip-paths not being copied correctly
|
7 years ago |
ed
|
c24c06d2bb
|
Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead
|
7 years ago |
Lukasz Kozakiewicz
|
c90835eafc
|
Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS).
|
7 years ago |
Tom Poole
|
8c0f0815f0
|
iOS: Added memory warning callbacks
|
7 years ago |
Tom Poole
|
57a75bc990
|
MacOS: Fixed an intermittent crash when closing a window from kiosk mode
|
7 years ago |
ed
|
6dcc41c9a8
|
Fixed a bug in AlertWindow layouts when using LookAndFeel_V4
|
7 years ago |
jules
|
b56e7560a7
|
Added some missing logic to flexbox
|
7 years ago |
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
Noah Dayan
|
77c3d790a5
|
Added helper objects to Label and Slider to allow lambda callbacks
|
7 years ago |
Noah Dayan
|
1c21f34e21
|
Fix typo in juce_Button.h
|
7 years ago |
Tom Poole
|
aed439ab4f
|
Linux: Fixed a leaking XWindowSystem
|
7 years ago |
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
7 years ago |
Tom Poole
|
7d943e76dc
|
Tidied up some module dependencies
|
7 years ago |
jules
|
8d09eaadb6
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
Tom Poole
|
49c36a20e0
|
Windows: Fixed an issue getting file icons with an alpha channel
|
7 years ago |
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
7 years ago |
jules
|
edea094d7d
|
Added an option to Slider::setVelocityModeParameters() to set the modifier keys
|
7 years ago |
Noah Dayan
|
004360b59e
|
Projucer: Added missing tooltip descriptions
|
7 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
7 years ago |
ed
|
5b32ef4897
|
Implement the menuActive flag in TextEditor
|
7 years ago |
ed
|
9046453701
|
Added a showMenuAsync() method to PopupMenu that takes a std::function
|
7 years ago |
ed
|
728f9b4664
|
Fixed a typo in the comment above Component::createFocusTraverser()
|
7 years ago |
ed
|
1d5c75546f
|
Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class
|
7 years ago |
jules
|
80a7718286
|
Added some event lambda callbacks for TextEditor and simplified a bit more code using them
|
7 years ago |
ed
|
846f4b4b50
|
Fixed a mistake in a comment in the LookAndFeel destructor
|
7 years ago |
jules
|
e7a5e520c6
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
jules
|
3300e71e17
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
jules
|
ce8b2d865a
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
jules
|
be5f2d62c4
|
Added some helper objects Button::onClick and Button::onStateChange, which let you easily assign a lambda to be called on these events
|
7 years ago |
jules
|
a7e3339f86
|
Got rid of some very old legacy VC6 workaround typedefs
|
7 years ago |
jules
|
1d64394727
|
Tidied up a few things in Label
|
7 years ago |
jules
|
85f74ca7d3
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
7 years ago |
Lukasz Kozakiewicz
|
ef482e6c37
|
Android: handle case when we don’t receive file open events while sharing.
|
7 years ago |
Lukasz Kozakiewicz
|
8e28a68bd0
|
Android: remove escape characters from file paths when sharing files.
|
7 years ago |
ed
|
f7741ee085
|
Added some extra clarification to a comment above the assertion in LookAndFeel's destructor
|
7 years ago |
ed
|
9bb4e025ca
|
Made the documentation of some classes clearer regarding when a notification will be sent
|
7 years ago |
ed
|
c1c325c782
|
Fixed a few typos
|
7 years ago |
ed
|
fe3635bd83
|
Added a setEditable() method to TextPropertyComponent and an optional argument to its constructors to set whether its text editor should be editable
|
7 years ago |
jules
|
e6267afaae
|
Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component.
|
7 years ago |
jules
|
84e86a26e6
|
Tweaked the Component::setBoundsToFit method to take a rectangle, and tidied up a few things inside Component
|
7 years ago |
jules
|
7294118612
|
Changed Button so that it won't actively trigger a click when connected up to a Value source that changes
|
7 years ago |
Tom Poole
|
dca1ef3c3a
|
Added some documentation to addAndMakeVisible
|
7 years ago |
Tom Poole
|
3c370259a9
|
Fixed an issue with the FileChooser prepending "/localhost" to paths
|
7 years ago |