More TODO cleanup.
This commit is contained in:
parent
e6b33aafd0
commit
7a78825378
5
TODO.md
5
TODO.md
|
@ -1,6 +1,3 @@
|
||||||
- rename newcontrol.[cm] to control.[cm] or something else?
|
|
||||||
- use _UI_EXPORT on OS-specific functions
|
|
||||||
- make their headers generated by an IDL
|
|
||||||
- make sure complain()s don't have \n at the end; add one on each platform
|
- make sure complain()s don't have \n at the end; add one on each platform
|
||||||
- add a `[libui]` to the beginning of the message
|
- add a `[libui]` to the beginning of the message
|
||||||
- figure out what to do on Windows and GTK+ if we don't have menus but the user wants a menubar (zero-height widget? don't bother? complain?)
|
- figure out what to do on Windows and GTK+ if we don't have menus but the user wants a menubar (zero-height widget? don't bother? complain?)
|
||||||
|
@ -55,6 +52,8 @@ ultimately:
|
||||||
- or not even have separators there?
|
- or not even have separators there?
|
||||||
- in which case, hide leading or trailing separators?
|
- in which case, hide leading or trailing separators?
|
||||||
- generate libui.lib and related files
|
- generate libui.lib and related files
|
||||||
|
- rename newcontrol.[cm] to control.[cm] or something else?
|
||||||
|
- make OS-specific headers generated by an IDL
|
||||||
|
|
||||||
notes to self
|
notes to self
|
||||||
- explicitly document label position at top-left corner
|
- explicitly document label position at top-left corner
|
||||||
|
|
Loading…
Reference in New Issue