ed
|
7b34d56069
|
TreeView: Use content component coordinate space in TreeView::getItemAt()
|
4 years ago |
ed
|
ce72fe4143
|
Label: Check for deletion before calling repaint() in hideEditor()
|
4 years ago |
ed
|
083a5af323
|
TextEditor: Offset selection fill bounds by viewport position to fix bug with multi-line highlighting
|
4 years ago |
reuk
|
31a7c62baf
|
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
|
4 years ago |
ed
|
edd4ff9cfc
|
ListBox: Select row on focus
|
4 years ago |
ed
|
8dfb916e9a
|
ListBox: Send AccessibilityEvent::rowSelectionChanged events
|
4 years ago |
ed
|
b6d429a3f7
|
Accessibility: Add table and cell interface support to ListBox accessibility handlers
|
4 years ago |
ed
|
5e6fe0db3d
|
Accessibility: Send structure change message when TreeView viewport is scrolled
|
4 years ago |
ed
|
361b29edb6
|
Offset TextEditor::getTextBounds() by viewport position
|
4 years ago |
ed
|
f3aa49e0d3
|
Accessibility: Fixed ListBox multiple selection
|
4 years ago |
ed
|
333983947e
|
Accessibility: Removed widget_handlers
|
4 years ago |
ed
|
6bb3b9208b
|
TreeView: Use Component::getApproximateScaleFactorForComponent() when creating drag images
|
4 years ago |
ed
|
64896eefcd
|
Accessibility: Fixed a potential crash when re-using custom ListBox components
|
4 years ago |
ed
|
6a36af2a11
|
Fixed a lambda capture lifetime issue when setting up IncDecButtons style sliders
|
4 years ago |
ed
|
533f68219b
|
Fixed some Doxygen issues
|
4 years ago |
ed
|
ec990202b1
|
Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics
|
4 years ago |
ed
|
665fac678f
|
TextEditor: Enable horizontal scrollbars for multi-line editors with word wrapping disabled
|
4 years ago |
ed
|
f5dac0780d
|
TextEditor: Only start new lines when shouldStartNewLine == true when splitting long atoms
|
4 years ago |
ed
|
7fb45db0d2
|
TextEditor: Always return positive integers from getMaximumTextWidth/Height()
|
4 years ago |
ed
|
b9c8a1475f
|
TextEditor: New line atoms should have zero width
|
4 years ago |
ed
|
b644d7b675
|
TextEditor: Fixed a wrapping bug when right-justified
|
4 years ago |
ed
|
b5bb5273c1
|
TextEditor: Use caret position relative to the Component top-left when calculating scroll amounts in scrollEditorToPositionCaret() and scrollToMakeSureCursorIsVisible()
|
4 years ago |
ed
|
24c2953369
|
TextEditor: Call checkLayout() before moving caret and repainting text in remove()
|
4 years ago |
ed
|
841aae5b18
|
TextEditor: Call scrollToMakeSureCursorIsVisible() after updating layout when undoing/redoing
|
4 years ago |
ed
|
c145434adf
|
TextEditor: Fixed a bug causing the caret to disappear at the end of lines
|
4 years ago |
ed
|
a533e86044
|
TextEditor: Fixed a bug updating the text holder size for single-line editors
|
4 years ago |
ed
|
7c96f18663
|
TextEditor: Fixed a bug where the horizontal viewport scrollbar could be shown unnecessarily
|
4 years ago |
reuk
|
46d24cc1ab
|
TextEditor: Avoid starting timer unnecessarily when setting text
|
4 years ago |
reuk
|
3baaad8b5b
|
XmlElement: Update loops to use new iterators
|
4 years ago |
ed
|
8ee13b78ba
|
Avoid drawing TextEditor "empty" text when it isn't visible
|
5 years ago |
reuk
|
37c2dbe547
|
ComboBox: Add const getter for root menu
|
5 years ago |
ed
|
56252ca098
|
Fixed a bug in TextEditor::setSelectAllWhenFocused()
|
5 years ago |
reuk
|
c897a4f2cb
|
Linux: Fix some clang 10 warnings
|
5 years ago |
ed
|
508d6de04e
|
Underline whitespace atoms in TextEditor when font is underlined
|
5 years ago |
ed
|
12bff68e34
|
Added vertical justification support to TextEditor
|
5 years ago |
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
5 years ago |
ed
|
009d685179
|
Updated all license headers
|
5 years ago |
reuk
|
39b5c22a29
|
GUI: Ensure components refresh correctly when their look and feel changes
|
5 years ago |
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
ed
|
c2e3dcd8bf
|
Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
8433c098b9
|
MIDI: Add Midi Logger plugin demo PIP
We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
b40496f568
|
Fixed a bug when selecting the first row in a ListBox after a key down event
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
ed
|
496516fd1a
|
Fixed a couple of typos in the ComboBox documentation
|
5 years ago |
Tom Poole
|
17275dbf8f
|
ComboBox: Added a repaint call to showPopupIfNotActive
|
6 years ago |
reuk
|
76f3aec386
|
PopupMenu: Pass unique_ptr rather than raw pointers to convey ownership semantics
|
6 years ago |