2977 Commits (27b38c8603404e9edf09d7decb587daa007ba2d2)

Author SHA1 Message Date
  reuk 28414a6af8
Global: Avoid floating-point equality checks where possible 2 years ago
  reuk 081b1ff216
PopupMenu: Avoid dismissing menu in response to mouse events over the menu 2 years ago
  reuk a7563b5e91
NSViewComponentPeer: Ignore peer-level mouse enter/exit events when mouse button is pressed 2 years ago
  Anthony Nicholls 05d5c94990
Native: Rename all native files for improved consistency 2 years ago
  Oliver James d7f1e59422 AlertWindow: Add 'getButton' method 2 years ago
  Oliver James 9d909fc3fe Slider: LookAndFeel outline style 2 years ago
  Oli d264d95595 StretchableLayoutManager: Prevent zero size layouts 2 years ago
  Oli fa0b607bf9 Win32 FileChooser: Enable native 'Save' directory 2 years ago
  Oli bc26d5cc87 Win32 FileChooser: Fix truncated initial file text 2 years ago
  Anthony Nicholls 28c31b1f26 Slider: allow a sliders text-box to update when a colour changes in the slider 2 years ago
  reuk ee976f0f0d
NSViewComponentPeer: Avoid using metal renderer if view has changed size since repaints were requested 2 years ago
  reuk 5eadaf75be
UIViewComponentPeer: Avoid accessing text input target after it has been destroyed 2 years ago
  Anthony Nicholls e637073228 BubbleComponent: allow customisable effects 2 years ago
  reuk 9d1a6a3b28
ContentSharer: Update interface to return safer ScopedMessageBox instances 2 years ago
  attila 557d690ff4 MouseInputSource: Fix stuck hover state on touch screens 2 years ago
  Anthony Nicholls c7689793f2 Widgets: call repaint() in colourChanged() callbacks 2 years ago
  Anthony Nicholls 5fb78e30ac Component: update docs to reflect what happens when the look-and-feel changes 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 8942f22a9b
FileChooser: Avoid setting default extension to filename 2 years ago
  reuk 33ef4a86f4
Plugin Client: Remove unnecessary wrapper files 2 years ago
  reuk 10bd8235e7
Plugin Client: Move all private helper functions into detail namespace 2 years ago
  reuk 628edb1e15
TableListBox: Refactor mouse handling to reuse ListBox mouse handling 2 years ago
  Anthony Nicholls c23eab7126 iOS: Refactor get primary display 2 years ago
  reuk 7da615a7a3
Objective-C: Tidy up block usages, and document block helpers 2 years ago
  reuk 28ad953a3a
Xcode: Fix nullability warnings in Xcode 14.3 2 years ago
  reuk 55d1585445
NSViewComponentPeer: Allow key equivalents to propagate to inner views if they are not handled by outer views 2 years ago
  reuk edca5e9629
NativeMessageBox: Fix result codes on Linux 2 years ago
  reuk 4f7e1d40c8
NativeMessageBox: Silence function pointer cast warning for MinGW 2 years ago
  reuk 3816b095a8
MessageBoxOptions: DRY implementation 2 years ago
  reuk b7beb42153
DragAndDropContainer: Avoid out-parameters 2 years ago
  reuk 629a3ca14b
ListBox: Allow ListBoxModel to control whether items may be dragged to other windows 2 years ago
  reuk 882c2aa01d
AlertWindow: Allow parent component to be specified 2 years ago
  reuk 39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API 2 years ago
  reuk 79ed81c24a
ScopedMessageBox: Add new helper type to bound alert window lifetimes 2 years ago
  reuk ac0ec5a7cc
Windowing: Tidy up macOS drag+drop implementation 2 years ago
  reuk 92a19a9ea2
Android: Fix accessibility compatibility issues with older devices 2 years ago
  reuk eecb8ad995 UIViewComponentPeer: Call setNeedsUpdateOfSupportedInterfaceOrientations on orientation change 2 years ago
  Tom Poole 29a90a0231
BSD: Fix some compiler warnings 2 years ago
  reuk 9cfbccca8e
Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2 years ago
  reuk 408f6030e6
NSViewComponentPeer: Attempt to avoid reentrant calls to makeKeyWindow 2 years ago
  reuk f5aa881b6f FileChooser: Improve modal behaviour in plugins on Windows 2 years ago
  reuk 793df5dd3d
iOS Windowing: Avoid private selector warnings 2 years ago
  reuk 0033e52179
VBlankAttachment: Make isEmpty const 2 years ago
  attila a662e5584b PopupMenu: Add explicit focus order to menu items 2 years ago
  attila 6c720bf3f1 Android: Add simulated mouse exit event to the mouse up callback 2 years ago
  attila 043182faa6 Linux: Avoid logging BadShmSeg error when SHM capability is not detected 2 years ago
  reuk 543b001e9c FileSearchPath: Allow working with paths that are not necessarily absolute 2 years ago
  reuk db90a31813
TreeView: Fix getAllVisibleItems() when only the final row of the tree fits in the viewport 2 years ago
  reuk 5401ad6427
FileChooser: Allow directory selection on iOS 2 years ago