- 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 9 years ago
- 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
- 4ce94e1 Make code compile with clang_use_chrome_plugin (part VI) by weili · 9 years ago
- d931476 Remove unused code. by dsinclair · 9 years ago
- a261534 Remove barcode reading code. by dsinclair · 9 years ago
- 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 9 years ago
- 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
- 215507d Avoid casts via correct types in fgas_textbreak by tsepez · 9 years ago
- a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 9 years ago
- 9896339 Fix more code which has shadow variables by weili · 9 years ago
- 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
- 6f4f233 Remove FWL_HTIMER in favor of IWFL_TimerInfo by tsepez · 9 years ago
- 48ddd86 Make GetDevFont() return a CFX_Font* instead of void* by tsepez · 9 years ago
- 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 9 years ago
- 8d4e0d4 Fix more bugs found by /analyze tool by weili · 9 years ago
- b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 9 years ago
- b5032dd Remove two unused opaque handle types by tsepez · 9 years ago
- db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
- ad700c2 Replace FWL_HLISTITEM with class IFWL_ListItem {} by tsepez · 9 years ago
- bbff419 Fix two bugs found by /analyze tool by weili · 9 years ago
- a54bc40 Add back-pointer to "Associated widget" to CFWL_WidgetImp. by tsepez · 9 years ago
- 800222e Fix MSVC C4800 build warnings. by thestig · 9 years ago
- befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
- 54ab234 Add opaque "layout item" to widgets for caller's use. by tsepez · 9 years ago
- 60607c3 Enable chromium_code standard for XFA code by weili · 9 years ago
- 7091c5b Remove unused FWL_Error::OutOfMemory by tsepez · 9 years ago
- d2b93df Remove one (of several) usages of SetPrivateData from IFWL_Widget by tsepez · 9 years ago
- 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 9 years ago
- 5aaa9bc Correctly implement GetPartState() function by weili · 9 years ago
- 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 9 years ago
- 4cafdef Return no style in GetItemStyles() for item of null pointer by weili · 9 years ago
- f0a1282 Remove Release() from CFX_Barcode by tsepez · 9 years ago
- 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
- dc3ccdf Fix a bug on scrollbar's checking theme states by weili · 9 years ago
- 24ca59c Fix unreachable code in fwl_comboboximp.cpp by tsepez · 9 years ago
- 192bb33 Use std::map, std::unique_ptr in fwl_widgetmgrimp.h by tsepez · 9 years ago
- 8b45eb1 Work around sign compare error from commit be9b894. by thestig · 9 years ago
- 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
- 0aae2a7 Remove Release() from CXFA_FWLTheme by tsepez · 9 years ago
- 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
- be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
- 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
- 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
- afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
- 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
- 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
- f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
- b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
- c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
- 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
- b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
- ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
- 8f4bf9a More define cleanup. by dsinclair · 9 years ago
- 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
- 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
- fbe14b9 Fix lint bugs. by thestig · 9 years ago
- b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
- 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
- d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
- 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
- 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
- bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
- b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
- 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
- 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
- b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
- 6d8555d Fix standalone mac build by dsinclair · 9 years ago
- 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
- acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
- c104dfa Remove unused FWL flags by dsinclair · 9 years ago
- f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
- 1117828 Remove fullscreen code. by dsinclair · 9 years ago
- 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 9 years ago
- 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
- 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
- 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
- 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
- bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
- ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
- c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
- 380f20a Remove some FWL code. by dsinclair · 9 years ago
- eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
- 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
- 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
- 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
- 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
- 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
- 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
- fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
- 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
- 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
- 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
- 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
- df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
- 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago
- deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
- 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
- d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago
- 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
- a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago