Commit Graph

15 Commits

Author SHA1 Message Date
R. Tyler Ballance 84b168eb8a Add a not-yet-ScrollableTextView; properly supporting word wrapping however :D
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-24 00:53:39 -08:00
R. Tyler Ballance abf91d0eaf Kill prototype files
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-24 00:06:19 -08:00
R. Tyler Ballance 75dbbb39c3 Implement a fancy centered modal dialog
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 23:42:03 -08:00
R. Tyler Ballance aa682c85c5 Make focus an arg while addchild()ing; adding dialogs
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 23:20:29 -08:00
R. Tyler Ballance e9abeea20f Add example with a root menu, and firing events
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 22:53:55 -08:00
R. Tyler Ballance 37f09793bf Starting to rework some of this now that I have a /really/ good idea on how I want to handle input
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 22:25:43 -08:00
R. Tyler Ballance 4803ac8228 Properly close out of OpenFileDialogs
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 03:29:05 -08:00
R. Tyler Ballance e7e407d6d9 The redrawing of the listview in the OpenFileDialog isn't ideal, but it's sufficient for now
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 02:51:44 -08:00
R. Tyler Ballance 62ae8f2bbf Correct end-of-list bug in OpenFileDialog
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 02:25:25 -08:00
R. Tyler Ballance 066f67d5ad Add a FileOpenDialog for consoleui; known bug where user gets trapped at the bottom of the selection
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 02:21:36 -08:00
R. Tyler Ballance 62074b2d10 Committing to allowing binding one root Menu object to the RootWindow object for convenience
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-23 00:39:16 -08:00
R. Tyler Ballance 45a446f322 I /think/ I have a working focus model now, at the very least my test program 'Nark' is functioning with the menu :D
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-22 23:53:32 -08:00
R. Tyler Ballance 9cc0303acc Adding window objects as well as working menus; submenus aren't quite drawing how I want them to yet
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-22 23:30:07 -08:00
R. Tyler Ballance ecf1558c08 Start to add the events manager code, I think this should all be nice and event driven
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-22 22:14:54 -08:00
Tyler Ballance 71859c10ce Adding the first draft at some ConsoleUI widgets
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-02-22 21:27:47 -08:00