reuk
|
837ab64dbd
|
Android: Fix numeric conversion warnings
|
2021-02-03 16:09:54 +00:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
ed
|
b5214a341e
|
Normalised lambda whitespace
|
2020-06-05 09:37:56 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
Tom Poole
|
8f84192c9b
|
Fixed some more Android compiler warnings
|
2019-06-07 12:24:05 +01:00 |
|
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
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.
|
2018-11-13 12:33:40 +00:00 |
|
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02:00 |
|
hogliux
|
a7b5c1f77f
|
Android: Fixed an issue where getting the metrics of a string on android could crash if the string can't be represented as a UTF-16 string
|
2018-04-11 10:47:05 +01:00 |
|
hogliux
|
6c08f04a8e
|
Android: Fixed a crash when painting a string that can't be represented as a UTF-16 string
|
2018-04-09 16:28:38 +01:00 |
|
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
2018-01-17 11:23:12 +00:00 |
|
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
2017-11-08 18:29:12 +01:00 |
|
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
5fe3289256
|
Fixed several Android text rendering bugs
|
2017-03-01 16:16:34 +00:00 |
|
hogliux
|
6559b3e185
|
Fixed multiple harmless warnings in Android builds
|
2017-02-08 18:07:37 +00:00 |
|
jules
|
09867e15d1
|
Fix for Android font creation
|
2015-11-06 11:21:00 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
c87463cad1
|
Added support for in-memory fonts on Android.
|
2015-02-24 10:15:01 +00:00 |
|
jules
|
42bff200ed
|
Improved the vertical font hinting algorithm and removed some duplicated typeface code.
|
2014-01-05 19:46:13 +00:00 |
|
jules
|
d8c065c81f
|
Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor()
|
2013-12-19 15:39:30 +00:00 |
|
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
2d6135a6db
|
Added some methods for scanning font folders with FreeType.
|
2013-04-21 20:47:29 +01:00 |
|
jules
|
c8b3d28acc
|
Refactored some linux freetype font classes.
|
2013-04-16 11:44:01 +01:00 |
|
jules
|
2ae82c4db4
|
New method Font::withPointHeight, for specifying font sizes in points.
|
2012-12-17 21:27:23 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
2012-11-15 17:55:57 +00:00 |
|
jules
|
941907a3d1
|
Initial commit of font style access, providing access to the styles available for each font family.
|
2012-05-01 12:10:05 +01:00 |
|
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
2012-03-30 09:31:35 +01:00 |
|
jules
|
ed9a2a1575
|
Minor android and GL clean-ups.
|
2012-03-01 17:52:03 +00:00 |
|
jules
|
aabc0dbe6e
|
Couple of minor linux + android fixes.
|
2011-11-29 15:11:14 +00:00 |
|
jules
|
7d7d8ff781
|
Linux + android font stuff.
|
2011-11-21 20:15:25 +00:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|