1489 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  ed beab10fca7 Added a check in ImagePreviewComponent to avoid reading directories 8 years ago
  hogliux 85900377b9 Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method 8 years ago
  hogliux 51d5572220 Added showYesNoBox to NativeMessageBox class 8 years ago
  ed 0fa188ab5b Reverted #6d356423 as it broke centring for child components 8 years ago
  hogliux fa6929cb3c Added a workaround to not call Android's bringToFront method for every touch 8 years ago
  ed 6d356423e2 Fix for transformed Components not being centred correctly 8 years ago
  ed 182b0e4cb0 Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 8 years ago
  jules 2bea97e24e Small extra deletion safeguard in ComponentAnimator 8 years ago
  jules c8f9fdc023 Added some safety checks to ComponentAnimator to avoid problems when cancelling animations during resize callbacks 8 years ago
  hogliux 2bec815bb3 Added an option to execute JUCEApplication's suspend() method on an iOS background task to give you extra time to save your app's state 8 years ago
  tpoole 059ce35559 Fixed a bug in an Objective-C drag and drop helper class 8 years ago
  hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 8 years ago
  ed 05c6901403 Fixed typo in DrawableButton 8 years ago
  ed 08707ec85c Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 8 years ago
  tpoole 78bbe49616 Added some missing license banners 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  tpoole 1e2f6fec5c Restored module header #defines 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  ed 6f9d07abdb Fixed a bug where modal components in a Viewport with setScrollOnDrag enabled hit jassert (numTouches >= 0) when dismissed 8 years ago
  ed 5b811922fd Fixed bug in AnimatedPosition where range minimum was set to std::numeric_limits<double>min() instead of -std::numeric_limits<double>max() 8 years ago
  ed 01aedca76d Fixed bug where inertial mouse wheel events had screen position (0, 0) 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  ed fbda56f168 Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 8 years ago
  tpoole 0ab5244623 Fixed multiple file drag and drop on OS X 8 years ago
  tpoole 4eadfad7dc Fixed a leak of OnScreenKeyboard 8 years ago
  hogliux 67600e98fd Added missing overrides to android windowing code 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  hogliux b0a10d01bf Added code to only show the onscreen keyboard if Windows is in tablet mode 8 years ago
  tpoole e8c9294544 Set all file modes to 644 8 years ago
  ed c6075dec27 Added methods to ShapeButton to allow a different set of normal/over/down colours to be used when the button's toggle state is 'on' 8 years ago
  jules e040353898 Cleaned up a few old bits of VC2005 support code 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  jules c754f6ca63 Fixed the SVG parser for an edge-case path string sequence, and added a few other cleanups to the parser 8 years ago
  hogliux 859567ff0c Fixed a compiler warning on iOS 8 years ago
  ed d0b6d6c025 Check all mouse sources when exiting modal loop 8 years ago
  ed ce14b66763 Fixed a bug where a mouse enter event wouldn't be sent to the Component under the mouse when exiting a modal loop and where mouse exit events were being sent when a modal loop was active 8 years ago
  hogliux a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 8 years ago
  ed 46e21fef13 Updated win32 Process::isForegroundProcess() method to use process ID 8 years ago
  jules 0ebd5bcd3e Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros 8 years ago
  ed 4c1d4f0081 Added method TabbedComponent::moveTab() 8 years ago
  hogliux 2ad22dc6cf Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display 8 years ago
  jules 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 8 years ago
  ed f3be41caba Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 8 years ago
  jules d4b47809a1 Fixed some spelling mistakes in comments 8 years ago
  hogliux 2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus 8 years ago
  jules eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings 8 years ago
  tpoole 6f27a1d4a4 Typo fixes 8 years ago
  jules dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 8 years ago