From 9dea2912b124623d9df3029b81d9d6bb8670cfaf Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 24 Jun 2003 09:57:01 +0000 Subject: [PATCH] added win32 todos git-svn-id: trunk@4303 - --- docs/TODO | 42 +++++++++++++++++++++++++++++++++---- lcl/interfaces/win32/README | 2 ++ 2 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 lcl/interfaces/win32/README diff --git a/docs/TODO b/docs/TODO index 0cfd34aa71..a312107d96 100644 --- a/docs/TODO +++ b/docs/TODO @@ -68,6 +68,12 @@ Contents: TCheckGroup State: working + + TCheckListBox + State: working + + TColorButton + State: working TColorDialog State: working @@ -137,6 +143,9 @@ Contents: TPaintBox State: working + + TPairSplitter + State: working TPanel State: working @@ -266,11 +275,36 @@ Contents: ------------------------------------------------------------------------------- 1.5 win32 interface - State: Examples already works, IDE does not work. Most things implemented. - Needs debugging - Skills: Knowledge of LCL, win32 api - Difficulty: medium + General + State: Some examples already work, IDE does not work. Most things + implemented. Needs debugging + Skills: Knowledge of LCL, win32 api + Difficulty: medium + Menus + State: needs testing and proper implementation of menu item ids. + Skills: win32 + Difficulty: medium + + Form Sizes + State: form sizes are not honoured, they are often way too big. + Skills: win32 + Difficulty: medium + + TPromptDialog: + State: in these dialogs there is no text. + Skills: win32 + Difficulty: medium + + TBitBtn + State: no text + Skills: win32 + Difficulty: medium + + TTimers: + State: crash the application internally...application hangs. + Skills: win32 + Difficulty: medium =============================================================================== diff --git a/lcl/interfaces/win32/README b/lcl/interfaces/win32/README new file mode 100644 index 0000000000..147dc615e8 --- /dev/null +++ b/lcl/interfaces/win32/README @@ -0,0 +1,2 @@ +see the docs/TODO about the state of the win32 interface +