attila
|
18489bb7d7
|
WebBrowserComponent: iOS: Add accessibility integration
|
2 years ago |
attila
|
f519af3b62
|
WebBrowserComponent: Android: Add accessibility integration
|
2 years ago |
attila
|
d8c282e293
|
WebBrowserComponent: MacOS: Add accessibility integration
|
2 years ago |
Fabian Renn-Giles
|
542312296f
|
WebBrowserComponent: Added a user agent option to change the browser's user agent
|
2 years ago |
reuk
|
d4184b120d
|
WebBrowserComponent: Allow developer tools in debug builds on macOS
|
2 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
reuk
|
c30b3a1a31
|
Plugin Hosting: Take custom scaling into account when computing editor sizes
|
3 years ago |
reuk
|
e9b376ce14
|
XEmbed: Add function to force window bounds update
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
reuk
|
4e694c96b3
|
ScopedDPIAwarenessDisabler: Move to juce_gui_basics
|
3 years ago |
reuk
|
7ac6911ccc
|
Windows: Fix clang/gnu compiler warnings
|
4 years ago |
Tom Poole
|
765eafb1eb
|
Fixed some file permissions
|
4 years ago |
Tom Poole
|
79fbde7099
|
Added preliminary support for FreeBSD
|
4 years ago |
ed
|
f6338c0f8e
|
Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds
|
4 years ago |
ed
|
3a0af69eff
|
AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows
|
4 years ago |
ed
|
cb57904740
|
Windows: Improved support for DPI-aware embedded windows in HWNDComponent
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
bb28b3413d
|
Updated some copyright headers
|
5 years ago |
ed
|
de712ca02e
|
Linux: Added support for building and hosting VST3 plug-ins
|
5 years ago |
ed
|
a0fd7793b7
|
Windows: Added HWNDComponent to juce_gui_extra
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
78e2892ba9
|
Added some missing documentation tags
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
6 years ago |
Tom Poole
|
493591a7ef
|
Cleaned up some doc comments
|
6 years ago |
ed
|
68fe75742f
|
Add support for DPI aware applications on Windows
|
6 years ago |
jules
|
974b4a8351
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
Lukasz Kozakiewicz
|
4597aa09c9
|
Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer.
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
7 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
1169800b8a
|
Fixed an issue where active x component would not receive all key events
|
8 years ago |
hogliux
|
7a7619d64e
|
Fixed resizing issues and memory leaks in linux web browser component
|
8 years ago |
hogliux
|
ec21d0464d
|
Fixed a bug in the linux XEmbedComponent and added support for host initiated embedding
|
8 years ago |
hogliux
|
c69d24fa7a
|
Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
jules
|
527da19076
|
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
293aedac2f
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
11 years ago |
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
11 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |