2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
It is now possible to export and import triggers, aliases, macros, timers, hooks and permanent variables. More... over 18 years ago
Add a Find function to search for text in the output buffer. More... over 18 years ago
When there is a prompt and a command prints something, the text is now printed above the command. More... over 18 years ago
Added the "Edit" menu with the usual Cut, Copy, Paste and Delete. More... over 18 years ago
Triggers, aliases, etc, defined by plugins can be displayed in the GUI editors. More... over 18 years ago
The Close button in the About dialog works correctly now. More... over 18 years ago
A GtkAboutDialog is now used for the About dialog. More... over 18 years ago
Updated required version of GTK+ and libglade. More... over 18 years ago
Now using a GtkFileChooserButton instead of doing the same manually. More... over 18 years ago
Updated ChangeLog. More... over 18 years ago
Updated messages files. More... over 18 years ago
Updated version to 2.2.2. More... over 18 years ago
Corrected problem in the CVS Id line. More... over 18 years ago
Joined the "Colors" and "Window" tabs of the Preferences Dialog into one. More... over 18 years ago
Corrected the layout in the Sending tab of the Preferences dialog. More... over 18 years ago
The time displayed in the tooltips is now locale-dependent. More... over 18 years ago
Removed big memory leaks that caused memory comsumption to get very high in long sessions. More... over 18 years ago
Removed a debugging message that was kept there, forgotten. More... over 18 years ago
When you leave the mouse over a link in the output window, a better tooltip is displayed. More... over 18 years ago
URLs with username and password are now detected and made clickable. More... over 18 years ago
Using the full path in the Debian menu file to avoid a linda warning. More... over 18 years ago
Added a Debian menu file. More... over 18 years ago
Added a .desktop file so that KildClient appears in the menus for KDE, Gnome, etc. More... over 18 years ago
Fixed a bug that caused a crash when a connection was broken abruptly (ie, not in a tidy way, generally because of a network failure). More... over 18 years ago
You can now use && and ^^ in colorize() to insert a & or a ^, respectively. More... over 18 years ago
We're now using autopoint instead of the old and out-of-date glib-gettextize. More... over 18 years ago
Corrected some errors in the message files. More... over 18 years ago
Corrected a bug that caused text to be displayed in the wrong colors or attributes when unrecognized ANSI sequences were received. (These are now properly ignored.) More... over 18 years ago
Fixed a security bug that caused a segmentation fault when a very long ANSI sequence was receveived. More... over 18 years ago
A GTimer is now used to keep track of elapsed time for the prompt timeout. (Which is good, because Mingw32 lacks gettimeofday().) More... over 18 years ago