log

age author description
Tue, 02 Nov 2010 22:49:44 +0200 Matti Hamalainen Remove obsolete #if 1
Tue, 02 Nov 2010 22:33:38 +0200 Matti Hamalainen Fix string list parsing and handling in configuration parser.
Tue, 02 Nov 2010 21:51:46 +0200 Matti Hamalainen Bump version to 0.8.1.
Tue, 02 Nov 2010 21:51:38 +0200 Matti Hamalainen Use th_cfg_add_string_list() correctly.
Tue, 02 Nov 2010 21:51:10 +0200 Matti Hamalainen Rename some variables, cleanups.
Tue, 02 Nov 2010 21:50:49 +0200 Matti Hamalainen Create configuration file path based on user's $HOME under UNIX-style systems.
Tue, 02 Nov 2010 21:48:54 +0200 Matti Hamalainen Cosmetics.
Tue, 02 Nov 2010 21:48:24 +0200 Matti Hamalainen Use th-libs linked list code for managing ignore list.
Tue, 02 Nov 2010 21:47:07 +0200 Matti Hamalainen Define some platform-specific constants.
Tue, 02 Nov 2010 21:46:16 +0200 Matti Hamalainen Improvements in configuration file handing.
Tue, 02 Nov 2010 21:45:28 +0200 Matti Hamalainen Move browser code around a bit.
Tue, 02 Nov 2010 21:31:11 +0200 Matti Hamalainen Add doubly linked list handling functions.
Sat, 30 Oct 2010 21:08:21 +0300 Matti Hamalainen Cleanup.
Sat, 30 Oct 2010 20:42:47 +0300 Matti Hamalainen Use resize_term() and erase() on resize event also with ncurses and not only with PDcurses.
Sat, 30 Oct 2010 20:37:09 +0300 Matti Hamalainen Config file.
Sat, 30 Oct 2010 17:03:29 +0300 Matti Hamalainen Use th_get_hex_triplet().
Sat, 30 Oct 2010 17:02:35 +0300 Matti Hamalainen Added th_get_hex_triplet().
Sat, 30 Oct 2010 15:19:34 +0300 Matti Hamalainen A different initialization.
Sat, 30 Oct 2010 15:07:03 +0300 Matti Hamalainen "Optimize" protocol handling.
Sat, 30 Oct 2010 12:15:55 +0300 Matti Hamalainen Wait for forked processes, to prevent a zombie apocalypse.
Fri, 29 Oct 2010 23:12:23 +0300 Matti Hamalainen Portability fixes.
Fri, 29 Oct 2010 19:54:42 +0300 Matti Hamalainen Sync.
Fri, 29 Oct 2010 16:59:35 +0300 Matti Hamalainen Improve internal command handling, use fork() and execlp() instead of system() for opening profiles into external browser's tabs.
Fri, 29 Oct 2010 16:41:08 +0300 Matti Hamalainen Sync.
Fri, 29 Oct 2010 10:58:39 +0300 Matti Hamalainen Rename function getColor() to getHexColorDef().
Fri, 29 Oct 2010 10:55:24 +0300 Matti Hamalainen Change some key defines.
Fri, 29 Oct 2010 10:54:40 +0300 Matti Hamalainen Remove #ifdef __WIN32 around non-win32 specific code.
Thu, 28 Oct 2010 23:54:40 +0300 Matti Hamalainen Adjust delay.
Thu, 28 Oct 2010 23:22:31 +0300 Matti Hamalainen Fix some PDCurses incompatibilities and remove some Win32/PDCurses specific hacks.
Mon, 25 Oct 2010 01:35:12 +0300 Matti Hamalainen Use getmaxyx() instead of LINES and COLS globals as recommended by curses programming guidelines.