summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
AgeCommit message (Expand)Author
2013-04-01Merge from trunk.Simon Howard
2013-03-31Add file selector widget to textscreen library.Simon Howard
2012-12-14Merge from trunk.Simon Howard
2012-11-18Add high-resolution font for textscreen.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-03Split off UTF-8 code into separate file and add extra functions.Simon Howard
2010-04-30Merge from trunk.Simon Howard
2010-04-30Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. AddSimon Howard
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
2009-05-26Fix tags for functions using TXT_UNCAST_ARG.Simon Howard
2009-04-23Add small textscreen font for low resolution displays, based on theSimon Howard
2009-03-08Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tagsSimon Howard
2009-01-29Add scrollable pane widget to textscreen library.Simon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2007-06-04Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific APISimon Howard
2006-09-20Add spin control widget.Simon Howard
2006-08-31Add dropdown listbox widgetSimon Howard
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
2006-05-29Add strut class to allow table column width to be forced.Simon Howard
2006-05-25Build textscreen/ before textscreen/examples/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-23Add input box widget, and include in guitest.Simon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
2006-05-21Reformat source files in Makefile.am.Simon Howard
2006-05-21Add radio button class.Simon Howard
2006-05-20Add label class.Simon Howard
2006-05-20Add table class. Allow widgets with heights of more than one line.Simon Howard
2006-05-20Checkbox classSimon Howard
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
2006-05-19Split off text mode gui desktop code into a separate file. Rename someSimon Howard
2006-05-18Initial working text-mode GUI framework.Simon Howard
2006-01-13Add text-mode I/O functions.Simon Howard
2005-10-02Text mode emulation codeSimon Howard