1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
Commit graph

1297 commits

Author SHA1 Message Date
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
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
jules
b6d78f882c Avoided an analyser warning on iOS 2016-07-05 11:16:56 +01:00
jules
31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 2016-07-01 15:35:04 +01:00
jules
d29608a65d Minor documentation corrections. 2016-06-28 19:52:14 +01:00
hogliux
1861c82a12 Add window property to JuceAppStartupDelegate 2016-06-27 10:18:35 +01:00
jules
4097fab06c Fixed a silly typo! 2016-06-22 18:16:26 +01:00
jules
021209e216 Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak 2016-06-22 16:33:09 +01:00
jules
8b1438a229 Made PopupMenu avoid overwriting a custom shortcut key description with one that comes from a command manager 2016-06-21 14:22:09 +01:00
hogliux
58f2e1b9f2 Add support for isCurrentlyModal to detect if the current component is in a modal stack - regardless if foremost or not 2016-06-17 11:09:20 +01:00
hogliux
72083c1bcf Do not represent the numpad divide key as a slash key character 2016-06-15 17:38:33 +01:00
hogliux
074c90984e Fix minor typo in OS X function key mappings 2016-06-15 17:11:57 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
jules
58ca0673c4 Avoided spacer components in a ToolBar getting keyboard focus 2016-06-02 09:04:45 +01:00
hogliux
1635f47b29 Modify buttonColourId and buttonOnColourId to be different colours 2016-05-24 17:24:12 +01:00