hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
2017-07-24 18:00:54 +01:00 |
|
tpoole
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
2017-07-07 11:06:16 +01:00 |
|
jules
|
66fa7e7411
|
Added some assertions to catch use of some Font methods on background threads
|
2017-07-06 11:45:26 +01:00 |
|
jules
|
61044c8bda
|
Fix to Line::getDistanceFromPoint to make it work for integer types
|
2017-06-30 10:11:45 +01:00 |
|
tpoole
|
0874e47a35
|
Graphics code refactoring
|
2017-06-27 15:31:54 +01:00 |
|
jules
|
433a82edee
|
Added an offset to GlowEffect
|
2017-06-19 11:31:03 +01:00 |
|
jules
|
d7197f8f42
|
Added a couple of missing 'override's
|
2017-06-19 11:06:28 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
jules
|
b12d4c3378
|
(Fixed a warning in the last commit)
|
2017-05-11 16:35:53 +01:00 |
|
jules
|
a82c11402c
|
Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class.
|
2017-05-11 15:12:44 +01:00 |
|
jules
|
5c1e707824
|
Modernised RectangleList
|
2017-05-11 11:14:23 +01:00 |
|
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
2017-05-04 15:26:54 +01:00 |
|
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
2017-05-02 10:18:33 +01:00 |
|
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
2017-04-27 14:43:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
2f523cfae7
|
Added /usr/share/fonts as an extra font search-path on linux
|
2017-04-26 11:14:16 +01:00 |
|
jules
|
bc78b2f524
|
Added a constructor to ColourGradient that takes Point arguments
|
2017-04-25 11:52:33 +01:00 |
|
jules
|
e0698daaca
|
Tidied up a couple of comments, warnings and did a bit of code modernisation
|
2017-04-24 10:49:41 +01:00 |
|
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
jules
|
5b39a8f607
|
Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17
|
2017-04-18 11:29:48 +01:00 |
|
jules
|
dace37288b
|
Tidied up a couple of minor analyser warnings and comments
|
2017-04-17 16:15:29 +01:00 |
|
jules
|
f19390b531
|
Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit.
|
2017-04-12 11:43:00 +01:00 |
|
jules
|
89ad7eb0a4
|
Modernised some code in some text layout classes, and made TextLayout draw underlining where the font asks for it
|
2017-04-06 10:55:48 +01:00 |
|
jules
|
38d49a5ee7
|
Modernised a few RectangleList iterators
|
2017-04-03 16:08:07 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
5fe3289256
|
Fixed several Android text rendering bugs
|
2017-03-01 16:16:34 +00:00 |
|
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
2017-03-01 11:55:52 +00:00 |
|
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
2017-02-17 10:26:09 +00:00 |
|
jules
|
f184ed1710
|
Clarified a few comments in the Image class
|
2017-02-13 08:25:58 +00:00 |
|
hogliux
|
6559b3e185
|
Fixed multiple harmless warnings in Android builds
|
2017-02-08 18:07:37 +00:00 |
|
hogliux
|
3cef6dcbdf
|
Fixed an obscure iOS deadlock when loading custom type-faces
|
2017-02-07 12:01:25 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
2017-01-26 10:40:42 +00:00 |
|
hogliux
|
64f0027863
|
Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes
|
2017-01-24 11:56:31 +00:00 |
|
ed
|
a6d3c971fc
|
Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space
|
2017-01-24 09:19:41 +00:00 |
|
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
2017-01-03 17:22:01 +00:00 |
|
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
2017-01-01 11:59:39 +00:00 |
|
jules
|
a15d79d4fe
|
Added new methods Rectangle::withRightX() and withBottomY()
|
2017-01-01 11:56:23 +00:00 |
|
jules
|
b90077c85f
|
Cleaned up some warnings in the PNG code
|
2016-12-24 09:32:37 +00:00 |
|
hogliux
|
a7ee1a7c2e
|
Added missing initialiser in Path::Iterator constructor
|
2016-12-21 09:38:22 +00:00 |
|
hogliux
|
27c353ca3f
|
Fixed an issue when compiling with newer external png libraries
|
2016-12-19 15:34:53 +00:00 |
|
ed
|
18c896f45b
|
Changed Line::getPointAlongLineProportionally method to work properly with integers
|
2016-12-02 11:27:04 +00:00 |
|
hogliux
|
c0987f2b32
|
Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface
|
2016-11-24 11:59:11 +00:00 |
|
hogliux
|
57fdbd439f
|
Fixed a potential access after free bug when creating typefaces from user data os macOS
|
2016-11-24 10:55:20 +00:00 |
|
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
ed
|
76b3689a48
|
Added BLOCKS module
|
2016-11-01 17:17:33 +00:00 |
|
tpoole
|
9d08f8fcac
|
Fixed a documentation typo.
|
2016-10-13 15:11:33 +01:00 |
|
tpoole
|
13c494666e
|
Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS
|
2016-10-06 10:46:48 +01:00 |
|