summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_arabic.cpp
AgeCommit message (Expand)Author
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang
2017-07-27Simplify CFX_BidiLine code.Lei Zhang
2017-03-15Fix botch introduced at 193e6ca, try 2.Tom Sepez
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-14Merge text breaking helper classes.Dan Sinclair
2017-03-07Cleanup text codeDan Sinclair
2017-01-24Use std::vector for fx_ucd.h arrays.chromium/2992tsepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Remove unused code for Arabic char and line handlingweili
2016-05-20Use enum type for char type variablesweili
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair