mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 21:20:26 +02:00
added win32 todos
git-svn-id: trunk@4303 -
This commit is contained in:
parent
ebc88c752c
commit
9dea2912b1
42
docs/TODO
42
docs/TODO
@ -69,6 +69,12 @@ Contents:
|
|||||||
TCheckGroup
|
TCheckGroup
|
||||||
State: working
|
State: working
|
||||||
|
|
||||||
|
TCheckListBox
|
||||||
|
State: working
|
||||||
|
|
||||||
|
TColorButton
|
||||||
|
State: working
|
||||||
|
|
||||||
TColorDialog
|
TColorDialog
|
||||||
State: working
|
State: working
|
||||||
|
|
||||||
@ -138,6 +144,9 @@ Contents:
|
|||||||
TPaintBox
|
TPaintBox
|
||||||
State: working
|
State: working
|
||||||
|
|
||||||
|
TPairSplitter
|
||||||
|
State: working
|
||||||
|
|
||||||
TPanel
|
TPanel
|
||||||
State: working
|
State: working
|
||||||
|
|
||||||
@ -266,11 +275,36 @@ Contents:
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
1.5 win32 interface
|
1.5 win32 interface
|
||||||
|
|
||||||
State: Examples already works, IDE does not work. Most things implemented.
|
General
|
||||||
Needs debugging
|
State: Some examples already work, IDE does not work. Most things
|
||||||
Skills: Knowledge of LCL, win32 api
|
implemented. Needs debugging
|
||||||
Difficulty: medium
|
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