Max Horn
|
0b82e20b00
|
improved keyboard input behaviour in SDL backend: make use of the unicode feature in SDL. This way, Shift-1 on my german keyboard generates ! not 1 (on an US keyboard it'll be a different symbol). Should fix bug #600258 and #551447
svn-id: r5692
|
2002-11-22 18:46:18 +00:00 |
|
Max Horn
|
17cf386e88
|
changed the key input system in NewGUI: pass both the keycode and the ascii value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225)
svn-id: r5691
|
2002-11-22 14:02:54 +00:00 |
|
Max Horn
|
3ceee2fc42
|
allow some more chars as input
svn-id: r5672
|
2002-11-21 17:24:42 +00:00 |
|
Max Horn
|
dd5e27f2c7
|
added missing right border
svn-id: r5671
|
2002-11-21 17:05:50 +00:00 |
|
Max Horn
|
9ff12dbc01
|
Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use of EditTextWidget in EditGameDialog; various other tweaks
svn-id: r5665
|
2002-11-21 15:20:52 +00:00 |
|
Max Horn
|
dec234c6a5
|
factored out ChooserDialog into it's own header/source file, and made the title adjustable; added a dummy file for EditFieldWidget (not implemented yet); some other cleanup
svn-id: r5658
|
2002-11-21 12:48:50 +00:00 |
|