1638 Commits (af9526a1c3a1b96f71e6b86f7f13824b34732b9c)

Author SHA1 Message Date
  Lukasz Kozakiewicz d31e44b5ab PushNotifications: compile out any PN code on iOS if PNs are not enabled. 8 years ago
  ed dbb2f620b4 Bump version number to 5.2.0 8 years ago
  ed a63f1808fc Fixed a bug where a Slider popup display added to a parent component would never be dismissed 8 years ago
  ed 331bd17aa5 Fixed a bug where the Slider popup display was being shown at the wrong position 8 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 8 years ago
  jules 115354bef6 Avoided a pedantic warning/error in GCC 8 years ago
  jules f2d8c4bc6b Tweaked the new LookAndFeel misuse detector to avoid bothering people who don't clear their global L+F before deleting it 8 years ago
  tpoole 75236aa61d Fixed a FlexBox rounding bug 8 years ago
  jules f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 8 years ago
  Lukasz Kozakiewicz bbf6053544 Viewport: enable “scroll on drag” mode by default on Android and iOS. 8 years ago
  Lukasz Kozakiewicz 37d151cdce ListBox: update obsolete comment. 8 years ago
  jules 6db06f7a9a Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere 8 years ago
  hogliux 431c834db2 Android: Make sure nav bars get hidden when asking for full screen mode and avoid retriggering the timer when they are already hidden 8 years ago
  tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 8 years ago
  jules 7ea9874a01 Changed Component to hold a WeakReference to its LookAndFeel object, so that if you accidentally delete a LookAndFeel that's being used, it won't be a dangling pointer (but you may see some unexpected drawing behaviour!) 8 years ago
  jules 7c4a40470d Added some better use of the Range class in NormalisableRange and Slider 8 years ago
  jules c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 8 years ago
  ed c550c81874 Added an option to pass -1 as the hoverTimeout parameter of Slider::setPopupDisplayEnabled() to cause the popup to remain until a mouseExit() and added some documentation 8 years ago
  jules ffb64487ed When calling repaint() without a MessageManagerLock, it now always asserts 8 years ago
  ed 725947d764 Added a parameter to Slider::setPopupDisplayEnabled() to set the timeout for displaying the popup display on mouse hover 8 years ago
  jules 8666f1fc4b Tweaked the OSX drag-and-drop flags to use just NSDragOperationGeneric rather than also specifying NSDragOperationCopy and NSDragOperationMove, as this seemed to cause problems with some other apps 8 years ago
  hogliux 0093320a06 Fixed an incorrect multi-touch index in a recent commit 8 years ago
  hogliux ebdbc29176 Fixed KeyPress::createFromDescription when using this for function keys > F12 8 years ago
  jules d73f9bdd74 Fix to TextEditor caret positioning 8 years ago
  hogliux 2021c64f00 Fixed an issue with stuck touches when a component peer was closed on a mouse down event 8 years ago
  tpoole 3cb185fcc3 A minor code cleanup 8 years ago
  ed 996f44f3f6 Added set and getJustificationType() methods to HyperlinkButton 8 years ago
  Lukasz Kozakiewicz 0caf83439a Android: move android.content.Intent class definition into JNIHelpers. 8 years ago
  jules 62955e7737 Fixed some typos and did a bit of code cleanup 8 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 8 years ago
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
  jules 828b9b3be6 When opening an X display, made it attempt a retry if the first attempt fails. 8 years ago
  jules 2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 8 years ago
  hogliux 671f3eaf94 Implement Process::hide for mobile platforms 8 years ago
  jules 1884e0142a Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor. 8 years ago
  jules 2fcb8fa71b Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 8 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
  jules e8af67182d Added method Viewport::recreateScrollbars() 8 years ago
  ed 5d8d37eb87 Added support for multi-touch drag and drop 8 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 8 years ago
  ed 1cb2d8143e Fixed an assertion when enabling the popup display with a two-value slider and disabled the popup display when using an IncDec slider 8 years ago
  hogliux e0b0920819 macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu 8 years ago
  hogliux 6ae99f4343 macOS: Fixed a memory leak of native mac menu items 8 years ago
  ed 0a85ae91de Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 8 years ago
  ed 53cd6c014c Fixed a bug where DocumentWindow buttons were being drawn too large 8 years ago
  jules c42719c2eb Some internal modernisation in windowing classes 8 years ago
  jules 1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
  jules 31e454f284 Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 8 years ago
  jules 3624df0652 Minor spelling fix 8 years ago