Age | Commit message (Expand) | Author |
2009-04-23 | Oops. | Simon Howard |
2009-04-23 | Add small textscreen font for low resolution displays, based on the | Simon Howard |
2009-03-12 | Update from trunk. | Simon Howard |
2009-03-08 | Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags | Simon Howard |
2009-03-07 | Add documentation for high-level txt_desktop.h functions. | Simon Howard |
2009-03-07 | Add documentation for high-level textscreen functions. | Simon Howard |
2009-03-06 | Fix signed/unsigned conversion warning. | Simon Howard |
2009-02-08 | Merge from trunk. | Simon Howard |
2009-01-30 | Fix layout of widgets within scroll panes. Scroll scroll panes in | Simon Howard |
2009-01-29 | Shrink text box slightly. | Simon Howard |
2009-01-29 | Allow clicking within scroll bars to set position. | Simon Howard |
2009-01-29 | Add scrollable pane widget to textscreen library. | Simon Howard |
2008-12-20 | Merge from trunk. | Simon Howard |
2008-12-09 | Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL | Simon Howard |
2008-12-02 | Use the hardware palette for textscreen and Hexen graphical startup. | Simon Howard |
2008-02-28 | Add fixes for MSVC warnings (thanks entryway). | Simon Howard |
2008-02-04 | Update chocolate-setup to the new screen mode config system. | Simon Howard |
2007-10-18 | #define inline to _inline in MSVC. | Simon Howard |
2007-07-29 | Allow more than the standard three mouse buttons to be defined through | Simon Howard |
2007-07-08 | Make the numeric keypad behave like Vanilla does. | Simon Howard |
2007-06-09 | Add *.exe to svn:ignore. | Simon Howard |
2007-06-04 | Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API | Simon Howard |
2007-05-24 | Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so that | Simon Howard |
2007-03-27 | <SDL.h> -> "SDL.h" | Simon Howard |
2007-03-09 | Fix discrepancy between Doom and setup program when prompting for keys. | Simon Howard |
2007-02-24 | Fix library ordering for libtextscreen.a; fixes windows compile. | Simon Howard |
2007-01-06 | Set svn:ignore properties on directories. | Simon Howard |
2007-01-05 | Clear the current value when entering a new value in number input boxes. | Simon Howard |
2007-01-05 | Fix typing '_' and '+' in textscreen code. | Simon Howard |
2006-12-16 | Add function to set radio button labels. | Simon Howard |
2006-12-16 | Make dropdown lists emit a signal when set. | Simon Howard |
2006-12-05 | Add missing #include. | Simon Howard |
2006-10-24 | Shut up compiler warnings. | Simon Howard |
2006-10-24 | Detect failures to initialise textscreen library and bomb out with an | Simon Howard |
2006-10-23 | Stackable clip areas (useful for a future implementation of scrollable | Simon Howard |
2006-10-11 | Shut up compiler warnings | Simon Howard |
2006-10-07 | Add float spin control and use it for the acceleration controller in setup. | Simon Howard |
2006-10-06 | Alternate textscreen palette that fits the Tango desktop guidelines: see | Simon Howard |
2006-09-26 | Add TXT_NewButton2 for creating a button with a callback (for convenience). | Simon Howard |
2006-09-26 | Add TXT_AddWidgets for adding multiple widgets to a table. | Simon Howard |
2006-09-25 | Make examples call TXT_Shutdown before quit. | Simon Howard |
2006-09-24 | Convenience function for creating a horizontal box. | Simon Howard |
2006-09-24 | Debug code for drawing an ASCII chart. | Simon Howard |
2006-09-24 | Use proper arrow characters on spin controls and change their color. | Simon Howard |
2006-09-24 | Fix declaration of TXT_NewWindowSelectAction | Simon Howard |
2006-09-22 | Add the ability to type in values for spin controls, like with normal | Simon Howard |
2006-09-21 | Rename Accept to Select. | Simon Howard |
2006-09-21 | Fix some warnings in textscreen code. | Simon Howard |
2006-09-21 | Use NULL for initialising pointers rather than 0. | Simon Howard |
2006-09-21 | Fix a lot of warnings (for fussy compilers) and one always-true check | Russell Rice |