Age | Commit message (Collapse) | Author |
|
This change rewrites and simplifies the copyright headers at the top
of all source files:
* Remove "Emacs style mode select" line; this line was included in
the headers for the originally released source files and appears
to be to set the file type for old versions of Emacs. I'm not sure
entirely why it was required but I don't think it is any more.
* Remove "You should have received a copy of..." text from copyright
header. This refers to the old 59 Temple Place address where the
FSF headquarters used to be located and is no longer correct.
Rather than change to the new address, just remove the paragraph
as it is superfluous anyway. This fixes #311.
* Remove ---- separator lines so that the file headers are barer
and more simplified.
|
|
Define TXT_{StringCopy,StringConcat,snprintf,vsnprintf} as analogs of
the m_misc.c versions so that the textscreen library does not need a
dependency on the Doom code, and change all textscreen code to use
these instead of unsafe functions. This fixes #372.
|
|
a higher range to avoid conflicts with Doom's key constants.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2490
|
|
bindings to prevent bindings to the same key from being cleared (thanks
myk).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2325
|
|
the clicked location. Interpret mousewheel events so that scroll panes
can be scrolled.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2307
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1699
|
|
setup (hopefully)
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 939
|
|
functions, while keeping txt_main.h for the common API. Add
TXT_SDL_SetEventCallback to allow programs to intercept SDL events in
the textscreen main loop.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 892
|
|
txt_desktop.c doesn't need to call SDL functions directly.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 885
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 866
|
|
Add the ability to enable/disable key mappings so that the raw key can
be read in setup, exactly the same way that it is in Doom.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 846
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 626
|
|
included where main() is defined.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 600
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 590
|
|
until an event is received or the screen needs to blink.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 570
|
|
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
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 513
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 289
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 146
|