jules
|
c9bf56d3f7
|
DirectWrite type layout fix.
|
2012-05-03 12:52:47 +01:00 |
|
jules
|
23c46c4cda
|
Fixes for handling fonts with non-existent style names.
|
2012-05-03 10:42:10 +01:00 |
|
jules
|
7e9fbd30c3
|
Some font style tweaks, and update of the juce demo fonts page to show a list of available styles.
|
2012-05-02 11:12:31 +01:00 |
|
jules
|
941907a3d1
|
Initial commit of font style access, providing access to the styles available for each font family.
|
2012-05-01 12:10:05 +01:00 |
|
jules
|
2e1ead004e
|
Updated the default linux font names.
|
2012-04-24 10:48:05 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
2012-03-30 09:31:35 +01:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
e87f833183
|
Tidied up a few rectangle methods.
|
2012-03-18 17:22:05 +00:00 |
|
jules
|
79fea88001
|
Fixed a problem with transparency layers in the software renderer.
|
2012-03-06 16:03:32 +00:00 |
|
jules
|
ed9a2a1575
|
Minor android and GL clean-ups.
|
2012-03-01 17:52:03 +00:00 |
|
jules
|
c8d3144fa2
|
Fixed some CoreText problems.
|
2012-02-25 22:32:05 +00:00 |
|
jules
|
e1fea143b6
|
Linux 64-bit icon fix.
|
2012-02-16 14:12:45 +00:00 |
|
jules
|
e87b1a59ec
|
Fixed a small leak in TextLayout, and a win32 layout problem.
|
2012-02-16 09:30:29 +00:00 |
|
jules
|
70a5f0233c
|
Fixes to some MemoryOutputStream streaming operators.
|
2012-02-15 20:48:14 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
38703ee4c3
|
Cleaned up a few 64-bit VC++ warnings.
|
2011-12-24 10:06:45 +00:00 |
|
jules
|
c38916b675
|
OpenGL renderer optimisations.
|
2011-12-22 18:32:34 +00:00 |
|
jules
|
5e795134fc
|
Added a read/write lock to the glyph cache. OpenGL shader fix.
|
2011-12-21 11:15:22 +00:00 |
|
jules
|
2c0902833d
|
Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option.
|
2011-12-20 13:32:11 +00:00 |
|
jules
|
2779a6dd4c
|
Win32 GL tweaks. Performance improvement for CoreGraphicsImage.
|
2011-12-01 16:46:05 +00:00 |
|
jules
|
aabc0dbe6e
|
Couple of minor linux + android fixes.
|
2011-11-29 15:11:14 +00:00 |
|
jules
|
a45f14fbdf
|
Minor DirectWrite fix.
|
2011-11-25 18:41:05 +00:00 |
|
jules
|
c0b089cae4
|
fixed a typo in the last check-in.
|
2011-11-25 16:43:00 +00:00 |
|
jules
|
58db7eb880
|
Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn.
|
2011-11-25 14:25:12 +00:00 |
|
jules
|
fb9af90b61
|
Updatesfor OSX 10.7 compatibility.
|
2011-11-22 12:13:16 +00:00 |
|
jules
|
7d7d8ff781
|
Linux + android font stuff.
|
2011-11-21 20:15:25 +00:00 |
|
jules
|
4773b388ef
|
AttributedString class and advanced text layout (stage 1)
|
2011-11-21 20:03:39 +00:00 |
|
jules
|
34840062ef
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
jules
|
0b1cdf6ab1
|
Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType.
|
2011-10-28 14:21:29 +01:00 |
|
jules
|
d1e4e9b9d0
|
OpenGL development (OpenGLRenderer now more-or-less works)
|
2011-10-27 16:40:25 +01:00 |
|
jules
|
b23e5c4515
|
ImageButton fix. OpenGL refactoring.
|
2011-10-19 10:26:26 +01:00 |
|
jules
|
b258976e6a
|
Internal graphics refactoring.
|
2011-10-16 17:30:33 +01:00 |
|
jules
|
deec72851b
|
Rendering code refactoring.
|
2011-10-13 16:44:37 +01:00 |
|
jules
|
f9c7761e60
|
More graphics refactoring.
|
2011-10-12 10:10:30 +01:00 |
|
jules
|
be3565ac98
|
Refactored some rendering code.
|
2011-10-11 10:43:58 +01:00 |
|
jules
|
f31dca5f2f
|
More OpenGL work.
|
2011-10-10 18:30:51 +01:00 |
|
jules
|
bd7c046f76
|
Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const.
|
2011-10-04 12:13:30 +01:00 |
|
jules
|
ce0b4bdb9c
|
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
|
2011-09-28 17:10:38 +01:00 |
|
jules
|
c9cdf073dd
|
Couple of small win32 fixes. Cleaned up win32 registry code.
|
2011-09-26 10:40:44 +01:00 |
|
jules
|
fce514266e
|
Refactored the linux Freetype font code and native file chooser (via zenity).
|
2011-09-25 21:33:38 +01:00 |
|
Julian Storer
|
2c328dfedc
|
Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed.
|
2011-08-19 21:34:34 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|