summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
2007-10-18#define inline to _inline in MSVC.Simon Howard
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
2007-06-09Add *.exe to svn:ignore.Simon Howard
2007-06-04Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific APISimon Howard
2007-05-24Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so thatSimon Howard
2007-03-27<SDL.h> -> "SDL.h"Simon Howard
2007-03-09Fix discrepancy between Doom and setup program when prompting for keys.Simon Howard
2007-02-24Fix library ordering for libtextscreen.a; fixes windows compile.Simon Howard
2007-01-06Set svn:ignore properties on directories.Simon Howard
2007-01-05Clear the current value when entering a new value in number input boxes.Simon Howard
2007-01-05Fix typing '_' and '+' in textscreen code.Simon Howard
2006-12-16Add function to set radio button labels.Simon Howard
2006-12-16Make dropdown lists emit a signal when set.Simon Howard
2006-12-05Add missing #include.Simon Howard
2006-10-24Shut up compiler warnings.Simon Howard
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-10-23Stackable clip areas (useful for a future implementation of scrollableSimon Howard
2006-10-11Shut up compiler warningsSimon Howard
2006-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
2006-10-06Alternate textscreen palette that fits the Tango desktop guidelines: seeSimon Howard
2006-09-26Add TXT_NewButton2 for creating a button with a callback (for convenience).Simon Howard
2006-09-26Add TXT_AddWidgets for adding multiple widgets to a table.Simon Howard
2006-09-25Make examples call TXT_Shutdown before quit.Simon Howard
2006-09-24Convenience function for creating a horizontal box.Simon Howard
2006-09-24Debug code for drawing an ASCII chart.Simon Howard
2006-09-24Use proper arrow characters on spin controls and change their color.Simon Howard
2006-09-24Fix declaration of TXT_NewWindowSelectActionSimon Howard
2006-09-22Add the ability to type in values for spin controls, like with normalSimon Howard
2006-09-21Rename Accept to Select.Simon Howard
2006-09-21Fix some warnings in textscreen code.Simon Howard
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-20Add spin control widget.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-09-19Check column is valid when finding a selectable column. Fixes weirdSimon Howard
2006-09-18Fix TXT_SelectWidgets with NULL spacers.Simon Howard
2006-09-18Add function to set button label.Simon Howard
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
2006-09-09Add command line arguments to main() in textscreen examples.Simon Howard
2006-09-09Include SDL.h in the textscreen headers; the SDL headers need to be Simon Howard
2006-09-09Add reference counts on callback tables so that if a callback destroysSimon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add dropdown listbox widgetSimon Howard
2006-08-31Exit the main loop automatically after all windows are closedSimon Howard
2006-08-31Add window listener functions to allow spying on keys and mouse buttonsSimon Howard
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard