fruitjam-doom/textscreen
Simon Howard d7ef9e1512 'widgets' variable was used uninitialised. For some reason this didn't
always crash!

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 624
2006-09-19 23:20:14 +00:00
..
examples Add command line arguments to main() in textscreen examples. 2006-09-09 19:11:05 +00:00
Makefile.am Add dropdown listbox widget 2006-08-31 18:12:05 +00:00
textscreen.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_button.c Add function to set button label. 2006-09-18 22:19:00 +00:00
txt_button.h Add function to set button label. 2006-09-18 22:19:00 +00:00
txt_checkbox.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_checkbox.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_desktop.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_desktop.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_dropdown.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_dropdown.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_font.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_gui.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_gui.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_inputbox.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_inputbox.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_io.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_io.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_label.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_label.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_main.c Repeat key presses when the key is held down - thanks to Mad_Mac for this 2006-09-18 12:13:40 +00:00
txt_main.h Include SDL.h in the textscreen headers; the SDL headers need to be 2006-09-09 16:52:01 +00:00
txt_radiobutton.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_radiobutton.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_separator.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_separator.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_strut.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_strut.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_table.c Check column is valid when finding a selectable column. Fixes weird 2006-09-19 21:13:56 +00:00
txt_table.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_widget.c Add reference counts on callback tables so that if a callback destroys 2006-09-09 16:48:09 +00:00
txt_widget.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_window.c 'widgets' variable was used uninitialised. For some reason this didn't 2006-09-19 23:20:14 +00:00
txt_window.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_window_action.c Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_window_action.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00