├── Demo ├── Delphi10.3 │ ├── IGDIPlusDemo.dpr │ ├── IGDIPlusDemo.dproj │ ├── IGDIPlusDemo.res │ ├── Unit1.dfm │ └── Unit1.pas ├── Delphi10.4 │ ├── IGDIPlusDemo.dpr │ ├── IGDIPlusDemo.dproj │ ├── IGDIPlusDemo.res │ ├── Unit1.dfm │ └── Unit1.pas ├── Delphi11.0 │ ├── IGDIPlusDemo.dpr │ ├── IGDIPlusDemo.dproj │ ├── IGDIPlusDemo.res │ ├── Unit1.dfm │ └── Unit1.pas ├── Delphi12.0 │ ├── IGDIPlusDemo.dpr │ ├── IGDIPlusDemo.dproj │ ├── IGDIPlusDemo.res │ ├── Unit1.dfm │ └── Unit1.pas └── Delphi13.0 │ ├── IGDIPlusDemo.dpr │ ├── IGDIPlusDemo.dproj │ ├── IGDIPlusDemo.res │ ├── Unit1.dfm │ └── Unit1.pas ├── FMX.IGDIPlusExt.pas ├── Help ├── IGDIPlusD12_h2reg.ini ├── IGDIPlusD13_h2reg.ini ├── IGDIPlusD15_h2reg.ini ├── IGDIPlusD16_h2reg.ini ├── IGDIPlusD17_h2reg.ini ├── IGDIPlusD18_h2reg.ini ├── IGDIPlusD19_h2reg.ini ├── IGDIPlusDXE6_h2reg.ini ├── IGDIPlusDXE7_h2reg.ini ├── IGDIPlusDoc.HxC ├── IGDIPlusDoc_COL_MASTER.HxC ├── IGDIPlusDoc_COL_MASTER.HxT ├── IGDIPlusDoc_COL_MASTER_A.HxK ├── IGDIPlusDoc_COL_MASTER_F.HxK ├── IGDIPlusDoc_COL_MASTER_K.HxK ├── IGDIPlusDoc_COL_MASTER_NamedURL.HxK └── IGDIPlusVCL.HxS ├── IGDIPlus.pas ├── IGDIPlusAPI.inc ├── Lib ├── cbgdiplus.a └── cbgdiplus.lib ├── README.md └── VCL.IGDIPlusExt.pas /Demo/Delphi10.3/IGDIPlusDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.3/IGDIPlusDemo.dpr -------------------------------------------------------------------------------- /Demo/Delphi10.3/IGDIPlusDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.3/IGDIPlusDemo.dproj -------------------------------------------------------------------------------- /Demo/Delphi10.3/IGDIPlusDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.3/IGDIPlusDemo.res -------------------------------------------------------------------------------- /Demo/Delphi10.3/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.3/Unit1.dfm -------------------------------------------------------------------------------- /Demo/Delphi10.3/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.3/Unit1.pas -------------------------------------------------------------------------------- /Demo/Delphi10.4/IGDIPlusDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.4/IGDIPlusDemo.dpr -------------------------------------------------------------------------------- /Demo/Delphi10.4/IGDIPlusDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.4/IGDIPlusDemo.dproj -------------------------------------------------------------------------------- /Demo/Delphi10.4/IGDIPlusDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.4/IGDIPlusDemo.res -------------------------------------------------------------------------------- /Demo/Delphi10.4/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.4/Unit1.dfm -------------------------------------------------------------------------------- /Demo/Delphi10.4/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi10.4/Unit1.pas -------------------------------------------------------------------------------- /Demo/Delphi11.0/IGDIPlusDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi11.0/IGDIPlusDemo.dpr -------------------------------------------------------------------------------- /Demo/Delphi11.0/IGDIPlusDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi11.0/IGDIPlusDemo.dproj -------------------------------------------------------------------------------- /Demo/Delphi11.0/IGDIPlusDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi11.0/IGDIPlusDemo.res -------------------------------------------------------------------------------- /Demo/Delphi11.0/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi11.0/Unit1.dfm -------------------------------------------------------------------------------- /Demo/Delphi11.0/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi11.0/Unit1.pas -------------------------------------------------------------------------------- /Demo/Delphi12.0/IGDIPlusDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi12.0/IGDIPlusDemo.dpr -------------------------------------------------------------------------------- /Demo/Delphi12.0/IGDIPlusDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi12.0/IGDIPlusDemo.dproj -------------------------------------------------------------------------------- /Demo/Delphi12.0/IGDIPlusDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi12.0/IGDIPlusDemo.res -------------------------------------------------------------------------------- /Demo/Delphi12.0/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi12.0/Unit1.dfm -------------------------------------------------------------------------------- /Demo/Delphi12.0/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi12.0/Unit1.pas -------------------------------------------------------------------------------- /Demo/Delphi13.0/IGDIPlusDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi13.0/IGDIPlusDemo.dpr -------------------------------------------------------------------------------- /Demo/Delphi13.0/IGDIPlusDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi13.0/IGDIPlusDemo.dproj -------------------------------------------------------------------------------- /Demo/Delphi13.0/IGDIPlusDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi13.0/IGDIPlusDemo.res -------------------------------------------------------------------------------- /Demo/Delphi13.0/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi13.0/Unit1.dfm -------------------------------------------------------------------------------- /Demo/Delphi13.0/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Demo/Delphi13.0/Unit1.pas -------------------------------------------------------------------------------- /FMX.IGDIPlusExt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/FMX.IGDIPlusExt.pas -------------------------------------------------------------------------------- /Help/IGDIPlusD12_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD12_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD13_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD13_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD15_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD15_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD16_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD16_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD17_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD17_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD18_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD18_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusD19_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusD19_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusDXE6_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDXE6_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusDXE7_h2reg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDXE7_h2reg.ini -------------------------------------------------------------------------------- /Help/IGDIPlusDoc.HxC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc.HxC -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER.HxC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER.HxC -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER.HxT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER.HxT -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER_A.HxK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER_A.HxK -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER_F.HxK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER_F.HxK -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER_K.HxK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER_K.HxK -------------------------------------------------------------------------------- /Help/IGDIPlusDoc_COL_MASTER_NamedURL.HxK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusDoc_COL_MASTER_NamedURL.HxK -------------------------------------------------------------------------------- /Help/IGDIPlusVCL.HxS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Help/IGDIPlusVCL.HxS -------------------------------------------------------------------------------- /IGDIPlus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/IGDIPlus.pas -------------------------------------------------------------------------------- /IGDIPlusAPI.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/IGDIPlusAPI.inc -------------------------------------------------------------------------------- /Lib/cbgdiplus.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Lib/cbgdiplus.a -------------------------------------------------------------------------------- /Lib/cbgdiplus.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/Lib/cbgdiplus.lib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/README.md -------------------------------------------------------------------------------- /VCL.IGDIPlusExt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmitov/IGDIPlus/HEAD/VCL.IGDIPlusExt.pas --------------------------------------------------------------------------------