Age | Commit message (Expand) | Author |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-31 | Fix bool / int mismatch for win64 | tsepez |
2016-10-28 | Stop casting function pointers to data pointers in fx_win32_gdipext.cpp. | tsepez |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-06 | Split m_InstalledTTFonts into two vectors to avoid sketchy logic. | npm |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-10-03 | Remove _FX_OS_ checks in core/fxge/win32/. | thestig |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-15 | Fix memory leaking on ClosePage.chromium/2862 | art-snake |
2016-09-13 | Sort include entries. | dsinclair |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-15 | Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters. | thestig |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-07-29 | Refactor fxge/fx_apple and fx_win header files | npm |
2016-07-27 | Splitting fx_ge_fontmap.cpp | npm |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-18 | Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801 | thestig |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Change func(void) to func() | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-13 | Delete Transform1bppBitmap() after commit 2f30766. | thestig |
2016-06-13 | Remove default arguments from IFX_RenderDeviceDriver. | thestig |
2016-06-13 | Fix CGdiDeviceDriver::DrawLine().chromium/2769chromium/2768chromium/2767 | thestig |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-05-27 | Change IsGDIEnabled() to use a bool. | Lei Zhang |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-19 | Remove agg from skia build | caryclark |
2016-05-19 | Clean up CFX_RenderDevice::DrawNormalText(). | thestig |
2016-05-16 | Fix the code that causes warnings | weili |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Remove IFX_FontEnumerator | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | support gradients and stroke+fill | caryclark |
2016-03-24 | Remove strange integral constants for "true", "false", "%PDF". | Tom Sepez |