jules
12447ba38f
Version 4.0.1
9 years ago
jules
a004df192a
Corrected some documentation.
9 years ago
jules
5c773b0323
A couple of minor fixes to CoreText layout for attributed strings
9 years ago
jules
964a03e627
Fixed some Xcode deprecation warnings in 10.11
9 years ago
jules
7a27686d96
Fix for a layout truncation problem in GlyphArrangement when splitting across many lines.
9 years ago
hogliux
c17c4ec43b
Fix Android build errors in libpng and libflac
9 years ago
jules
5cef7c8e79
Reworked the PNG loader
9 years ago
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.
9 years ago
Timur Doumler
cddf0cfc8a
Fixed Windows bug causing wrong text positions for DirectDraw text layout.
9 years ago
jules
9a1a58c454
Tweaked Font::getStringWidth to round-up the value it returns as an int.
10 years ago
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)
10 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
f843266cc1
Workaround for some compiler warnings in libjpeg code.
10 years ago
Timur Doumler
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title.
10 years ago
jules
43283b3d03
Added a couple of methods to Rectangle to return its limits as Range objects.
10 years ago
jules
39a1727223
Added some assertions in Graphics methods to catch negatively-sized rectangles.
10 years ago
jules
c5e0a60481
Added a couple of documentation notes.
10 years ago
jules
06c1a15496
Added some missing 'override' decorators
10 years ago
hogliux
00374c9ca9
Fix typo
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
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
10 years ago
jules
6cd473576b
Fixed a warning on iOS.
10 years ago
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.
10 years ago
jules
adf01a6a15
Whitespace
10 years ago
hogliux
e83a69560a
Fix for duplicateIfShared when image depends on other image via SubsectionImageData
10 years ago
hogliux
1986f9b2ad
Fix TextLayout height when string is empty
10 years ago
jules
afbec9cf3c
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
3613542330
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
05d15e83da
Added assertions to RectangleList to warn about rectangles containing INFs.
10 years ago
jules
769c2f4b46
Added isFinite() methods to Point and Rectangle.
10 years ago
jules
f6395d4cda
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
10 years ago
jules
f02562f2c4
Fixed some documentation.
10 years ago
jules
4e4a9968a3
Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7
10 years ago
jules
844d9e8d86
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
10 years ago
jules
b8696a0ecd
Minor tidying-up.
10 years ago
jules
19cd517bac
(Oops - last Path check-in should have been used float, not int)
10 years ago
jules
cd48446e89
Added an alternative version of Path::addPieSegment()
10 years ago
jules
c87463cad1
Added support for in-memory fonts on Android.
10 years ago
jules
74f8c9b9ef
Added some initialisation to the CoreGraphics context to counteract hosts that disable font anti-aliasing.
10 years ago
jules
5d6c37ed69
Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings.
10 years ago
jules
8eb2fef209
Updated gradient rendering on OSX to use newer APIs.
10 years ago
jules
4ac7b41779
Increased accuracy of DropShadow::drawShadowSection()
10 years ago
jules
c304ea1e15
Made a couple of internal glyph handling methods public to help 3rd party tweaking.
10 years ago
jules
94a0793a09
Prevented drawFittedText from messing up the graphics context's current font.
10 years ago
jules
7043152e6e
Avoided a warning
10 years ago
jules
67acb27062
OSX TextLayout maximum height fix.
10 years ago
jules
a49baa3e52
Modified TextLayout creation functions to take an optional maximum height as well as a maximum width.
10 years ago
jules
91b5d77477
Version number update
10 years ago