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

83 commits

Author SHA1 Message Date
jules
51d1c85b4e Allowed user-defined setting of JUCE_CORETEXT_AVAILABLE. 2012-11-22 15:08:11 +00:00
jules
a971f93daf Fixed typo in CoreGraphics code. 2012-11-20 15:01:17 +00:00
jules
880fa4d673 Component repaint optimisations. 2012-11-19 16:19:05 +00:00
jules
a51a4952e4 Cleaned up a few VC warnings. 2012-11-15 19:11:24 +00:00
jules
f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 2012-11-15 17:55:57 +00:00
jules
667a18712f Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 2012-11-15 13:58:49 +00:00
jules
8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
8a3298ebb8 Added a PropertiesFile::reload() method. 2012-11-02 16:58:13 +00:00
jules
c80bc652e9 Linux font list parsing fix. 2012-10-28 11:13:18 +00:00
jules
f84d57243b Fix for linux font path parsing assertion. 2012-10-25 22:50:11 +01:00
jules
2aa22684f3 Workaround for strange type layout bug in Windows 64. 2012-10-24 10:45:44 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
a0ed9c96e4 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
jules
ec590c29cf Handling variable pixel stride in transformed image render. 2012-08-04 15:23:56 +01:00
jules
19e304bc6f Better support for pixel strides in the software renderer. 2012-08-03 16:27:45 +01:00
jules
4268ed7453 Introjucer: better tool windows. Font fixes. 2012-07-26 13:42:40 +01:00
jules
c6299a08dc Changed the return type of ImageType::create(). 2012-07-18 10:43:27 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. 2012-07-08 20:07:53 +01:00
jules
1cf1cd1a3b Workarounds for some c++11 compiler warnings. 2012-06-23 10:25:16 +01:00
jules
fa3eb07cd0 Mac 10.5 CoreText fix. 2012-06-21 09:31:19 +01:00
jules
5d009a2b73 Workaround for an Apple font bug in 10.6. 2012-06-10 14:39:23 +01:00
jules
4536fce9ab TextLayout RTL fix. 2012-06-08 16:00:54 +01:00
jules
0e6bbcc55c DirectWrite RTL layout fix. 2012-06-08 15:29:58 +01:00
jules
8810c804e4 DirectWrite fix. 2012-06-08 09:57:47 +01:00
jules
7cd30ec175 Direct2DRenderer: added transformations. 2012-05-26 12:44:31 +01:00
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. 2012-05-24 18:50:26 +01:00
jules
75f8a6a440 Removed compatibility for iOS versions before 3.2. 2012-05-24 13:10:20 +01:00
jules
74a866565c DirectWrite tweaks. 2012-05-24 11:19:06 +01:00
jules
38aee86ed1 Tweaks to some Direct2D code. 2012-05-23 17:47:53 +01:00
jules
584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 2012-05-09 13:54:24 +01:00
jules
cd7cdacfd1 OSX/win32 typeface fixes. 2012-05-08 11:11:43 +01:00
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