mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Updated TODO list
svn-id: r17649
This commit is contained in:
parent
e0adf9db17
commit
f4a5d245b5
5
TODO
5
TODO
@ -196,6 +196,11 @@ GUI
|
||||
* Maybe add the ScummVM logo (+typeface?) to the about dialog
|
||||
* There is currently no way to unset the SoundFont from the GUI, if any was set.
|
||||
Maybe add a 'clear' button for it? The same holds for other path settings.
|
||||
* ScrollBarWidget: Add auto-repeat: if user clicks & holds on one of the arrows,
|
||||
then after a brief delay, it should start to contiously scroll.
|
||||
* AboutDialog: Add a "fade" effect for the top/bottom text lines
|
||||
* AboutDialog: Maybe prerender all of the text into another surface, and then
|
||||
simply compose that over the screen surface in the right way.
|
||||
|
||||
Launcher
|
||||
========
|
||||
|
@ -26,16 +26,6 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
* - Auto-repeat: if user clicks & holds on one of the arrows, then after a
|
||||
* brief delay, it should start to contiously scroll
|
||||
* - Allow for a horizontal scrollbar, too?
|
||||
* - If there are less items than fit on one pages, no scrolling can be done
|
||||
* and we thus should not highlight the arrows/slider.
|
||||
* - Allow the mouse wheel to scroll more than one line at a time
|
||||
*/
|
||||
|
||||
#define UP_DOWN_BOX_HEIGHT 10
|
||||
|
||||
// Up arrow
|
||||
|
Loading…
x
Reference in New Issue
Block a user