Age | Commit message (Expand) | Author |
2018-05-11 | Inline Disform_* methods. | Henrique Nakashima |
2018-05-11 | Remove CFWL_WidgetMgr::IsFormDisabled(). | Henrique Nakashima |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-05-02 | CFWL_MonthCalendar::GetTodayText() includes "Today" string. | Henrique Nakashima |
2018-05-01 | Transform rect out param from reference to pointer in XFA code. | Henrique Nakashima |
2018-05-01 | Start at today's date in XFA Month Calendar.chromium/3417 | Henrique Nakashima |
2018-04-27 | Update caret after changes that could move lines in XFA edit. | Henrique Nakashima |
2018-04-27 | Fix backspace on 1st character of a line erases the line break. | Henrique Nakashima |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-25 | Make XFA Caret become immediately visible when moved. | Henrique Nakashima |
2018-04-25 | Fix behavior of Delete key in XFA edit. | Henrique Nakashima |
2018-04-19 | Fix caret not moving to click target in XFA edit. | Henrique Nakashima |
2018-04-18 | Do not show validation errors if PDF not yet loadedchromium/3400 | Ryan Harrison |
2018-04-05 | Remove spellchecking code from XFAchromium/3390 | Ryan Harrison |
2018-04-04 | Caret blinks with lower frequency in XFA text field. | Henrique Nakashima |
2018-04-04 | [fwl] Restrict setting cursor outside text bounds | Dan Sinclair |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-08 | Unset timer in XFA scrollbar after stopping it. | Henrique Nakashima |
2018-03-08 | Move GetPopupPos from CFWL_Widget to subclasses that call it. | Henrique Nakashima |
2018-03-06 | Remove axial gradients from XFA widgets. | Henrique Nakashima |
2018-03-05 | Cleanup CFWL_ScrollBar::Timer::Run. | Henrique Nakashima |
2018-03-05 | Fix crash when dragging scrollbar in XFA form. | Henrique Nakashima |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-20 | Fix typo in method name FillSoildRect(). | Nico Weber |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-07 | Restore assert when GetCharacterInfo is called on an empty edit. | Henrique Nakashima |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-01-26 | Clean up construction of CFX_Barcode | Ryan Harrison |
2018-01-22 | Move the UI elements from CXFA_WidgetAcc to CXFA_Node | Dan Sinclair |
2018-01-22 | Add flag to notify if a node widget is ready | Dan Sinclair |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-16 | Remove CXFA_Graphics::StretchImage() and related code. | Lei Zhang |
2018-01-11 | Rename CXFA_Box methods to make return clearer | Dan Sinclair |
2018-01-08 | Change the FFWidgets to store the node | Dan Sinclair |
2018-01-05 | Convert CFWL_Edit Cut & Copy out param to return | Ryan Harrison |
2018-01-05 | Convert CFWL_DateTimePicker::FormatDateString to return WideString | Ryan Harrison |
2018-01-03 | Convert CXFA_StrokeData to CXFA_Stroke | Dan Sinclair |
2018-01-03 | Change CXFA_BoxData to CXFA_Box | Dan Sinclair |
2017-12-07 | Fix WideString::Format instances that should use %ls | Ryan Harrison |
2017-12-07 | Change %s to %ls in calls to WideString::Format | Ryan Harrison |
2017-11-20 | Remove CXFA_DataData operator bool override | Dan Sinclair |
2017-11-16 | Make WideString::{Format|FormatV} static | Dan Sinclair |
2017-11-14 | Rename the fxgraphics classes | Dan Sinclair |
2017-11-07 | Rename CXFA_Edge to CXFA_EdgeData | Dan Sinclair |
2017-11-07 | Rename CXFA_Border to CXFA_BorderData | Dan Sinclair |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Fix checks for FX_WIN64_DESKTOP | Dan Sinclair |
2017-09-26 | Move font source into CFGAS_FontMgr | Dan Sinclair |