1489 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  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
  hogliux a6d3d19832 Fixed a few minor bugs in X11 windowing code 8 years ago
  jules f28462040b Whitespace cleanup 8 years ago
  jules 901913a0da Added new method FlexItem::withAlignSelf() 8 years ago
  ed 38a47d4387 Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour 9 years ago
  jules 4d48dfed9d Removed a defunct comment 9 years ago
  jules 1ecc6867cb Changed order of parameters in FlexItem::Margin constructor to match web standard ordering 9 years ago
  jules c545b58f03 Added another constructor to FlexItem::Margin 9 years ago
  tpoole 8e7ed3ae7d Fixed MacOS 10.12 deprecations 9 years ago
  hogliux d91b07ccc3 Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning 9 years ago
  hogliux b5fb095696 Fixed a few VS2008 build errors 9 years ago
  ed 7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. 9 years ago
  hogliux 0df1e0b5a9 Added sourceDetails parameter to dragOperationStarted and dragOperationEnded 9 years ago
  ed 60b5f72384 Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down 9 years ago
  hogliux 00c0671c6b Added sub-menu support to ComboBoxes 9 years ago
  hogliux ee373af944 Added AlertWindow LookAndFeel methods to offer more control on button widths 9 years ago
  hogliux 388251b1e2 Made message queue throttling more precise by using Time::getMillisecondCounter 9 years ago
  hogliux 9a7ee9fdbb Added support for iOS custom delegates - use at your own risk 9 years ago
  hogliux 37f348123b Potentially fixed an issue with the message thread being flooded by repaint events 9 years ago
  tpoole cff1793d89 Exposed some functions when building JUCE as a DLL 9 years ago
  hogliux 1c2d1479b4 Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons 9 years ago
  jules 58bd2b130f Added a few extra FlexItem convenience methods 9 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 9 years ago
  hogliux 15bed81f87 Fixed a flex box bug where the first item in a list of too large items would not be layouted properly 9 years ago
  hogliux 75ea6db250 Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds" 9 years ago
  hogliux 6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. 9 years ago