165
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DJGPP consistently uses getkey() to get keyboard input More... over 8 years ago
msdos_getch() handles Shift-Tab for reverse tab-completion More... over 8 years ago
consolidate code for "set [axis]tics" and "set tics" More... over 8 years ago
remove 16-bit DOS era macro GPHUGE More... over 8 years ago
remove 16-bit DOS era macros FARMALLOC FARREALLOC More... over 8 years ago
remove 16-bit DOS era macro GPFAR More... over 8 years ago
"set [xyz]tics format" with no trailing string should restore the default format More... over 8 years ago
adjust margins in layout demo so that xlabel has more space More... over 8 years ago
move postscript-specific fix from ignore_enhanced() into ENHPS_put_text() More... over 8 years ago
mapmap_codepage_to_encoding is used by MSDOS and _WIN32 More... over 8 years ago
Use only _MSC_VER to detect Visual C++ More... over 8 years ago
map_codepage_to_encoding only used by _WIN32 More... over 8 years ago
improve estimated length of string containing escape sequences More... over 8 years ago
prototype was left behind when moving code from util.* to encoding.* More... over 8 years ago
Extend support for "set encoding locale" on non-Windows systems More... over 8 years ago
Tweaks to the pstricks terminal More... over 8 years ago
Handle Unicode escapes in windows terminal code for non-UTF8 encodings More... over 8 years ago
New files encoding.c|h for functions related to character encodings More... over 8 years ago
Eliminate unused variable warning More... over 8 years ago
amend commit 756a8cee9c7e3b6004f5b295568a9d36f1c6cbb0 More... over 8 years ago
remove unused routine gpXFreeFont More... over 8 years ago
back out use of libfontconfig to convert unicode to utf8 More... over 8 years ago
use standard function isxdigit to test for hexadecimal characters More... over 8 years ago
Silently ignore the 'docked' option for console mode gnuplot More... over 8 years ago
Eliminate warning about unused variable More... over 8 years ago
Enable Unicode escapes for windows and caca terminals More... over 8 years ago
handle corner-case of escape code as last thing on a line More... over 8 years ago
Revert "another try at timestamp.h, this time using build date" More... over 8 years ago
Account for unicode escape sequences when estimating string length More... over 8 years ago
Provide an inline unicode->utf8 conversion routine ucs4toutf8() More... over 8 years ago