1321 Commits (b36b64a4822ec42c44682bc15c0f69b46d3812b5)

Author SHA1 Message Date
  hogliux 6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. 9 years ago
  tpoole 255dc1d1ba Fixed documentation typo 9 years ago
  hogliux c6a75d0550 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues 9 years ago
  hogliux 62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes 9 years ago
  tpoole b24aadcc72 Added ColourIds to allow alternate colouring of TreeViewItems 9 years ago
  hogliux 40994fcdab Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations 9 years ago
  stefan c98f71d4c3 Fix Process::setDockIconVisible() may not turn the process into a background-process 9 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 9 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
  hogliux d03755c9e0 Fixed a potential memory leak 9 years ago
  hogliux 6d56e488dc Add support for retina mouse cursors on OS X 9 years ago
  hogliux 5f748bb7a0 Added a method to get the internal viewport of a PropertyPanel 9 years ago
  jules 9177a94b15 Added a check in Button to detect self-deletion as a side-effect of its toggle value changing 9 years ago
  hogliux d73f776370 Fixed a bug where FlexBox would still be compiled on older versions of VS 9 years ago
  tpoole 004f829c2b Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases 9 years ago
  ed 9276540e7d Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. 9 years ago
  ed 56423ae9fd Changed Windows windowing so that the resizeStart() and resizeEnd() methods of the constrainer associated with the application window are called when it is maximised. 9 years ago
  luigisambuy ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() 9 years ago
  tpoole bea45f84db Fixed SVG child-transform rendering bug. 9 years ago
  jules e74849ccfb Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu 9 years ago
  jules 151e3f769e Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed 9 years ago
  hogliux c94be5db8b Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in 9 years ago
  ed 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 9 years ago
  ed 19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 9 years ago
  jules 48db4fa75a Fix for the copy constructor of DrawableRectangle 9 years ago
  jules 55194a09d2 On Windows, suppressed the behaviour that pressing the ALT key triggers the old top-left window menu. If you still need this archaic behaviour in your app, there's a JUCE_WINDOWS_ALT_KEY_TRIGGERS_MENU flag which you can use to keep it 9 years ago
  jules a46191ad97 Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu 9 years ago
  Timur Doumler 773c96399a Whitespace. 9 years ago
  luigisambuy e2dc460927 Made the Desktop class clear any pending animations before shutting down. 9 years ago
  jules 3f83eedd45 Minor tidying up 9 years ago
  tpoole e9832ffdf4 Added a symmetric skew option to Slider 9 years ago
  jules 82224d7442 Avoided a couple of warnings in iOS builds with older SDKs 9 years ago
  ed cbdf707116 Windows touch with CallOutBox bug fix 9 years ago
  hogliux c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash 9 years ago
  jules 8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 9 years ago
  hogliux b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 9 years ago
  hogliux 99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) 9 years ago
  ed 1631daca26 whitespace 9 years ago
  ed 9062ad9ec1 Windows 10 update touch events bug fix 9 years ago
  ed 675f5943a1 fixed silly typo 9 years ago
  ed f0a00bfe4d AlertWindow::show() only sets window to always on top if there are other always on top windows 9 years ago
  hogliux 17a07a0057 Add a flag to release the focus of a component when the user accesses the main menu bar on mac 9 years ago
  ed 7a9c22eafe AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components 9 years ago
  hogliux 26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 9 years ago
  hogliux 3d1dc4ab0b Fix bug where previously applied context transformation was not respected in subsequent fill 9 years ago
  hogliux a258295481 Don't repeatedly set the wantsFocus flag if it hasn't changed 9 years ago
  hogliux 962cfc7aff Clarify what happens when maxNumChars is zero in the TextPropertyComponent constructor 9 years ago
  luigisambuy f5398fcab2 Added additional dontScrollToShowThisRange parameter to selectRangeOfRows in ListBox 9 years ago
  hogliux 65e1b6008c Add missing overrides in FileTreeComponent 9 years ago
  hogliux 035f865099 Fix steppy scrolling if the content component of a viewport was transformed 9 years ago