jules
|
3a937b75a0
|
Avoided a confusing error with Grid when using old compilers
|
8 years ago |
jules
|
f3cde9763a
|
Quick tidy-up of some messaging classes
|
8 years ago |
Lukasz Kozakiewicz
|
7297f62182
|
FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser.
|
8 years ago |
jules
|
7daff1a99e
|
Fixed a build error
|
8 years ago |
jules
|
6a49d6efdc
|
Minor tidying up
|
8 years ago |
Lukasz Kozakiewicz
|
af254262f6
|
FileChooser: fix spelling!
|
8 years ago |
Lukasz Kozakiewicz
|
5358756d58
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
8 years ago |
jules
|
25fe3ee392
|
Some workarounds to avoid triggering the new Xcode thread checker when using openGL
|
8 years ago |
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
8 years ago |
jules
|
a586966c65
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
8 years ago |
jules
|
82d160150c
|
Bit of tidying up in ModalComponentManager
|
8 years ago |
jules
|
29ca9a59cf
|
Used lambdas to simplify some ModalCallbackFunction methods
|
8 years ago |
Tom Poole
|
47ce713d0b
|
Added Component::isPaintingUnclipped
|
8 years ago |
ed
|
64b2ea825e
|
Fixed a conversion warning
|
8 years ago |
ed
|
0fd3710c0e
|
LookAndFeel_V4: Use getSliderThumbRadius() when drawing slider thumb + some code cleanup
|
8 years ago |
Tom Poole
|
b709bd8d98
|
Disabled mouse interactions with the splash screen once it has started fading
|
8 years ago |
ed
|
3eaeb3795e
|
Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods
|
8 years ago |
hogliux
|
9e74c7ce6b
|
Clean-up the temporary file if the file chooser was canceled or failed
|
8 years ago |
hogliux
|
df8fc9b910
|
FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user
|
8 years ago |
ed
|
98f8ee9e04
|
Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours
|
8 years ago |
ed
|
f24e59e6ff
|
Added DirectoryContentsDisplayComponent::ColourIds::highlightedTextColourId and removed a line in LookAndFeel_V4::drawFileBrowserRow() that could result in multiple unnecessary repaints
|
8 years ago |
ed
|
a40f6b3e5e
|
Added ComboBox::ColourIds::focusedOutlineColourId
|
8 years ago |
Noah Dayan
|
257aeb50eb
|
Added documentation for juce_Grid.h and juce_GridItem.h
|
8 years ago |
Noah Dayan
|
3671995344
|
Add missing enum documentation in juce_FlexBox.h and juce_FlexItem.h
|
8 years ago |
Noah Dayan
|
1815d7db8a
|
Add missing enum documentation and fix comma in juce_Slider.h
|
8 years ago |
ed
|
2540e8785e
|
Added a componentEnablementChanged method to ComponentListener
|
8 years ago |
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
ed
|
7e1ec31df9
|
Increased the movement tolerance for double-clicks when using a touch input source
|
8 years ago |
ed
|
6568635216
|
Fixed an unused variable warning in last commit
|
8 years ago |
ed
|
eb5d4ea0a7
|
Moved the check for Component viewportIgnoreDragFlag from Viewport::DragToScrollListener::mouseDown and mouseUp to mouseDrag
|
8 years ago |
ed
|
e8518048b4
|
Fixed a rounding error in Component::isMouseOver
|
8 years ago |
hogliux
|
4bb2f83203
|
FlexBox: Clarified some documentation on object life-times
|
8 years ago |
jules
|
babea0885b
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
8 years ago |
hogliux
|
e2a0759ab3
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
8 years ago |
jules
|
ccbe16f7df
|
Fix for side-panel close button shape rendering
|
8 years ago |
ed
|
92545f9deb
|
Convert mouse coordinate to correct Component space when dragging SidePanel
|
8 years ago |
ed
|
1e240aeb48
|
Fixed a bug in SidePanel when adding a new content component
|
8 years ago |
ed
|
1b962aa2f2
|
GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile
|
8 years ago |
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
8 years ago |
jules
|
c3a218ab49
|
Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class
|
8 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
8 years ago |
ed
|
1356ab1819
|
Fixed an issue in the last commit where an assertion would be triggered when not explicitly passing the inputSourceCausingDrag parameter to DragAndDropContainer::startDragging()
|
8 years ago |
ed
|
112f1af3e8
|
Fixed a bug where multiple itemDropped() callbacks were being triggered when using drag and drop
|
8 years ago |
jules
|
d4a7afa73f
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
ed
|
3ed0e05c9e
|
Fixed a bug when using drag and drop on devices with both mouse and touch inputs
|
8 years ago |
jules
|
eece581e73
|
Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds
|
8 years ago |
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 years ago |
tpoole
|
71bd8f6bed
|
Whitespace tidy up
|
8 years ago |
jules
|
fe8ba4c02f
|
Made the PopupMenu use the L+F to set the border it uses for custom components, and improved the layout of menus with icons
|
8 years ago |
Lukasz Kozakiewicz
|
e1c181425b
|
PushNotifications: compile out any PN code on iOS if PNs are not enabled.
|
8 years ago |