| .. |
|
examples
|
Merge from trunk.
|
2010-12-10 23:46:22 +00:00 |
|
.gitignore
|
Add tags files to svn:ignore properties.
|
2010-01-27 19:16:26 +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
|
Merge from trunk.
|
2010-04-30 20:53:31 +00:00 |
|
textscreen.h
|
Add scrollable pane widget to textscreen library.
|
2009-01-29 22:54:13 +00:00 |
|
txt_button.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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
|
Hook query code into setup tool, and add search results window.
|
2011-09-18 14:16:27 +00:00 |
|
txt_desktop.h
|
Hook query code into setup tool, and add search results window.
|
2011-09-18 14:16:27 +00:00 |
|
txt_dropdown.c
|
Don't allow dropdown widget pop-up window to be placed outside the
|
2011-09-20 22:06:12 +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 small textscreen font for low resolution displays, based on the
|
2009-04-23 18:18:43 +00:00 |
|
txt_gui.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +00:00 |
|
txt_gui.h
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +00:00 |
|
txt_inputbox.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |
|
txt_io.h
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |
|
txt_label.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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 the shift key to be held down when changing key/mouse/joystick
|
2011-04-11 19:49:45 +00:00 |
|
txt_radiobutton.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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
|
Hook query code into setup tool, and add search results window.
|
2011-09-18 14:16:27 +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
|
Merge from trunk.
|
2011-06-13 22:21:37 +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
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +00:00 |
|
txt_separator.h
|
Switch separator to show "screen mode" or "window size" depending on
|
2011-03-22 21:33:17 +00:00 |
|
txt_smallfont.h
|
Minor smallfont fixups.
|
2009-05-04 23:46:27 +00:00 |
|
txt_spinctrl.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +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
|
Replace txt_widget_t#selectable with a callback function to query
|
2010-12-10 20:31:46 +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 crash.
|
2011-04-04 20:12:59 +00:00 |
|
txt_table.h
|
Allow PGUP/PGDN to scroll up and down in scroll panes (thanks
|
2009-08-27 23:27:47 +00:00 |
|
txt_widget.c
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +00:00 |
|
txt_widget.h
|
Change the background color when hovering over widgets.
|
2011-04-04 20:07:07 +00:00 |
|
txt_window.c
|
Add TXT_MessageBox convenience function.
|
2011-09-20 20:47:19 +00:00 |
|
txt_window.h
|
Add TXT_MessageBox convenience function.
|
2011-09-20 20:47:19 +00:00 |
|
txt_window_action.c
|
Fix libtextscreen window hotkeys to work when shift is held down /
|
2011-04-17 17:33:04 +00:00 |
|
txt_window_action.h
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |