0a4dd6f9d2
* NEW: Add ReadLine() function to Window that does the same as ncurses getstr(3X) but usable in all input modes * NEW: Encapsulate Input, Cursor and Border modes into static objects * NEW: Tidy up Color class in various places * NEW: Specifiying color values is now done via floats instead of ints * NEW: Remove ContainerW and ContainerH (and corresponding long forms) properties from Window class. It is always .Width/.Height + 2 * NEW: Rename Input.Repeater to Input.RepeatDelay * OPT: Remove unnecessary ncurses input mode changes * OPT: Tidy up Input and Screen code * OPT: Reduce useless calls to input queue read callback in Screen class * BUG: Add constant for already implemented "very visible" cursor mode * BUG: Use opaque input module in Window.Ask() * BUG: Note that NoDelay and Window/Screen events still not work git-svn-id: svn://localhost/gambas/trunk@4827 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
c_color.c | ||
c_color.h | ||
c_input.c | ||
c_input.h | ||
c_key.c | ||
c_key.h | ||
c_screen.c | ||
c_screen.h | ||
c_window.c | ||
c_window.h | ||
gb.ncurses.component | ||
main.c | ||
main.h | ||
Makefile.am |