Began creating the listbox widget. It's still just a structure.
commita7a60845327132d36667755db618a6224aa20d32
authordwk <dwk@b022f027-f587-4676-bc72-f0cf7b603704>
Sat, 28 Jul 2007 18:37:31 +0000 (28 18:37 +0000)
committerdwk <dwk@b022f027-f587-4676-bc72-f0cf7b603704>
Sat, 28 Jul 2007 18:37:31 +0000 (28 18:37 +0000)
tree661c5d3b265317268e6642f55e9c3803761773fd
parent13f965cb1cf60f0f0cb780d5b1c68aa779b55da2
Began creating the listbox widget. It's still just a structure.

Added the cursor into textboxes, but it's always displayed, except when
the textbox is empty, in which case it is never displayed, whether the
textbox is selected or not. This is because too much code is being put
into paint_box(): the text-blitting needs to move to a new function.

Textbox scrolling now works perfectly. Along with the cursor it looks
very nice.

First tried an ad-hoc method of reading keyboard input into a textbox,
then used SDL_EnableUNICODE(). Because of the overhead of this function,
it's only enabled when it really needs to be. The result of this is that
the textbox works very nicely, for ASCII characters anyway.

Textboxes need a flag to indicate which characters they accept, so that
there can be integer textbox widgets for the screen dimensions, for
example.

Added a "Restrict cursor" checkbox to the graphics options, which
actually does what it's supposed to. It assumes that restrictfocus is 0
by default.
TODO
game.c
graphics.c
graphics.h
loop.c
options.c
options.h