| 3 years | Frank Benoit | fix: thx torhu |
| 3 years | Frank Benoit | Fix compile error on dmd 1.049. Thanks Torhu |
| 4 years | Frank Benoit | Fixes for dmd 1.041 and tango 0.99.8 |
| 4 years | Frank Benoit | update for tango |
| 4 years | Frank Benoit | Fix special case |
| 4 years | Frank Benoit | Remove tango deprecation warnings. |
| 4 years | Frank Benoit | Global flag to disable the dispose checking |
| 4 years | Frank Benoit | Fix problems at GC run at main()'s end. |
| 4 years | Frank Benoit | Generate error if a resource is deleted without disposal. Without that, is is very hard to find accidental deleted/scoped Color/Font/.. |
| 4 years | Frank Benoit | Tango updates, removing trace prints and added prints via Logger |
| 4 years | Frank Benoit | Removed trace outputs. |
| 4 years | Craig Slusher | it is possible for "this.istr" to be null before this method is called, so we should check for it before attempting to close the stream |
| 4 years | John Reimer | Remove file |
| 4 years | John Reimer | Exclude directories while xpcom support implemented |
| 4 years | John Reimer | Adding Mozilla XPCOM interfaces from dwt-linux to dwt-win |
| 4 years | Frank Benoit | Fixed tango bug report 1413 |
| 4 years | Frank Benoit | Remove debug prints |
| 4 years | Frank Benoit | More unicode checks |
| 4 years | Frank Benoit | Fix unicode handling |
| 4 years | Frank Benoit | PrintWindow only avaible starting WinXp (5.1) |
| 4 years | Frank Benoit | Fix compile errors |
| 4 years | Frank Benoit | Merge changes SWT 3.4.1 |
| 4 years | Frank Benoit | Enable unicode literal in resource bundles. |
| 4 years | Frank Benoit | Fix the languag file support. |
| 4 years | Frank Benoit | Add support for SWT language files |
| 4 years | Frank Benoit | Add 'all.d' for package import, dwt.all for everything, dwt.std for the most essential. |
| 4 years | Frank Benoit | Sync dwt/custom with dwt-linux |
| 4 years | Frank Benoit | sync dwt/internal/image with dwt-linux |
| 4 years | Frank Benoit | Fix 2 typos |
| 4 years | Frank Benoit | Fix tango.core.Array.remove use |
| 4 years | Frank Benoit | Improved Listeners access functions. |
| 4 years | Frank Benoit | Fix remaining porting type |
| 4 years | Frank Benoit | String version for Widget getData,setData |
| 4 years | Frank Benoit | Tango breaking change for new package tango.io.device |
| 4 years | Frank Benoit | typo |
| 4 years | Frank Benoit | Fix compile error. |
| 4 years | Frank Benoit | Sync with dwt-linux |
| 4 years | Frank Benoit | Resouce manifest to ID 1 |
| 4 years | Frank Benoit | rm trace import |
| 4 years | Frank Benoit | Omit array bounds checking on dynamic struct length. |
| 4 years | Frank Benoit | Fixed missing casts to interface types. |
| 4 years | Frank Benoit | OLE fixes, thanks to Enzo Petrelli. |
| 4 years | Frank Benoit | Allow null args |
| 4 years | Frank Benoit | Fix: IME unicode processing. |
| 4 years | Frank Benoit | Fix: IME ole call and string processing. |
| 4 years | Frank Benoit | Fix: render bug of multicolumn tree widget. |
| 4 years | Frank Benoit | Some doc |
| 4 years | Frank Benoit | Fix: mouse selection for TextLayout |
| 4 years | Frank Benoit | Fix: non ascii Inputs. |
| 4 years | Frank Benoit | sync with dwt-linux |
| 4 years | Frank Benoit | rm cast |
| 4 years | Frank Benoit | Fix: make null ptr possible for WCHARzToStr, thanks Enzo Petrelli |
| 4 years | Frank Benoit | Fix: indirection typo, thanks Enzo Petrelli |
| 4 years | Frank Benoit | Fix: set SCRIPT_CACHE to zero |
| 4 years | Frank Benoit | TextLayout with wchar[] segments text and translation tables |
| 4 years | Frank Benoit | init values |
| 4 years | Frank Benoit | merge |
| 4 years | Frank Benoit | Fix for OLE functionality. Thanks to Enzo Petrelli |
| 4 years | Frank Benoit | Add Long min/max value |
| 4 years | Frank Benoit | Fix: missing opEquals, toHash for ArrayWrapper. |