log ui.c @ 642:c8e5949a8961

age author description
Sun, 22 Jun 2014 03:32:39 +0300 Matti Hamalainen Use th_malloc0(n) instead of th_calloc(1, n).
Sat, 21 Jun 2014 20:01:17 +0300 Matti Hamalainen Rename a define.
Sun, 07 Jul 2013 02:08:46 +0300 Matti Hamalainen Improve screen update economy by only refreshing when needed.
Sat, 05 Jan 2013 16:16:44 +0200 Matti Hamalainen Bump copyright year.
Sun, 30 Dec 2012 08:12:38 +0200 Matti Hamalainen Gracefully handle error situations when the main UI has not yet been
Thu, 13 Dec 2012 15:49:43 +0200 Matti Hamalainen Rename quit-related internal variables.
Tue, 04 Dec 2012 05:21:55 +0200 Matti Hamalainen Editline Backspace handling was wonky, we didn't check for edit position to be > 0. Fixed.
Sun, 11 Nov 2012 18:32:42 +0200 Matti Hamalainen Improve logging facilities. Private chats in query windows are now logged
Sun, 11 Nov 2012 07:33:31 +0200 Matti Hamalainen Silence a warning by typecasting to correct type from void.
Tue, 14 Aug 2012 02:17:03 +0300 Matti Hamalainen Fix various segfault issues.
Tue, 05 Jun 2012 23:59:49 +0300 Matti Hamalainen If username has not yet been set, show - instead of (null).
Tue, 05 Jun 2012 22:16:42 +0300 Matti Hamalainen Refactor input handling.
Sun, 03 Jun 2012 06:32:18 +0300 Matti Hamalainen Remove useless check from nnwin_putch().
Sun, 03 Jun 2012 06:31:52 +0300 Matti Hamalainen Fix a memory leak.
Sat, 02 Jun 2012 23:33:06 +0300 Matti Hamalainen Improve prompt function.
Sat, 02 Jun 2012 22:00:25 +0300 Matti Hamalainen Refactor window backbuffer to use integer as internal storage to simplify
Sat, 02 Jun 2012 20:03:08 +0300 Matti Hamalainen More work on curses cleanup. Almost working now.
Fri, 01 Jun 2012 12:00:11 +0300 Matti Hamalainen Begin work on integrating the removal of ncurses "windowing" and transition
Sun, 27 May 2012 11:46:41 +0300 Matti Hamalainen Check editbuf dirty flag in editline update.
Sun, 27 May 2012 11:45:51 +0300 Matti Hamalainen Cosmetics.
Sun, 27 May 2012 11:43:59 +0300 Matti Hamalainen Simplify ctrl+L screen refreshing.
Sat, 26 May 2012 06:56:18 +0300 Matti Hamalainen Refactor much of the "windowing" UI code into a new module, ui.[ch]