Commit Graph

461 Commits

Author SHA1 Message Date
Steven R. Loomis
5438ea9c71 ICU-10234 performance improvements in Layout: (1) in LETableReference, making some functions inline (minimal), (2) OpenTypeUtilities moving range checking out of the inner loop, and the big one is (3) GlyphIterator, caching the result of filterGlyph. (caching more than one had minimal or negative improvement)
X-SVN-Rev: 33845
2013-06-25 00:46:51 +00:00
Steven R. Loomis
31cb42cfce ICU-10233 manually update LEScripts.h - should do a full regenerate.
X-SVN-Rev: 33844
2013-06-25 00:32:25 +00:00
Steven R. Loomis
7d61cab22d ICU-10143 set to null was a mistake. fGlyphStorage is null when theres already an error (and the error code is set).
X-SVN-Rev: 33680
2013-05-18 00:06:58 +00:00
Steven R. Loomis
d0a2386ee3 ICU-10147 fix header typo
X-SVN-Rev: 33679
2013-05-17 23:55:48 +00:00
Michael Ow
4b966aacc4 ICU-10083 Update version number to 52.0.1 and update timebombs
X-SVN-Rev: 33604
2013-05-07 19:53:34 +00:00
Steven R. Loomis
53d7ea4930 ICU-10107 improve API docs for new function
X-SVN-Rev: 33540
2013-04-19 23:39:07 +00:00
Steven R. Loomis
f2fbc8c394 ICU-10107 LayoutEngine improvements
X-SVN-Rev: 33535
2013-04-18 21:24:51 +00:00
Steven R. Loomis
98b675629d ICU-10107 bump script codes
X-SVN-Rev: 33531
2013-04-15 23:56:16 +00:00
Steven R. Loomis
226d538c97 ICU-10013 fix tags for LETypes.h, regen api change report
X-SVN-Rev: 33412
2013-03-12 21:22:53 +00:00
Steven R. Loomis
feddf0fa6b ICU-9868 morx support (contributed - fix version check, minor fixes)
X-SVN-Rev: 33136
2013-02-07 01:08:41 +00:00
Michael Ow
90396bbf08 ICU-9868 Add more missing files from layout MSVC project file
X-SVN-Rev: 33132
2013-02-06 23:16:05 +00:00
Michael Ow
dec9f9b51e ICU-9868 Add missing files in layout MSVC project file
X-SVN-Rev: 33131
2013-02-06 21:53:02 +00:00
Steven R. Loomis
3509164083 ICU-9868 morx support (contributed)
X-SVN-Rev: 33130
2013-02-06 07:01:19 +00:00
Steven R. Loomis
caf814a5db ICU-9721 bump versions to 51.0.1
X-SVN-Rev: 32811
2012-11-13 23:10:20 +00:00
Steven R. Loomis
1d83357783 ICU-9306 add internal function to include table size, also other changes for harfbuzz
X-SVN-Rev: 32804
2012-11-13 03:42:48 +00:00
Michael Ow
0ca13b73b0 ICU-9292 Merge BEAM warning fixes from branch into trunk
X-SVN-Rev: 31792
2012-05-03 05:50:26 +00:00
Michael Ow
bbad39b77a ICU-9232 Update version in ICU4C to 50.0.1 and update time bombs
X-SVN-Rev: 31725
2012-04-18 17:03:06 +00:00
Peter Edberg
aad3d090d4 ICU-9091 Updates based on PMC discussion, also remove some inappropriate #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31486
2012-02-22 22:55:52 +00:00
Andy Heninger
5b3a708915 ICU-8992 Compiler Warning cleanup for gcc 4.6.1
X-SVN-Rev: 31329
2012-02-06 19:57:08 +00:00
Markus Scherer
43bb4f2cf4 ICU-8827 Unicode 6.1 update: svn merge branches/markus/uni61 at r31062 into the trunk
X-SVN-Rev: 31071
2011-12-08 22:37:24 +00:00
Michael Ow
e144d4ff66 ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
X-SVN-Rev: 30961
2011-11-14 22:33:19 +00:00
Steven R. Loomis
53c67d692d ICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable-rpath (the default) caused icu-config selftest to fail
X-SVN-Rev: 30913
2011-11-03 20:48:20 +00:00
Markus Scherer
c801179c8d ICU-8657 fix endianness test, was missing && (BYTE_ORDER == BIG_ENDIAN)
X-SVN-Rev: 30516
2011-08-16 16:51:51 +00:00
Markus Scherer
e24455e6fc ICU-8657 fix endianness test, was missing && (BYTE_ORDER == BIG_ENDIAN)
X-SVN-Rev: 30507
2011-08-15 18:35:56 +00:00
Michael Ow
a00f98f20e ICU-8310 Fix missing parenthesis
X-SVN-Rev: 30485
2011-08-11 18:45:09 +00:00
John Emmons
900d537065 ICU-8361 Fix array overrun in Indic layout engine
X-SVN-Rev: 30478
2011-08-08 21:00:35 +00:00
Markus Scherer
4e30dc4c14 ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
X-SVN-Rev: 30447
2011-08-01 02:20:46 +00:00
Markus Scherer
9bcc40cf9e ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
2011-07-23 00:10:30 +00:00
Michael Ow
e258161603 ICU-8310 Use inline function to avoid dereferencing type-punned pointer warning
X-SVN-Rev: 30410
2011-07-22 22:02:57 +00:00
Markus Scherer
08e1d54eab ICU-8657 fix mis-named LESwaps methods
X-SVN-Rev: 30274
2011-07-05 06:12:51 +00:00
Michael Ow
65629eb419 ICU-8635 Update ICU4C version to 49.0.1 (49M1)
X-SVN-Rev: 30216
2011-06-14 00:00:57 +00:00
Steven R. Loomis
625b955e7d ICU-8428 update windows version#
X-SVN-Rev: 30079
2011-05-10 17:17:39 +00:00
Steven R. Loomis
63dd5be23d ICU-8525 doxygen warnings
X-SVN-Rev: 30029
2011-05-05 01:35:22 +00:00
Doug Felt
ac61a7b5bc ICU-8320 fix problem with fonts that have bad feature lookup tables
X-SVN-Rev: 29711
2011-03-30 21:18:32 +00:00
Doug Felt
8235317928 ICU-8318 disable hebrew ligatures, add symbolic constants for typo flags
X-SVN-Rev: 29676
2011-03-21 20:48:42 +00:00
John Emmons
8793884266 ICU-8200 Treat Telugu vocalic r rr similar to Kannada
X-SVN-Rev: 29403
2011-02-07 15:13:52 +00:00
Michael Ow
30153c1400 ICU-8209 Update version number in ICU4C to 4.7.1
X-SVN-Rev: 29186
2010-12-10 20:32:03 +00:00
Markus Scherer
ded551cad3 ICU-7264 update layout engine script data
X-SVN-Rev: 28922
2010-10-26 22:15:58 +00:00
Steven R. Loomis
adb11cba8d ICU-8028 update version number to milestone:4.6, bump timebombs, etc
X-SVN-Rev: 28785
2010-10-09 01:23:28 +00:00
John Emmons
5a88748c9f ICU-6995 Fix character classifications in Kannada
X-SVN-Rev: 28766
2010-10-06 17:44:33 +00:00
Steven R. Loomis
dec09768b9 ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
2010-08-10 20:16:09 +00:00
Markus Scherer
11e525a1a7 ICU-7762 fix LESwaps::swapWord() for C++ & CLang
X-SVN-Rev: 28200
2010-06-15 18:56:44 +00:00
Steven R. Loomis
3c32f28189 ICU-7586 update version number for milestone:4.5.1
X-SVN-Rev: 27892
2010-04-02 00:12:54 +00:00
Markus Scherer
560b4d077b ICU-7243 update layout engine with new script codes
X-SVN-Rev: 27697
2010-02-26 04:43:45 +00:00
Steven R. Loomis
48323123a3 ICU-7425 update ICU DLL comments
X-SVN-Rev: 27589
2010-02-18 04:33:41 +00:00
Steven R. Loomis
55150bd679 ICU-6920 update version number to 4.4, and attempt to update windows files automatically
X-SVN-Rev: 27583
2010-02-17 22:18:24 +00:00
Steven R. Loomis
1457da183c ICU-7353 docs fixup and updated API Change Report
X-SVN-Rev: 27537
2010-02-11 00:53:57 +00:00
Steven R. Loomis
f517a0db14 ICU-7304 fix API promotions from bad checkins r27396 and r27397
X-SVN-Rev: 27436
2010-01-28 21:09:53 +00:00
Steven R. Loomis
b361793726 ICU-7304 draft 4.2 to stable 4.4 ( also cleaned up some ICU-7290 issues )
X-SVN-Rev: 27396
2010-01-23 06:36:03 +00:00
Michael Ow
195c691790 ICU-7283 Fix renaming of Features.h to ICUFeatures.h
X-SVN-Rev: 27168
2010-01-07 22:57:20 +00:00