summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
2009-06-12Merge from trunk.Simon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
2009-06-09Merge from trunk.Simon Howard
2009-06-07Catch errors when initialising SDL. Use the small textscreen font bySimon Howard
2009-05-26Fix tags for functions using TXT_UNCAST_ARG.Simon Howard
2009-05-14Merge from trunk. Note that src/i_sdlsound.c has not yet been merged asSimon Howard
2009-05-12Make txt_inputboxes emit a "changed" signal when their value is changed.Simon Howard
2009-05-05Better ASCII chart.Simon Howard
2009-05-04Minor smallfont fixups.Simon Howard
2009-05-01Add copyright headers to textscreen examples.Simon Howard
2009-04-26More smallfont fixups.Simon Howard
2009-04-23Fix up some extended ASCII characters.Simon Howard
2009-04-23Oops.Simon Howard
2009-04-23Add small textscreen font for low resolution displays, based on theSimon Howard
2009-03-12Update from trunk.Simon Howard
2009-03-08Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tagsSimon Howard
2009-03-07Add documentation for high-level txt_desktop.h functions.Simon Howard
2009-03-07Add documentation for high-level textscreen functions.Simon Howard
2009-03-06Fix signed/unsigned conversion warning.Simon Howard
2009-02-08Merge from trunk.Simon Howard
2009-01-30Fix layout of widgets within scroll panes. Scroll scroll panes inSimon Howard
2009-01-29Shrink text box slightly.Simon Howard
2009-01-29Allow clicking within scroll bars to set position.Simon Howard
2009-01-29Add scrollable pane widget to textscreen library.Simon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-12-02Use the hardware palette for textscreen and Hexen graphical startup.Simon Howard
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