1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
Commit graph

1311 commits

Author SHA1 Message Date
hogliux
6d56e488dc Add support for retina mouse cursors on OS X 2016-09-12 17:29:20 +01:00
hogliux
5f748bb7a0 Added a method to get the internal viewport of a PropertyPanel 2016-09-12 12:05:52 +01:00
jules
9177a94b15 Added a check in Button to detect self-deletion as a side-effect of its toggle value changing 2016-09-08 13:31:40 +01:00
hogliux
d73f776370 Fixed a bug where FlexBox would still be compiled on older versions of VS 2016-09-06 16:49:31 +01:00
tpoole
004f829c2b Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases 2016-09-05 22:12:27 +01:00
ed
9276540e7d Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. 2016-09-05 17:35:09 +01:00
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. 2016-09-05 14:24:17 +01:00
luigisambuy
ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() 2016-09-05 11:50:18 +01:00
tpoole
bea45f84db Fixed SVG child-transform rendering bug. 2016-09-05 10:07:32 +01:00
jules
e74849ccfb Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu 2016-09-05 09:52:56 +01:00
jules
151e3f769e Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed 2016-09-04 12:37:53 +01:00
hogliux
c94be5db8b Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in 2016-08-31 16:57:59 +01:00
ed
16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 2016-08-31 09:00:50 +01:00
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 2016-08-30 12:30:32 +01:00
jules
48db4fa75a Fix for the copy constructor of DrawableRectangle 2016-08-18 14:09:13 +01:00
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 2016-08-17 17:25:20 +01:00
jules
a46191ad97 Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu 2016-08-17 16:19:48 +01:00
Timur Doumler
773c96399a Whitespace. 2016-08-17 09:54:15 +01:00
luigisambuy
e2dc460927 Made the Desktop class clear any pending animations before shutting down. 2016-08-16 14:55:43 +01:00
jules
3f83eedd45 Minor tidying up 2016-08-15 16:49:16 +01:00
tpoole
e9832ffdf4 Added a symmetric skew option to Slider 2016-08-15 11:31:11 +01:00
jules
82224d7442 Avoided a couple of warnings in iOS builds with older SDKs 2016-08-11 16:06:36 +01:00
ed
cbdf707116 Windows touch with CallOutBox bug fix 2016-08-11 11:02:04 +01:00
hogliux
c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash
Fixes #88
2016-08-11 10:50:36 +01:00
jules
8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 2016-08-10 16:57:44 +01:00
hogliux
b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00
hogliux
99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) 2016-08-08 16:46:44 +01:00
ed
1631daca26 whitespace 2016-08-08 16:42:39 +01:00
ed
9062ad9ec1 Windows 10 update touch events bug fix 2016-08-08 15:51:42 +01:00
ed
675f5943a1 fixed silly typo 2016-08-05 15:20:28 +01:00
ed
f0a00bfe4d AlertWindow::show() only sets window to always on top if there are other always on top windows 2016-08-05 14:30:26 +01:00
hogliux
17a07a0057 Add a flag to release the focus of a component when the user accesses the main menu bar on mac 2016-08-04 12:08:43 +01:00
ed
7a9c22eafe AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components 2016-08-04 08:54:50 +01:00
hogliux
26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
hogliux
3d1dc4ab0b Fix bug where previously applied context transformation was not respected in subsequent fill 2016-07-30 14:49:34 +01:00
hogliux
a258295481 Don't repeatedly set the wantsFocus flag if it hasn't changed 2016-07-29 12:19:16 +01:00
hogliux
962cfc7aff Clarify what happens when maxNumChars is zero in the TextPropertyComponent constructor 2016-07-29 09:57:54 +01:00
luigisambuy
f5398fcab2 Added additional dontScrollToShowThisRange parameter to selectRangeOfRows in ListBox 2016-07-25 11:03:37 +01:00
hogliux
65e1b6008c Add missing overrides in FileTreeComponent 2016-07-22 09:22:35 +01:00
hogliux
035f865099 Fix steppy scrolling if the content component of a viewport was transformed 2016-07-20 17:04:55 +01:00
jules
9e6988acaa For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available 2016-07-14 09:35:40 +01:00
hogliux
8b1b855654 Throttle repaints when repainting in a plug-in to avoid steppy automation 2016-07-12 12:33:36 +01:00
jules
ab3e628f36 Added mouse-up event pressure handling 2016-07-08 12:33:58 +01:00
hogliux
437cb4e9a4 Only detect which corner is being resized on the first live resize callback 2016-07-07 16:14:37 +01:00
jules
b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 2016-07-07 15:02:05 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
jules
01c73ff0a6 Optimisation for look and feel drawing of zero-size title bars 2016-07-06 12:36:56 +01:00
jules
a700774d6f Tidied up a comment 2016-07-05 16:48:51 +01:00
jules
ed67e40b8d Added a customisable callback object to PopupMenu 2016-07-05 16:43:49 +01:00
hogliux
0a4b2ae3b6 Return parent row number if any of the tree view item's paraents are closed 2016-07-05 16:27:51 +01:00