0
I Use This!
Inactive

Commits : Listings

Analyzed less than a minute ago. based on code collected about 8 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't need "-Wno-deprecated" anymore, without new.h. More... almost 14 years ago
Added a return value that I'll never use, for the sake of suppressing the last warning (ncurses-related). More... almost 14 years ago
Updated dates. More... almost 14 years ago
This will never happen, but it's one less warning... wait, why are those other files showing up as modified? More... almost 14 years ago
To kill a particularly silly warning. More... almost 14 years ago
More warnings. More... almost 14 years ago
Suppress some new warnings with GCC 4.4. More to do here. More... almost 14 years ago
Tabs to spaces; four-column indentation. More... almost 14 years ago
Junk the new.h stuff -- incompatible with latest gcc, and not otherwise useful, really. Also, upgrade version number and date. More... about 16 years ago
Need PDCurses 3.1+. More... over 16 years ago
Updated for 0.49. More... over 16 years ago
Date here also. More... over 16 years ago
A slight delay. More... over 16 years ago
Ready for 0.49? More... almost 17 years ago
(This got incorrectly committed with the last one.) Add napms() while animating. This was left out for a long time because it was slow enough on slow machines, and the slowest possible delay was too long. But animated mode is useless nowadays without it. More... almost 17 years ago
ifdef off of KEY_RESIZE instead of SIGWINCH for most of the resize code (except the bits actually involving signals) -- allows building with the SDL port of PDCurses on platforms without SIGWINCH (e.g., Win32). More... almost 17 years ago
The "Out of memory" error has appeared a few times when I clearly wasn't out of memory, so here's a more generic description. More... almost 17 years ago
Need to patch it here, too. More... almost 17 years ago
Allow use of the Transparency keyword with PDCurses (available since 3.0; actually useful now with the SDL port). More... almost 17 years ago
Upgrade to GPL version 3. More... almost 17 years ago
Removed XCURSES references, for the sake of PDCurses 3.2+. More... almost 17 years ago
Don't abort on inability to write config files; new error type, pauseError(). These errors don't really need to be fatal, and when attempting to write the color file, it segfaulted anyway instead of exiting cleanly. More... almost 17 years ago
Use napms() instead of sleep() -- more portable. More... almost 17 years ago
Require PDCurses 3.1. More... almost 17 years ago
Need the CVS version of PDCurses now. Second post-0.48 change. More... about 17 years ago
No longer need the resize_term() call in mysystem() -- it's fixed in PDCurses. More... about 17 years ago
Standard curses is the default. More... about 17 years ago
One more note. More... about 17 years ago
Updates. More... about 17 years ago
New year. More... about 17 years ago