| .. |
|
examples
|
Fix layout of widgets within scroll panes. Scroll scroll panes in
|
2009-01-30 23:53:47 +00:00 |
|
.gitignore
|
Set svn:ignore properties on directories.
|
2007-01-06 22:26:23 +00:00 |
|
Doxyfile
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
Makefile.am
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
textscreen.h
|
Add scrollable pane widget to textscreen library.
|
2009-01-29 22:54:13 +00:00 |
|
txt_button.c
|
Add TXT_NewButton2 for creating a button with a callback (for convenience).
|
2006-09-26 23:48:23 +00:00 |
|
txt_button.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_checkbox.c
|
Use NULL for initialising pointers rather than 0.
|
2006-09-21 11:49:13 +00:00 |
|
txt_checkbox.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_desktop.c
|
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
|
2007-06-04 18:32:50 +00:00 |
|
txt_desktop.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_dropdown.c
|
Make dropdown lists emit a signal when set.
|
2006-12-16 01:53:17 +00:00 |
|
txt_dropdown.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +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 scrollable pane widget to textscreen library.
|
2009-01-29 22:54:13 +00:00 |
|
txt_gui.h
|
Add scrollable pane widget to textscreen library.
|
2009-01-29 22:54:13 +00:00 |
|
txt_inputbox.c
|
Clear the current value when entering a new value in number input boxes.
|
2007-01-05 23:36:35 +00:00 |
|
txt_inputbox.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_io.c
|
Fix a lot of warnings (for fussy compilers) and one always-true check
|
2006-09-21 11:13:28 +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
|
Fix some warnings in textscreen code.
|
2006-09-21 16:25:10 +00:00 |
|
txt_label.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_main.h
|
Allow more than the standard three mouse buttons to be defined through
|
2007-07-29 23:41:12 +00:00 |
|
txt_radiobutton.c
|
Add function to set radio button labels.
|
2006-12-16 01:53:54 +00:00 |
|
txt_radiobutton.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_scrollpane.c
|
Fix signed/unsigned conversion warning.
|
2009-03-06 20:01:32 +00:00 |
|
txt_scrollpane.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_sdl.c
|
Use the hardware palette for textscreen and Hexen graphical startup.
|
2008-12-02 19:19:48 +00:00 |
|
txt_sdl.h
|
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
|
2007-06-04 18:32:50 +00:00 |
|
txt_separator.c
|
Fix some warnings in textscreen code.
|
2006-09-21 16:25:10 +00:00 |
|
txt_separator.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_spinctrl.c
|
Add fixes for MSVC warnings (thanks entryway).
|
2008-02-28 20:04:10 +00:00 |
|
txt_spinctrl.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_strut.c
|
Fix some warnings in textscreen code.
|
2006-09-21 16:25:10 +00:00 |
|
txt_strut.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_table.c
|
Fix layout of widgets within scroll panes. Scroll scroll panes in
|
2009-01-30 23:53:47 +00:00 |
|
txt_table.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_widget.c
|
Fix textscreen warnings.
|
2006-09-19 23:49:20 +00:00 |
|
txt_widget.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_window.c
|
Allow more than the standard three mouse buttons to be defined through
|
2007-07-29 23:41:12 +00:00 |
|
txt_window.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |
|
txt_window_action.c
|
Rename Accept to Select.
|
2006-09-21 18:25:55 +00:00 |
|
txt_window_action.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +00:00 |