fruitjam-doom/textscreen
Simon Howard 1de18c1397 Add window action class for action area labels at the bottom of windows.
Adjust txt_table_t to expand tables to their maximum width when they
only have one column (ensures separators reach the window edges).

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 515
2006-05-23 00:07:02 +00:00
..
guitest.c Updated GUI test which demonstrates signals used to update a label. 2006-05-22 19:25:19 +00:00
Makefile.am Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00
txt_button.c Eat keypresses when pressing buttons. 2006-05-23 00:05:05 +00:00
txt_button.h Initial working text-mode GUI framework. 2006-05-18 18:48:24 +00:00
txt_checkbox.c CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_checkbox.h Checkbox class 2006-05-20 17:37:57 +00:00
txt_desktop.c Add main loop function and forward key presses to widgets. 2006-05-20 16:34:34 +00:00
txt_desktop.h Split off text mode gui desktop code into a separate file. Rename some 2006-05-19 19:57:59 +00:00
txt_font.h Text mode emulation code 2005-10-02 03:16:03 +00:00
txt_gui.c Clip windows against the workspace boundaries. 2006-05-20 15:45:36 +00:00
txt_gui.h Clip windows against the workspace boundaries. 2006-05-20 15:45:36 +00:00
txt_io.c Initial working text-mode GUI framework. 2006-05-18 18:48:24 +00:00
txt_io.h Initial working text-mode GUI framework. 2006-05-18 18:48:24 +00:00
txt_label.c Add TXT_SetLabel() function to set the label value. 2006-05-22 19:23:28 +00:00
txt_label.h Add TXT_SetLabel() function to set the label value. 2006-05-22 19:23:28 +00:00
txt_main.c Add TXT_GetKeyDescription() to provide descriptions of key codes. 2006-05-23 00:04:27 +00:00
txt_main.h Add TXT_GetKeyDescription() to provide descriptions of key codes. 2006-05-23 00:04:27 +00:00
txt_radiobutton.c CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_radiobutton.h Add radio button class. 2006-05-21 20:58:24 +00:00
txt_separator.c CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_separator.h Initial working text-mode GUI framework. 2006-05-18 18:48:24 +00:00
txt_table.c Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00
txt_table.h CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_widget.c CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_widget.h CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. 2006-05-22 11:59:11 +00:00
txt_window.c Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00
txt_window.h Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00
txt_window_action.c Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00
txt_window_action.h Add window action class for action area labels at the bottom of windows. 2006-05-23 00:07:02 +00:00