jules
|
b3556f720e
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
13 years ago |
jules
|
c6299a08dc
|
Changed the return type of ImageType::create().
|
13 years ago |
jules
|
fb5bcb5094
|
Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name.
|
13 years ago |
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
13 years ago |
jules
|
006e324114
|
Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug.
|
13 years ago |
jules
|
b1d73f2086
|
Minor internal refactoring and clean-ups.
|
13 years ago |
jules
|
225040e62b
|
Improved drop-shadow code.
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
9af7f2f480
|
Fixed a dependency issue in the graphics module.
|
13 years ago |
jules
|
b8f557b201
|
Tab button fix and minor clean-ups.
|
13 years ago |
jules
|
3ddc6dd43d
|
New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers.
|
13 years ago |
jules
|
1e9e6cbf79
|
New methods for Graphics, CallOutBox.
|
13 years ago |
jules
|
7afbc077e7
|
Version update.
|
13 years ago |
jules
|
502af083aa
|
Fixed a bug in Font::setUnderline().
|
13 years ago |
jules
|
3fdc8a22db
|
New colour contrast method.
|
13 years ago |
jules
|
ceb556876a
|
Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc.
|
13 years ago |
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
13 years ago |
jules
|
46c327d902
|
Font::fromString() fix.
|
13 years ago |
jules
|
b6211f01c8
|
Added method: Font::withTypefaceStyle().
|
13 years ago |
jules
|
625395fc98
|
Fix for Typeface::clearTypefaceCache()
|
13 years ago |
jules
|
f5d72f1406
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
jules
|
eeeaf832d5
|
Added a Typeface::clearTypefaceCache() method.
|
13 years ago |
jules
|
1cf1cd1a3b
|
Workarounds for some c++11 compiler warnings.
|
13 years ago |
jules
|
fa3eb07cd0
|
Mac 10.5 CoreText fix.
|
13 years ago |
jules
|
5d009a2b73
|
Workaround for an Apple font bug in 10.6.
|
13 years ago |
jules
|
4536fce9ab
|
TextLayout RTL fix.
|
13 years ago |
jules
|
0e6bbcc55c
|
DirectWrite RTL layout fix.
|
13 years ago |
jules
|
8810c804e4
|
DirectWrite fix.
|
13 years ago |
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
jules
|
7cd30ec175
|
Direct2DRenderer: added transformations.
|
13 years ago |
jules
|
6e743c8f12
|
Refactored the software renderer code, moving most of the guts into the juce_RenderingHelpers.h header file to make it possible for people to use it in their own code.
|
13 years ago |
jules
|
75f8a6a440
|
Removed compatibility for iOS versions before 3.2.
|
13 years ago |
jules
|
74a866565c
|
DirectWrite tweaks.
|
13 years ago |
jules
|
38aee86ed1
|
Tweaks to some Direct2D code.
|
13 years ago |
jules
|
ec89065a44
|
Improved thread-safety of Typeface::Ptr
|
13 years ago |
jules
|
f401d72b4b
|
Tidied up some minor font issues.
|
13 years ago |
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
13 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
cd7cdacfd1
|
OSX/win32 typeface fixes.
|
13 years ago |
jules
|
c9bf56d3f7
|
DirectWrite type layout fix.
|
13 years ago |
jules
|
23c46c4cda
|
Fixes for handling fonts with non-existent style names.
|
13 years ago |
jules
|
7e9fbd30c3
|
Some font style tweaks, and update of the juce demo fonts page to show a list of available styles.
|
13 years ago |
jules
|
941907a3d1
|
Initial commit of font style access, providing access to the styles available for each font family.
|
13 years ago |
jules
|
2e1ead004e
|
Updated the default linux font names.
|
13 years ago |
jules
|
df5d50bcd8
|
Version number bump.
|
13 years ago |
jules
|
3a91979ea8
|
Version bump.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
13 years ago |
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
13 years ago |