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

118 commits

Author SHA1 Message Date
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
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
3a91979ea8 Version bump. 2012-04-11 11:06:43 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
8de9d9c6da Version number bump. Clean-ups. 2012-03-30 15:40:17 +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
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
e87f833183 Tidied up a few rectangle methods. 2012-03-18 17:22:05 +00:00
jules
49870de020 Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. 2012-03-18 16:41:03 +00:00
jules
28fbf4cb64 Relaxed some assertions in Component to make it easier to load SVG on threads. Minor internal tinkering with Path class. 2012-03-14 21:34:07 +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
9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 2012-02-28 19:51:22 +00:00
jules
c8d3144fa2 Fixed some CoreText problems. 2012-02-25 22:32:05 +00:00
jules
a6c9992957 Updated some module usage warning code. 2012-02-24 18:12:21 +00:00
jules
b6a22826fe Updates to keep Xcode 4.3 happy. 2012-02-23 21:10:49 +00:00
jules
06895cefe1 Introjucer: RTAS exporter fix. 2012-02-23 14:20:02 +00:00
jules
a8083eb293 TextLayout fix. OSX fullscreen fix. 2012-02-23 13:41:05 +00:00
jules
1804b983a0 Android GL work. 2012-02-23 09:57:00 +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
5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 2012-02-13 17:56:59 +00:00
jules
d70d017fc6 Docs fix. Version bump. 2012-02-13 15:29:21 +00:00
jules
767ff27307 Added a couple of methods to Font. 2012-02-13 10:44:33 +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
a9103407d7 Version number bump. 2012-02-09 13:35:59 +00:00
jules
b106eca599 Small TextLayout fix. 2012-02-07 15:44:58 +00:00
jules
51a81f5f4d Fix for Graphics::drawBevel. Minor introjucer changes. 2012-02-01 11:39:53 +00:00
jules
36bd285c4b Viewport component listener fix. Minor clean-ups. 2012-01-30 12:59:36 +00:00
jules
aff5fea6b4 Minor introjucer clean-ups. 2012-01-22 10:04:19 +00:00
jules
bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 2012-01-12 14:19:16 +00:00
jules
dcfa73204b AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method. 2012-01-05 12:12:21 +00:00
jules
4870ea28dd Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 2012-01-04 16:36:30 +00:00
jules
f4cbb721a5 Minor update to ResizableWindow positioning, and slider tooltips. 2012-01-02 10:57:11 +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
43d9a4eb16 New class: ThreadLocalValue. 2011-12-22 11:40: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
d6ed09e158 TextLayout fix. Windows stylus fix. Minor clean-ups. 2011-12-13 13:45:51 +00:00
jules
fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 2011-12-12 14:23:17 +00:00
jules
cd0683ef4d Tidied up a few return types. 2011-12-11 21:25:53 +00:00
jules
907cfc5221 Straightened out some confusion with the Point::getAngleToPoint and Line::getAngle methods, where the description didn't actually match the behaviour. The behaviour and descriptions of these functions have now changed, but should now match up! 2011-12-09 12:41:38 +00:00