1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

39 commits

Author SHA1 Message Date
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
ed
18df1b0937 Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 2020-03-31 18:53:14 +01:00
ed
7035a40879 Fixed some errors in the examples 2020-03-16 11:47:15 +00:00
reuk
5af01b9b16 Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
113342d1e6 Fixed an issue sharing files on Android in the DialogsDemo 2020-02-20 09:57:15 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
Tom Poole
75da0ef5cb DemoRunner: Fixed a layout bug in the fonts demo 2019-12-30 16:48:23 +00:00
ed
84a7f5533a Added a missing TooltipWindow instance to the WidgetsDemo example 2019-12-06 10:13:49 +00:00
ed
7cd71487e6 Whitespace 2019-11-08 18:56:48 +00:00
ed
889cb627d5 Added ColourSelector::ColourSelectorOptions::editableColour flag to enable the colour preview box at the top of the component to be editable 2019-11-08 18:25:48 +00:00
Tom Poole
a12bc32979 Fixed some warnings on the latest compilers 2019-07-26 12:58:04 +01:00
Tom Poole
670f77f80c Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
Tom Poole
a4bd6cbc66 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
Tom Poole
16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
ed
e45b1d9924 Updated the VS exporter of example projects to VS2019 2019-06-03 17:16:47 +01:00
Tom Poole
a9a0f6b92f Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
jules
a97c4a9139 More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 2019-05-16 15:37:47 +01:00
ed
314ef13a63 Added a VS2019 exporter to all example PIPs 2019-04-15 14:28:36 +01:00
ed
d6fb474c39 Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner 2019-03-29 16:03:58 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
jules
359132ed55 More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
jules
302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
ed
fbb592034f Removed unsupported exporters from the CodeEditorDemo and VideoDemo and added compiler errors when trying to build on unsupported platforms 2018-08-22 11:16:32 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
ed
dc9a0b39b8 Take the MessageManagerLock before calling Graphics::drawFittedText() in the OpenGL demo to avoid hitting an assertion 2018-07-24 09:26:58 +01:00
ed
9c746a4762 Added a couple of missing modules to the CameraDemo PIP 2018-06-27 15:08:59 +01:00
ed
d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
hogliux
9dfaca4035 Ensured that bubble messages are also transformed in the ComponentTransforms demo 2018-05-08 13:40:10 +01:00
Lukasz Kozakiewicz
772185f2b0 Add camera support for iOS and Android. 2018-04-25 18:54:04 +02:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
jules
f1a8e8f610 Fix to the MDIDemo 2018-04-16 12:44:57 +01:00
Tom Poole
77128db335 Capitalised the PIP vendor field for the examples 2018-03-26 09:58:54 +01:00
ed
404838a99f Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 2018-03-22 15:04:53 +00:00
Noah Dayan
bcd3fd7689 Fixed a typo in OpenGLDemo 2018-03-15 16:37:44 +00:00
ed
5507801dfd Add all PIP examples 2018-03-15 12:10:34 +00:00