2008-12-03 |
Sadrul Habib Chowdhury |
Binding fixes.
|
2008-11-27 |
Sadrul Habib Chowdhury |
Do not alter the killring on delete-prev or delete-next (char) operations.
|
2008-11-14 |
Ethan Blanton |
Add M-erase as a default finch entry binding (delete-prev-word)
|
2008-06-06 |
Sadrul Habib Chowdhury |
Fixes a crash when next_begin_word is called on trailing spaces at the
|
2008-05-24 |
Sadrul Habib Chowdhury |
Treat digits and alphabets as the same class of characters when looking
|
2008-05-11 |
Richard Nelson |
Middle click pastes the internal clipboard
|
2008-04-23 |
Sadrul Habib Chowdhury |
Return FALSE when nothing changes after an attempted tab-completion.
|
2008-03-07 |
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.
|
2008-02-13 |
Sadrul Habib Chowdhury |
'\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
|
2008-01-03 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
2007-11-30 |
Sadrul Habib Chowdhury |
Emit the 'completion' signal when tab is pressed from a suggest word.
|
2007-11-28 |
Richard Nelson |
Fix cursor-next-word behaviour, noticed by jtb.
|
2007-11-05 |
Sadrul Habib Chowdhury |
Hitting Return in the entry will trigger the 'activate' signal.
|
2007-10-26 |
Sadrul Habib Chowdhury |
Add 'yank' action in the entry boxes.
|
2007-10-26 |
Sadrul Habib Chowdhury |
transpose-chars action for the entry boxes.
|
2007-10-16 |
Sadrul Habib Chowdhury |
Add gnt_color_pair, which will replace color codes with 'appropriate' text
|
2007-09-17 |
Sadrul Habib Chowdhury |
Tab-complete as much as possible when there are multiple suggests.
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-11 |
Sadrul Habib Chowdhury |
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
|
2007-08-11 |
Sadrul Habib Chowdhury |
libgnt.localize
|
2007-06-30 |
Sadrul Habib Chowdhury |
A 'completion' signal to emit whenever user accepts a completion suggest.
|
2007-06-29 |
Sadrul Habib Chowdhury |
Draw the password entries correctly.
|
2007-06-06 |
Eric Polino |
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
|
2007-05-05 |
Sadrul Habib Chowdhury |
Fix tab-completion.
|
2007-05-04 |
Sadrul Habib Chowdhury |
Fix some ickyness in the tab-completion. Now, if there's only one suggest word, then the first tab will just complete the suggestion. If there's only one suggest word, and it's already completed, then tab will take focus to the next widget. If there is a dropdown, then you can select a suggest word by pressing tabs to move to it, then either space or enter to accept it.
|
2007-03-29 |
Sadrul Habib Chowdhury |
Update the tab completion a little bit. The binding for suggest-show will perform suggest-next if the suggest-dropdown is already showing. If there's just one suggestion, then complete with that suggestion.
|
2007-03-18 |
Sean Egan |
renamed gaim-text to finch
|