jules
|
61044c8bda
|
Fix to Line::getDistanceFromPoint to make it work for integer types
|
8 years ago |
tpoole
|
0874e47a35
|
Graphics code refactoring
|
8 years ago |
jules
|
433a82edee
|
Added an offset to GlowEffect
|
8 years ago |
jules
|
d7197f8f42
|
Added a couple of missing 'override's
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
jules
|
b12d4c3378
|
(Fixed a warning in the last commit)
|
8 years ago |
jules
|
a82c11402c
|
Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class.
|
8 years ago |
jules
|
5c1e707824
|
Modernised RectangleList
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
jules
|
2f523cfae7
|
Added /usr/share/fonts as an extra font search-path on linux
|
8 years ago |
jules
|
bc78b2f524
|
Added a constructor to ColourGradient that takes Point arguments
|
8 years ago |
jules
|
e0698daaca
|
Tidied up a couple of comments, warnings and did a bit of code modernisation
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
jules
|
5b39a8f607
|
Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17
|
8 years ago |
jules
|
dace37288b
|
Tidied up a couple of minor analyser warnings and comments
|
8 years ago |
jules
|
f19390b531
|
Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit.
|
8 years ago |
jules
|
89ad7eb0a4
|
Modernised some code in some text layout classes, and made TextLayout draw underlining where the font asks for it
|
8 years ago |
jules
|
38d49a5ee7
|
Modernised a few RectangleList iterators
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
5fe3289256
|
Fixed several Android text rendering bugs
|
8 years ago |
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
8 years ago |
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
8 years ago |
jules
|
f184ed1710
|
Clarified a few comments in the Image class
|
8 years ago |
hogliux
|
6559b3e185
|
Fixed multiple harmless warnings in Android builds
|
8 years ago |
hogliux
|
3cef6dcbdf
|
Fixed an obscure iOS deadlock when loading custom type-faces
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
8 years ago |
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
8 years ago |
hogliux
|
64f0027863
|
Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes
|
8 years ago |
ed
|
a6d3c971fc
|
Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space
|
8 years ago |
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
8 years ago |
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
8 years ago |
jules
|
a15d79d4fe
|
Added new methods Rectangle::withRightX() and withBottomY()
|
8 years ago |
jules
|
b90077c85f
|
Cleaned up some warnings in the PNG code
|
8 years ago |
hogliux
|
a7ee1a7c2e
|
Added missing initialiser in Path::Iterator constructor
|
8 years ago |
hogliux
|
27c353ca3f
|
Fixed an issue when compiling with newer external png libraries
|
8 years ago |
ed
|
18c896f45b
|
Changed Line::getPointAlongLineProportionally method to work properly with integers
|
8 years ago |
hogliux
|
c0987f2b32
|
Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface
|
8 years ago |
hogliux
|
57fdbd439f
|
Fixed a potential access after free bug when creating typefaces from user data os macOS
|
8 years ago |
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
8 years ago |
ed
|
76b3689a48
|
Added BLOCKS module
|
8 years ago |
tpoole
|
9d08f8fcac
|
Fixed a documentation typo.
|
8 years ago |
tpoole
|
13c494666e
|
Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS
|
8 years ago |
hogliux
|
8263d70adb
|
Continue drawing if a negative dashLen was hit
|
8 years ago |
tpoole
|
a440c16d89
|
Added Graphics::ResamplingQuality::noResampling
|
8 years ago |
ed
|
aff5ea5a9b
|
Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset
|
8 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
8 years ago |