log finch/libgnt/gntentry.c @ 32819:2c6510167895 default tip

age author description
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Wed, 09 Jun 2010 16:58:41 +0000 Sadrul Habib Chowdhury Allow page-up/downing in the suggestion list.
Fri, 02 Apr 2010 21:01:42 +0000 Sadrul Habib Chowdhury history-search action for text-entries.
Fri, 20 Nov 2009 21:45:44 +0000 Sadrul Habib Chowdhury Fix showing umlauts etc. on non-utf8 locales.
Tue, 27 Oct 2009 23:35:45 +0000 Sadrul Habib Chowdhury Fix a couple of invalid reads after clearing the text in an entry box.
Wed, 07 Oct 2009 21:17:10 +0000 Sadrul Habib Chowdhury Add missing null sentinels, and help the compiler catch such errors.
Sun, 05 Apr 2009 08:22:22 +0000 Sadrul Habib Chowdhury Update hardware cursor correctly.
Wed, 03 Dec 2008 17:17:19 +0000 Sadrul Habib Chowdhury Binding fixes.
Thu, 27 Nov 2008 20:53:51 +0000 Sadrul Habib Chowdhury Do not alter the killring on delete-prev or delete-next (char) operations.
Fri, 14 Nov 2008 03:04:38 +0000 Ethan Blanton Add M-erase as a default finch entry binding (delete-prev-word)
Fri, 06 Jun 2008 03:04:05 +0000 Sadrul Habib Chowdhury Fixes a crash when next_begin_word is called on trailing spaces at the
Sat, 24 May 2008 22:49:44 +0000 Sadrul Habib Chowdhury Treat digits and alphabets as the same class of characters when looking
Sun, 11 May 2008 07:24:59 +0000 Richard Nelson Middle click pastes the internal clipboard
Wed, 23 Apr 2008 10:11:58 +0000 Sadrul Habib Chowdhury Return FALSE when nothing changes after an attempted tab-completion.
Fri, 07 Mar 2008 16:51:36 +0000 Sadrul Habib Chowdhury The names history-next and history-prev were backwards! Make them right, and add c-n/c-p bindings as the default bindings. Thanks to shofixti for reporting the bug. Fixes #4593.
Wed, 13 Feb 2008 05:57:54 +0000 Sadrul Habib Chowdhury '\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Fri, 30 Nov 2007 22:36:33 +0000 Sadrul Habib Chowdhury Emit the 'completion' signal when tab is pressed from a suggest word.
Wed, 28 Nov 2007 03:51:18 +0000 Richard Nelson Fix cursor-next-word behaviour, noticed by jtb.
Mon, 05 Nov 2007 19:20:30 +0000 Sadrul Habib Chowdhury Hitting Return in the entry will trigger the 'activate' signal.
Fri, 26 Oct 2007 13:31:26 +0000 Sadrul Habib Chowdhury Add 'yank' action in the entry boxes.
Fri, 26 Oct 2007 07:27:00 +0000 Sadrul Habib Chowdhury transpose-chars action for the entry boxes.
Tue, 16 Oct 2007 09:51:12 +0000 Sadrul Habib Chowdhury Add gnt_color_pair, which will replace color codes with 'appropriate' text
Mon, 17 Sep 2007 04:27:44 +0000 Sadrul Habib Chowdhury Tab-complete as much as possible when there are multiple suggests.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 11 Aug 2007 04:19:32 +0000 Sadrul Habib Chowdhury disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
Sat, 11 Aug 2007 04:18:14 +0000 Sadrul Habib Chowdhury libgnt.localize
Sat, 30 Jun 2007 06:41:54 +0000 Sadrul Habib Chowdhury A 'completion' signal to emit whenever user accepts a completion suggest.