summaryrefslogtreecommitdiff
path: root/core/fxge/win32
AgeCommit message (Expand)Author
2017-04-21Use unique_ptr in CFX_FolderFontInfo::m_FontListchromium/3079Tom Sepez
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20core: choosen -> chosenMiklos Vajna
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-07Use CFX_MaybeOwned on the buffer of CFX_DIBitmapNicolas Pena
2017-04-04Remove dib_int.hNicolas Pena
2017-04-04Let CPDF_ImageRenderer own the CFX_ImageRendererNicolas Pena
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Split fx_dib part 4Nicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-16Convert fx_font points to CFX_Point{F}sDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-12Add postscript pathrbpotter
2017-01-10Remove CFX_ArrayTemplate in cfx_psrender.tsepez
2017-01-06Revert postscript code removal.rbpotter
2017-01-05Fix bCJK calculation in Windows MapFontnpm
2016-12-14More unique_ptr returns from DIB methods.tsepez
2016-12-12Fix dotted line drawing for GDI device driverweili
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-31Fix bool / int mismatch for win64tsepez
2016-10-28Stop casting function pointers to data pointers in fx_win32_gdipext.cpp.tsepez
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-06Split m_InstalledTTFonts into two vectors to avoid sketchy logic.npm
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-10-03Remove _FX_OS_ checks in core/fxge/win32/.thestig
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-20Refactor CFX_FontCache to have only one in GE Module.art-snake