summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.c
AgeCommit message (Collapse)Author
2006-10-06Alternate textscreen palette that fits the Tango desktop guidelines: seeSimon Howard
http://uwstopia.nl/blog/2006/07/tango-terminal Subversion-branch: /trunk/chocolate-doom Subversion-revision: 690
2006-09-21Fix some warnings in textscreen code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 645
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 641
2006-09-19Fix textscreen warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 626
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
one :-) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 613
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31More efficient TXT_Sleep function that puts the textscreen code to sleepSimon Howard
until an event is received or the screen needs to blink. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 570
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
layout method that assigns the position and size of widgets for the whole window before drawing. Add another method that responds to mouse button presses. Allow windows to have no title bar by specifying NULL as the title. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 547
2006-05-26Add key description for spacebar.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 533
2006-05-23Make TXT_GetChar return the unicode value of the key pressed. For textSimon Howard
boxes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 519
2006-05-23Add TXT_GetKeyDescription() to provide descriptions of key codes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 513
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 490
2006-01-13Add text-mode I/O functions.Simon Howard
Use text-mode screen for the waiting screen. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 291
2006-01-13Textscreen getchar() function; remove SDL code from I_Endoom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 289
2005-10-09Handle blinking text in ENDOOM lumps properly.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 183
2005-10-09Cannot do arithmetic on void pointers in standard CSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 181
2005-10-02Text mode emulation codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 146