hogliux
|
3a8c63f5d4
|
iOS: Ensured that native file choosers also work in iOS apps
|
6 years ago |
jules
|
271f519234
|
Tidied up some broken use of std::unique_ptr for holding linux handles
|
7 years ago |
jules
|
a4c51494bf
|
Made the Direct2D validate after painting
|
7 years ago |
hogliux
|
aec8c367fe
|
macOS: Only apply recent gl fix to shared windows and not to all of them
|
7 years ago |
hogliux
|
2362ca9125
|
macOS: Fixed a crash in a recent commit when an on-desktop component is deleted
|
7 years ago |
hogliux
|
e91def7fae
|
OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
hogliux
|
7d056e2670
|
Tidied up some macOS ObjC conversion methods
|
7 years ago |
jules
|
87042769b6
|
Tidied up some more old typedefs
|
7 years ago |
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
Tom Poole
|
3a373cfa06
|
Increased the warning level when building DemoRunner on iOS
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
hogliux
|
5b0b97473c
|
macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window
|
7 years ago |
jules
|
734d33dd80
|
Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
hogliux
|
9d5a489855
|
Fixed an assertion which could occur if you specified an extra semicolon at the end of your wildcard filter string
|
7 years ago |
Lukasz Kozakiewicz
|
3fae666465
|
Android: restore nav bars visibility on back button press too.
|
7 years ago |
Lukasz Kozakiewicz
|
4469217b3e
|
Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus.
|
7 years ago |
Lukasz Kozakiewicz
|
780a7662cd
|
Android: restore nav bar visibility when native keyboard gets dismissed.
|
7 years ago |
ed
|
d17595518f
|
Disable automatic window tabbing behaviour on macOS
|
7 years ago |
ed
|
9a6d05641d
|
Windows: Make sure currentModifiers are cleared after a pen up event
|
7 years ago |
ed
|
9027d1e5a1
|
Implemented setIcon() in NSViewComponentPeer
|
7 years ago |
hogliux
|
506425fdbe
|
macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed
|
7 years ago |
ed
|
c24c06d2bb
|
Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead
|
7 years ago |
Lukasz Kozakiewicz
|
c90835eafc
|
Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS).
|
7 years ago |
Tom Poole
|
8c0f0815f0
|
iOS: Added memory warning callbacks
|
7 years ago |
Tom Poole
|
57a75bc990
|
MacOS: Fixed an intermittent crash when closing a window from kiosk mode
|
7 years ago |
Tom Poole
|
aed439ab4f
|
Linux: Fixed a leaking XWindowSystem
|
7 years ago |
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
Tom Poole
|
49c36a20e0
|
Windows: Fixed an issue getting file icons with an alpha channel
|
7 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
7 years ago |
Lukasz Kozakiewicz
|
ef482e6c37
|
Android: handle case when we don’t receive file open events while sharing.
|
7 years ago |
Lukasz Kozakiewicz
|
8e28a68bd0
|
Android: remove escape characters from file paths when sharing files.
|
7 years ago |
Tom Poole
|
3c370259a9
|
Fixed an issue with the FileChooser prepending "/localhost" to paths
|
7 years ago |
Tom Poole
|
3519de9a22
|
A more careful assertion about allowed file type filters in MacOS FileChoosers
|
7 years ago |
Lukasz Kozakiewicz
|
f4cc815f3d
|
ContentSharing: when opening file descriptor on Android, pass correct file start offset and length.
|
7 years ago |
Tom Poole
|
43cff0ce48
|
Updated the documentation to include a MacOS caveat to the FileChooser
|
7 years ago |
Lukasz Kozakiewicz
|
dd7549ef70
|
Add missing selector to NSViewComponentPeer.
|
7 years ago |
Lukasz Kozakiewicz
|
8ac29a4843
|
Fix typo.
|
7 years ago |
Lukasz Kozakiewicz
|
360449de0b
|
Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed.
|
7 years ago |
Lukasz Kozakiewicz
|
4a6ecffd91
|
ContentSharing: minor tweaks.
|
7 years ago |
ed
|
f11c43d038
|
Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed
|
7 years ago |
jules
|
bc90a41386
|
Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors
|
7 years ago |
jules
|
58a99ff139
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
7 years ago |
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
7 years ago |