quakeforge/ruamoko
Bill Currie 2f3ca9d9e4 [qwaq] Clean up the hierarchy
I think I've finally figured out what I want the core hierarchy to be.
Right now, it's just the two classes: View and Window (derived from
View). Window has a Group, and Group is just a collection of Views that
it manages. QwaqApplication is just an object but like a Window, it has
a Group of views.

    View
      Window has a Group
    Group contains Views
    QwaqApplication has a group

More work needs to be done on drawing and event handling, but things are
working again.
2020-03-19 11:32:44 +09:00
..
cl_menu [cl_menu] Update plist usage of obj_msg_sendv 2020-03-12 00:52:42 +09:00
game [build] Dependency checking for all ruamoko code 2020-03-03 17:24:53 +09:00
gui [build] Dependency checking for all ruamoko code 2020-03-03 17:24:53 +09:00
include [ruamoko] Add str_char builtin 2020-03-10 18:16:55 +09:00
lib [ruamoko] Add str_char builtin 2020-03-10 18:16:55 +09:00
qwaq [qwaq] Clean up the hierarchy 2020-03-19 11:32:44 +09:00
scheme [cl_menu,scheme] Clean up after tightened pointer checks 2020-03-05 15:02:40 +09:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makefile.am [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00