fruitjam-doom/textscreen
Simon Howard bc087b49e2 Fix scrollbars so that clicks scroll the pane to a location that matches
the clicked location. Interpret mousewheel events so that scroll panes
can be scrolled.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2307
2011-03-22 21:08:04 +00:00
..
examples Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add 2010-04-30 19:38:24 +00:00
textscreen.h Add scrollable pane widget to textscreen library. 2009-01-29 22:54:13 +00:00
txt_button.c Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 When large numbers of screen resolutions are detected, increase the 2011-01-31 01:25:47 +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 Use "const char" in libtextscreen where appropriate (thanks entryway). 2009-09-20 15:27:40 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Use "const char" in libtextscreen where appropriate (thanks entryway). 2009-09-20 15:27:40 +00:00
txt_gui.h Use "const char" in libtextscreen where appropriate (thanks entryway). 2009-09-20 15:27:40 +00:00
txt_inputbox.c Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Fix scrollbars so that clicks scroll the pane to a location that matches 2011-03-22 21:08:04 +00:00
txt_radiobutton.c When large numbers of screen resolutions are detected, increase the 2011-01-31 01:25:47 +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 scrollbars so that clicks scroll the pane to a location that matches 2011-03-22 21:08:04 +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 Fix bug with libtextscreen where it was not possible to type a '+' 2011-02-05 16:50:28 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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_smallfont.h Minor smallfont fixups. 2009-05-04 23:46:27 +00:00
txt_spinctrl.c Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +00:00
txt_widget.h Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +00:00
txt_window.c Change alignment of actions in a window's action area so that there is 2010-12-10 20:43:05 +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 Replace txt_widget_t#selectable with a callback function to query 2010-12-10 20:31:46 +00:00
txt_window_action.h Use "const char" in libtextscreen where appropriate (thanks entryway). 2009-09-20 15:27:40 +00:00