Age | Commit message (Expand) | Author |
2017-10-16 | Simplify CPVT_GenerateAP interface | Dan Sinclair |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-06-27 | Made existing annotation APIs to work with APchromium/3143 | Jane Liu |
2017-06-22 | Minor change to AP generation logic | Jane Liu |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2016-12-13 | Use CFX_MaybeOwned<> in CPDF_Annot. | tsepez |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-10 | Use more unique_ptrs for CPDF_Annot and friends. | thestig |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
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/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-06 | Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeeded | tonikitoo |
2016-09-01 | Fix leaks due to created popup annotationschromium/2847 | weili |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
2016-08-25 | CPDF_Annot::GetRect() should return CFX_FloatRect. | jaepark |
2016-08-24 | Lazy generate an "AP" when an Annot's hidden state changes | tonikitoo |
2016-08-22 | Generate default AP stream for text annotation. | jaepark |
2016-08-16 | Hidden annotations should not be drawn | tonikitoo |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Generate default AP stream for ink annotation. | jaepark |
2016-08-09 | Generate default AP stream for circle annotation. | jaepark |
2016-08-09 | Generate default AP stream for square annotation. | jaepark |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-03 | Generate default AP stream for squiggly annotation. | jaepark |
2016-08-02 | Generate default AP stream for strike out annotation. | jaepark |