summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.c
AgeCommit message (Expand)Author
2015-06-07textscreen: Refactor TXT_OpenURL() to simplify.Simon Howard
2015-06-06textscreen: Pass url directly to ShellExecute, snprintf unneededMike Swanson
2015-06-05textscreen: use ShellExecute on Windows to open URLsMike Swanson
2015-06-04textscreen: Tweak to command line to open URL.Simon Howard
2015-04-10Add missing #includes.Simon Howard
2015-04-04textscreen: Add help URL functionality for windows.Simon Howard
2014-10-14textscreen: Fix use-after-free with mouse press.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-01textscreen: Use safe string functions.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-03-01Rework the way that window background colors are set, and change theSimon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Fix crash when closing a window.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-09-20Add TXT_MessageBox convenience function.Simon Howard
2011-04-09Fix action area minimum width calculation.Simon Howard
2011-04-04Fix crash.Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2010-12-10Change alignment of actions in a window's action area so that there isSimon Howard
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
2006-10-11Shut up compiler warningsSimon Howard
2006-09-21Rename Accept to Select.Simon Howard
2006-09-21Fix some warnings in textscreen code.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-09-19'widgets' variable was used uninitialised. For some reason this didn't Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add window listener functions to allow spying on keys and mouse buttonsSimon Howard
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
2006-06-02Add utility functions to create "Abort" and "Accept" window actionsSimon Howard
2006-06-02Draw the bottom separator in windows at the full window width.Simon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-23Add a default action to close windows when escape is pressed. Do notSimon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
2006-05-20Make all windows be tables with one column.Simon Howard
2006-05-20Add table class. Allow widgets with heights of more than one line.Simon Howard
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
2006-05-20Add selectable and visible properties to widgets. Allow the position ofSimon Howard
2006-05-19Split off text mode gui desktop code into a separate file. Rename someSimon Howard
2006-05-18Add TXT_SetDesktopTitle()Simon Howard
2006-05-18Make TXT_AddWidget take a NULL pointer so different widget types canSimon Howard
2006-05-18Initial working text-mode GUI framework.Simon Howard