mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
added win32 todos
git-svn-id: trunk@4303 -
This commit is contained in:
parent
ebc88c752c
commit
9dea2912b1
38
docs/TODO
38
docs/TODO
@ -69,6 +69,12 @@ Contents:
|
||||
TCheckGroup
|
||||
State: working
|
||||
|
||||
TCheckListBox
|
||||
State: working
|
||||
|
||||
TColorButton
|
||||
State: working
|
||||
|
||||
TColorDialog
|
||||
State: working
|
||||
|
||||
@ -138,6 +144,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
|
||||
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
|
||||
|
||||
===============================================================================
|
||||
|
||||
|
2
lcl/interfaces/win32/README
Normal file
2
lcl/interfaces/win32/README
Normal file
@ -0,0 +1,2 @@
|
||||
see the docs/TODO about the state of the win32 interface
|
||||
|
Loading…
Reference in New Issue
Block a user