555 Commits (e6509fcb51eaa92b1c7a2c7918caced2eefd00b4)

Author SHA1 Message Date
  Tom Poole 6bf9bb9a2e Add final specifiers in implementation files 1 year ago
  Tom Poole 4153d59e39 Formatting 1 year ago
  Tom Poole ff0cb4ad5b Use NullCheckedInvocation in more places 1 year ago
  Tom Poole 7d45d498b9 Removed some superfluous consts from definitions 1 year ago
  Tom Poole 9b041f3d74 Add a base clang-tidy configuration 1 year ago
  reuk e4b8569b12
TextEditor: Avoid giving away keyboard focus unconditionally in destructor 1 year ago
  reuk 3387ca362c
TextEditor: Avoid moveCaretTo(Start|End)OfLine moving to the previous line 1 year ago
  Anthony Nicholls 02eb66ee7a ProgressBar: Add style parameter 1 year ago
  Anthony Nicholls b09b4c3bc0 Slider: add getNormalisableRange() 1 year ago
  reuk bc9e709e59
ListBox: Rename getModel to avoid name hiding by derived classes 1 year ago
  reuk 28414a6af8
Global: Avoid floating-point equality checks where possible 2 years ago
  Oliver James 9d909fc3fe Slider: LookAndFeel outline style 2 years ago
  Anthony Nicholls 28c31b1f26 Slider: allow a sliders text-box to update when a colour changes in the slider 2 years ago
  Anthony Nicholls c7689793f2 Widgets: call repaint() in colourChanged() callbacks 2 years ago
  Anthony Nicholls ba50a35364 Widgets: stop calling repaint in lookAndFeelChanged() 2 years ago
  Anthony Nicholls cff722a4af GUI Basics: Refactor juce_gui_basics file structure 2 years ago
  reuk 628edb1e15
TableListBox: Refactor mouse handling to reuse ListBox mouse handling 2 years ago
  reuk 629a3ca14b
ListBox: Allow ListBoxModel to control whether items may be dragged to other windows 2 years ago
  reuk 9cfbccca8e
Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2 years ago
  reuk db90a31813
TreeView: Fix getAllVisibleItems() when only the final row of the tree fits in the viewport 2 years ago
  reuk 16b8cbf2b7
TableHeaderComponent: Correctly render column headers when graphics context is clipped 2 years ago
  reuk da38c1ed2a
TextInputTarget: Improve IME support on Android 2 years ago
  reuk 06798ab897
TextInputTarget: Add password keyboard type 2 years ago
  reuk 28f2157912
Convert ignoreUnused to [[maybe_unused]] 2 years ago
  reuk 31e68c66fa
TextEditor: Use NullCheckedInvocation 2 years ago
  attila 2e0646abba TreeView: Fix restoring scroll position in restoreOpennessState 2 years ago
  reuk dc8bc918d2
TextEditor: Fix bug where text could be pasted twice from the popup menu 2 years ago
  attila 2e1809ec33 Fix key up behaviour in a multiline TextEditor 2 years ago
  attila d564e49312 TextEditor: Change caret positioning when clicking before text and between lines 2 years ago
  attila 6da1357fde Slider: Update PopupDisplay in updateText() 2 years ago
  reuk a1bb7aeead
ListBox: Avoid calling updateContent in contructor 2 years ago
  reuk b324a50e82
BailOutChecker: Add checks after callbacks in Slider and ComboBox 2 years ago
  reuk 5cf1a964fc
iOS: Add proper UITextInput implementation 2 years ago
  reuk 921d86e586
Accessibility: Improve table navigation, row/column index/header reporting 2 years ago
  reuk dd92f66387
Accessibility: Correctly report number of disclosed rows in TreeView on macOS 2 years ago
  reuk 707767fa4c
Accessibility: Multiple table fixes 2 years ago
  Tom Poole 4f884c8a54 TextEditor: Call repaint on clear 2 years ago
  Tom Poole 2eee1c1bd9 Slider: Respect setNumDecimalPlaces after setRange 2 years ago
  Tom Poole 975bdecae5 Remove some debug logging 2 years ago
  Tom Poole 3ab2ef5924 DemoRunner: Fix a crash in MidiDemo 2 years ago
  reuk 6265f86d33 Accessibility: Add missing accessibility handler in TreeView Item 2 years ago
  reuk 53484db875
Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused 3 years ago
  reuk 1c10e0c79b
Android: Fix problems with accessible text navigation 3 years ago
  reuk 2b1745272e
Android: Fix a couple of accessibility-related crashes 3 years ago
  reuk c9950e3801
Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused 3 years ago
  reuk d4d9740037
Android: Fix problems with accessible text navigation 3 years ago
  reuk 9c9d930760
Android: Fix a couple of accessibility-related crashes 3 years ago
  attila 94dcad52d0 Slider: Add keyboard control even without accessibility 3 years ago
  reuk 140f8fedb1
TextEditor: Add option to dismiss the virtual keyboard on touches outside 3 years ago
  attila 7c66dc8e15 Slider: Add keyboard control even without accessibility 3 years ago