11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix copyright date. More... over 22 years ago
Tweak the positioning of the graphics in the digital clock, looks better. More... over 22 years ago
Update the Keyboard module. More... over 22 years ago
Remove the old Gorm file for Keyboard. More... over 22 years ago
Display the selection by inverting the 'color' value instead of compositing. More... over 22 years ago
Some debug logging. More... over 22 years ago
Add drag and drop support. More... over 22 years ago
Work around header problem on some systems. More... over 22 years ago
Draw intensity 2 black as dark gray instead of plain black. More... over 22 years ago
Remove dummy handler for '\e[...m'. More... over 22 years ago
Tweak the position of the dayname/monthname in the digital clock's Date display so that it's relative to the top of the rect instead of being based on the height of the day-of-month images. The results look a bit better. :) More... over 22 years ago
Move all includes to the top of the file. More... over 22 years ago
Move core keyboard handling code to the terminal parser class. Implement this in TerminalParser_Linux using iconv and the user defined character set. More... over 22 years ago
Don't try to render the marker characters. More... over 22 years ago
Make multi-cell glyph handling optional and configurable. More... over 22 years ago
Implement basic support for multi-cell glyphs. More... over 22 years ago
Retain and release fonts properly. More... over 22 years ago
Clean up -respondsToSelector: so we don't use private libobjc functions. More... over 22 years ago
Handle decim properly. More... over 22 years ago
Only call iconv_close if we have a valid handle to close. More... over 22 years ago
Update translations. More... over 22 years ago
Add support for different input character sets using iconv, and add a preferences tab to configure it. More... over 22 years ago
Make '=' the default key for 'Define word'. More... over 22 years ago
Fix importing of services. More... over 22 years ago
Minor cleanups. More... over 22 years ago
Fix cvs settings. More... over 22 years ago
Bump version number. More... over 22 years ago
Make the default scroll-back length more reasonable (256 instead of 0). More... over 22 years ago
Make the scroll-back buffer length configurable. More... over 22 years ago
Fix includes to make sure _() is available. More... over 22 years ago