1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

1518 commits

Author SHA1 Message Date
hogliux
1a9df22eee Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 2017-08-02 17:41:08 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
jules
99c5843c3f Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource 2017-07-26 16:19:01 +01:00
ed
58fe117260 Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus 2017-07-26 15:34:19 +01:00
hogliux
98b76b54de Fixed an issue in LookAndFeel v4 which would always override the combobox justification 2017-07-26 15:33:55 +01:00
tpoole
61321d2eb9 Button: Added a getTriggeredOnMouseDown method 2017-07-25 12:58:37 +01:00
jules
4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
tpoole
98cb1011bb JUCE Demo: Increased the compiler warning level 2017-07-18 13:09:03 +01:00
tpoole
d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 2017-07-17 18:33:07 +01:00
hogliux
b2576d288a Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer 2017-07-11 12:54:12 +01:00
hogliux
b1b5c7bf23 iOS: Always assume that your main view is in focus if you are running as an app extension 2017-07-10 17:34:16 +01:00
ed
cfdb747a42 Fixed a bug in ComponentBoundsConstrainer that caused JUCE windows to be snapped to the wrong position when using multiple displays 2017-07-07 16:00:08 +01:00
tpoole
10b7aa3c16 MinGW: Fixed some build warnings 2017-07-07 11:06:16 +01:00
tpoole
73d4e73a3d UnitTestRunner: Fixed some build warnings on Linux 2017-07-06 17:17:52 +01:00
tpoole
d62749770a Fixed an infinite loop when setting a Slider's range 2017-07-05 15:06:43 +01:00
hogliux
b574d4530e Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd 2017-07-03 16:38:12 +01:00
hogliux
35b08ecec2 Fixed an issue where submenus would not be scaled according to the transform used for the parent menu 2017-07-02 20:22:04 +01:00
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
hogliux
2483c80529 Scale PopupMenus with the AffineTransform and scaling factor of their target components (see BREAKING-CHANGES.txt) 2017-06-29 18:01:52 +01:00
tpoole
c63a8a56cd Documentation fixes 2017-06-27 21:39:07 +01:00
tpoole
0874e47a35 Graphics code refactoring 2017-06-27 15:31:54 +01:00
tpoole
984654318d Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro 2017-06-22 09:33:30 +01:00
jules
a1b55a4025 Fixed a problem with the SVG parser handling group element transforms 2017-06-21 16:36:17 +01:00
jules
bebe32357f Added a file parameter to the LookAndFeel::drawFileBrowserRow methods 2017-06-21 09:43:42 +01:00
ed
201a85acd7 Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device. 2017-06-20 16:40:03 +01:00
jules
cb7ecfd77b Added method Drawable::getOutlineAsPath(), and used this for parsing SVG clip regions 2017-06-20 14:16:17 +01:00
jules
21f14c478b Tweaked an iOS shutdown behaviour 2017-06-20 11:48:55 +01:00
ed
940ff3ee6e Fixed a bug in iOS and Windows multi-touch code where touches on different windows weren't aware of each other 2017-06-19 16:29:07 +01:00
jules
f866b4ff5e Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code 2017-06-19 16:27:47 +01:00
ed
ca9c8f22d7 Windows: Removed Desktop::clearAllTouchSources() method and cleaned up some Windows touch input code 2017-06-15 17:20:55 +01:00
jules
46a9da28d6 (Fixed typo) 2017-06-15 10:51:18 +01:00
jules
0094d199ed Linux: avoided an out-of-bounds access when using mice with large numbers of buttons 2017-06-15 10:23:41 +01:00
tpoole
6917e5f5ce Documentation: Fixed some Doxygen warnings 2017-06-14 19:04:48 +01:00
ed
0edac2e981 Windows: Small tweak for previous commit 2017-06-14 14:26:30 +01:00
ed
9d294970d7 Windows: Fixed a bug where multi-touch inputs weren't being cleared correctly 2017-06-14 12:11:12 +01:00
jules
851b3e6db1 Added method Desktop::getOrientationsEnabled() 2017-06-09 11:26:37 +01:00
jules
ebe5916c49 Misc code cleanups 2017-06-07 10:13:38 +01:00
jules
ee8c2303c6 Build fixes for FileListComponent and FileTreeComponent 2017-06-06 10:27:48 +01:00
jules
b6478be22c Added a public member DirectoryContentsDisplayComponent::directoryContentsList 2017-06-06 10:21:44 +01:00
ed
c56dc32b28 Fixed a bug in ComponentBoundsConstrainer::setBoundsForComponent() where a component positioned off-screen or on another monitor wouldn't have its bounds set correctly 2017-06-05 14:12:44 +01:00
ed
73654ee535 Added a method to TextPropertyComponent to set whether it should respond to file drag and drop 2017-06-05 10:15:45 +01:00
ed
919e3e36ec Added TextEditor::applyColourToAllText() method 2017-06-02 11:39:02 +01:00
hogliux
4b114d89a7 OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor 2017-06-01 10:34:20 +01:00
jules
e281bc3fed SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers 2017-05-31 11:55:13 +01:00
jules
5bdd485a31 DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing 2017-05-30 16:43:07 +01:00
hogliux
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
jules
f5b92421f9 Fixed an SVG parser problem with elements marked display:none 2017-05-30 12:09:25 +01:00
jules
4397cc3701 Made SVG parser cope with quoted font names 2017-05-30 11:46:06 +01:00
jules
84a4dc0faa Fixed a scaling problem with file drag+drop on Windows 2017-05-30 11:25:31 +01:00
jules
ad5d7a4254 Tweaked the format of a ComponentBoundsConstrainer method 2017-05-30 10:34:11 +01:00