summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-03Stop sending data to the server when a connection drops. Print a messageSimon Howard
2006-06-03Detect recursive calls to I_Error to prevent an infinite loop.Simon Howard
2006-06-03Bomb out with an error message if game options are specified to a Simon 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-02Rearrange the buttons in the setup exit confirmation box.Simon 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-02Add initial code for a setup utility.Simon Howard
2006-06-02Update BUGS list.Simon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-29Add ability to make widgets right aligned or centered within tables.Simon Howard
2006-05-29Convert calculator example to strutsSimon Howard
2006-05-29Add -autojoin command line parameter to automatically search a local LAN Simon Howard
2006-05-29Fix broadcast transmits (-search works!)Simon Howard
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
2006-05-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
2006-05-29Shut up compiler warnings.Simon Howard
2006-05-29Add strut class to allow table column width to be forced.Simon Howard
2006-05-29Warp mouse to screen center (possibly fix joe's mouse problem).Simon Howard
2006-05-29Fix E1-3 intermission screen animations.Simon Howard
2006-05-29Add missing newline to message.Simon Howard
2006-05-29Change the mouse acceleration behavior to accelerate by multiplying by aSimon Howard
2006-05-26Switch netgame waiting screen to use the new text mode GUI system.Simon Howard
2006-05-26Add key description for spacebar.Simon Howard
2006-05-26Add an option to disable autoadjusting the video mode.Simon Howard
2006-05-25Put savegames in separate directories depending on the IWAD.Simon Howard
2006-05-25Allow NULL to be added to tables to specify a spacer (empty cell).Simon Howard
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
2006-05-25Build textscreen/ before textscreen/examples/Simon Howard
2006-05-25Add screenmultiply x4 mode.Simon Howard
2006-05-24Remove debug hack used for testing startup delay.Simon Howard
2006-05-24Move textscreen GUI demos into an examples/ subdir.Simon Howard
2006-05-24Add small calculator GUI demo.Simon Howard
2006-05-24Only allow digits to be typed in number input boxes.Simon Howard
2006-05-23Prevent crashes when loading savegames where mancubi were in the middleSimon Howard
2006-05-23Add input box widget, and include in guitest.Simon Howard
2006-05-23Make TXT_GetChar return the unicode value of the key pressed. For textSimon Howard
2006-05-23Add a default action to close windows when escape is pressed. Do notSimon Howard
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard
2006-05-23Add actions demonstration to guitest.Simon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
2006-05-23Eat keypresses when pressing buttons.Simon Howard
2006-05-23Add TXT_GetKeyDescription() to provide descriptions of key codes.Simon Howard
2006-05-22Updated GUI test which demonstrates signals used to update a label.Simon Howard
2006-05-22Add TXT_SetLabel() function to set the label value.Simon Howard
2006-05-22Allow specifying the full path and filename when playing back demos.Simon Howard
2006-05-22CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.Simon Howard
2006-05-22Add casting macros to allow for easy casts between types.Simon Howard