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

519 commits

Author SHA1 Message Date
jules
19d0c71050 Version number update 2015-12-16 18:14:23 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
428c8a79a5 Version number update 2015-12-10 11:02:38 +00:00
jules
99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 2015-12-07 19:31:05 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
Joshua Gerrard
7793b03587 Fixed memory leak in DirectWrite on Windows 10 2015-11-30 17:49:36 +00:00
jules
7cc522b7e5 Minor tidying up in some win32 code. 2015-11-25 15:23:07 +00:00
jules
eb99390413 TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing() 2015-11-25 09:58:16 +00:00
jules
d833ab5e33 TextLayout: added support for using the AttributedString::getLineSpacing value in DirectWrite 2015-11-24 17:53:11 +00:00
jules
eed5aa641d Minor cleanups in some DirectWrite code. 2015-11-23 17:08:38 +00:00
jules
c35ed85677 Version number update 2015-11-17 16:37:03 +00:00
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