jules
09867e15d1
Fix for Android font creation
2015-11-06 11:21:00 +00:00
jules
12447ba38f
Version 4.0.1
2015-11-02 11:02:55 +00:00
jules
a004df192a
Corrected some documentation.
2015-11-02 09:59:05 +00:00
jules
5c773b0323
A couple of minor fixes to CoreText layout for attributed strings
2015-10-08 11:34:51 +01:00
jules
964a03e627
Fixed some Xcode deprecation warnings in 10.11
2015-10-01 15:58:14 +01:00
jules
7a27686d96
Fix for a layout truncation problem in GlyphArrangement when splitting across many lines.
2015-09-28 17:12:37 +01:00
hogliux
c17c4ec43b
Fix Android build errors in libpng and libflac
2015-09-16 09:57:50 +01:00
jules
5cef7c8e79
Reworked the PNG loader
2015-09-11 09:48:51 +01:00
jules
9c13257da2
Added flag JUCE_EXCEPTIONS_DISABLED to detect compiling with exceptions turned off, and removed internal exception use from a few places in the codebase.
2015-09-06 15:42:34 +01:00
Timur Doumler
cddf0cfc8a
Fixed Windows bug causing wrong text positions for DirectDraw text layout.
2015-08-12 17:42:07 +01:00
jules
9a1a58c454
Tweaked Font::getStringWidth to round-up the value it returns as an int.
2015-07-24 15:55:37 +01:00
jules
9be3d67ab8
Removed the leak detector from AffineTransform to avoid false alarms with static instances of the class. (You should never allocate one of these on the heap anyway)
2015-07-24 10:30:55 +01:00
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
2015-07-23 15:57:18 +01:00
jules
861d3d9710
Version 3.2.0
2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +01:00
jules
f843266cc1
Workaround for some compiler warnings in libjpeg code.
2015-07-21 09:17:08 +01:00
Timur Doumler
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title.
2015-07-17 09:52:50 +01:00
jules
43283b3d03
Added a couple of methods to Rectangle to return its limits as Range objects.
2015-06-11 09:13:13 -07:00
jules
39a1727223
Added some assertions in Graphics methods to catch negatively-sized rectangles.
2015-06-01 12:07:27 +01:00
jules
c5e0a60481
Added a couple of documentation notes.
2015-05-20 09:59:32 +01:00
jules
06c1a15496
Added some missing 'override' decorators
2015-05-15 12:54:44 +01:00
hogliux
00374c9ca9
Fix typo
2015-05-08 09:21:03 +01:00
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
2015-05-05 17:44:10 +01:00
hogliux
8c242b7547
Fix warnings on linux
...
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
2015-05-05 10:57:50 +01:00
jules
6cd473576b
Fixed a warning on iOS.
2015-04-27 15:33:13 +01:00
jules
7ee6583952
Tweaked the way Freetype is included to allow it to be used on other OSes than linux, and to be used in its amalgamated form.
2015-04-27 11:33:16 +01:00
jules
adf01a6a15
Whitespace
2015-04-24 11:27:21 +01:00
hogliux
e83a69560a
Fix for duplicateIfShared when image depends on other image via SubsectionImageData
2015-04-22 17:38:32 +01:00
hogliux
1986f9b2ad
Fix TextLayout height when string is empty
2015-04-08 10:43:11 +01:00
jules
afbec9cf3c
Updates to avoid pedantic warnings in gcc.
2015-04-07 14:41:28 +01:00
jules
05d15e83da
Added assertions to RectangleList to warn about rectangles containing INFs.
2015-04-01 12:28:38 +01:00
jules
769c2f4b46
Added isFinite() methods to Point and Rectangle.
2015-04-01 11:58:05 +01:00
jules
f6395d4cda
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
2015-03-31 11:44:10 +01:00
jules
f02562f2c4
Fixed some documentation.
2015-03-23 09:54:19 +00:00
jules
4e4a9968a3
Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7
2015-03-19 15:40:48 +00:00
jules
844d9e8d86
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
2015-03-17 11:41:14 +00:00
jules
b8696a0ecd
Minor tidying-up.
2015-03-12 10:04:51 +00:00
jules
19cd517bac
(Oops - last Path check-in should have been used float, not int)
2015-03-04 16:19:11 +00:00
jules
cd48446e89
Added an alternative version of Path::addPieSegment()
2015-03-04 14:42:18 +00:00
jules
c87463cad1
Added support for in-memory fonts on Android.
2015-02-24 10:15:01 +00:00
jules
74f8c9b9ef
Added some initialisation to the CoreGraphics context to counteract hosts that disable font anti-aliasing.
2015-02-23 10:00:42 +00:00
jules
5d6c37ed69
Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings.
2015-02-23 09:41:34 +00:00
jules
8eb2fef209
Updated gradient rendering on OSX to use newer APIs.
2015-02-22 20:16:26 +00:00
jules
4ac7b41779
Increased accuracy of DropShadow::drawShadowSection()
2015-02-08 12:17:47 +00:00
jules
c304ea1e15
Made a couple of internal glyph handling methods public to help 3rd party tweaking.
2015-02-03 09:27:29 +00:00
jules
94a0793a09
Prevented drawFittedText from messing up the graphics context's current font.
2015-02-02 13:00:48 +00:00
jules
7043152e6e
Avoided a warning
2015-01-30 17:05:43 +00:00
jules
67acb27062
OSX TextLayout maximum height fix.
2015-01-06 09:49:49 +00:00
jules
a49baa3e52
Modified TextLayout creation functions to take an optional maximum height as well as a maximum width.
2014-12-29 12:07:31 +00:00
jules
91b5d77477
Version number update
2014-12-16 17:21:34 +00:00