|
Revision 78, 1.2 kB
(checked in by lindquist, 1 year ago)
|
replaced trunk with branches/bughunt
|
| Line | |
|---|
| 1 |
* x11 |
|---|
| 2 |
- font/fontset/encoding |
|---|
| 3 |
- window resizing/repaint DONE |
|---|
| 4 |
|
|---|
| 5 |
* mswindows |
|---|
| 6 |
- A vs W for string inputs - convert to wchar (DONE except for save/openFileDialog) |
|---|
| 7 |
|
|---|
| 8 |
* events: key, mouse DONE (well, some mouse) |
|---|
| 9 |
* event: window, focus, window-destroy etc etc |
|---|
| 10 |
* canvas DONE |
|---|
| 11 |
* framed panel DONE |
|---|
| 12 |
* layout mgr DONE |
|---|
| 13 |
* label DONE |
|---|
| 14 |
* cursor control |
|---|
| 15 |
* List widget |
|---|
| 16 |
* group-component DONE |
|---|
| 17 |
* images/offscreen rendering DONE |
|---|
| 18 |
* GXContext extensions for gdi+ and fancy drawing |
|---|
| 19 |
* color mgnt needed? just assume true-color on X DONE-true-color |
|---|
| 20 |
* double-buffering |
|---|
| 21 |
* abstract button DONE |
|---|
| 22 |
* toggle/radio button DONE |
|---|
| 23 |
* text widgets DONE |
|---|
| 24 |
* selection/clipboard |
|---|
| 25 |
* modal/nonmodal dialog DONE |
|---|
| 26 |
* util dialog boxes DONE(file) |
|---|
| 27 |
* screen access |
|---|
| 28 |
* cmd line parsing |
|---|
| 29 |
* printing (where supported) |
|---|
| 30 |
* scroll pane/scroll bars DONE |
|---|
| 31 |
* sash |
|---|
| 32 |
* menus DONE(basic) |
|---|
| 33 |
* context menus/popup menus |
|---|
| 34 |
* layout min/max size and |
|---|
| 35 |
* layout hide on overflow DONE |
|---|
| 36 |
|
|---|
| 37 |
requests: |
|---|
| 38 |
window title getter DONE |
|---|
| 39 |
custom window background color (not just white) DONE |
|---|
| 40 |
get pen and font data from peers |
|---|
| 41 |
test image, brush on gtk DONE |
|---|
| 42 |
fillPolygon on Windows |
|---|
| 43 |
|
|---|
| 44 |
bugs: |
|---|
| 45 |
dropdown on windows doesn't work |
|---|
| 46 |
GroupBox doesn't let radio buttons switch |
|---|
| 47 |
list on gtk is squished FIXED |
|---|
| 48 |
border layout completely untested |
|---|