summaryrefslogtreecommitdiff
path: root/textscreen/txt_scrollpane.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-29textscreen: Fix jump when clicking on scrollbars.Simon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2011-03-27Scroll faster in reaction to the scroll wheel.Simon Howard
2011-03-22Fix scrollbars so that clicks scroll the pane to a location that matchesSimon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2009-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon Howard
2009-03-06Fix signed/unsigned conversion warning.Simon Howard
2009-01-30Fix layout of widgets within scroll panes. Scroll scroll panes inSimon Howard
2009-01-29Allow clicking within scroll bars to set position.Simon Howard
2009-01-29Add scrollable pane widget to textscreen library.Simon Howard