Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-02 | change color -> extents (malloc based) | ailin-nemui | |
2018-01-18 | Don't accept pos<0 or len<0 in gui_entry_set_color | GinjaNinja32 | |
2018-01-18 | Apply changes based on review feedback | GinjaNinja32 | |
2018-01-18 | Add color support for input bar | GinjaNinja32 | |
2017-09-15 | add new function to set the position in bytes | ailin-nemui | |
fixes #752 | |||
2016-08-24 | Fix an OOB access in the cutbuffer implementation. | LemonBoy | |
2016-05-18 | Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidth | ailin-nemui | |
Handle utf8 nicks with mk_wcwidth() | |||
2016-05-13 | Simplify scrlen_str() using string_width(). | Xavier G | |
2016-05-13 | Leverage string_policy(). | Xavier G | |
2016-05-03 | Fix some ANSI C issues. | pisculichi | |
2016-03-29 | Improve cutbuffer handling | ailin-nemui | |
* Adds two new keys which you can bind in /bind: yank_next_cutbuffer: Revert to the previous last deleted text append_next_kill: Append next deletion * Consecutive kills are now appended to the current cutbuffer | |||
2016-03-22 | cutbuffer: do not unconditionally use replace when noop was requested | ailin-nemui | |
2016-02-10 | fix whitespace | Todd A. Pratt | |
2016-01-30 | remove memory allocation check, spaces to tabs | Todd A. Pratt | |
2016-01-30 | add an append operation to cut buffer handling | Todd A. Pratt | |
2015-12-09 | Merge branch 'master' of github.com:irssi/irssi | Todd A. Pratt | |
2015-12-09 | Merge pull request #174 from ailin-nemui/entry-prompt-colours | ailin-nemui | |
reimplement format and length logic for the entry prompt | |||
2015-11-14 | use the enum name which was the original intended change | Todd A. Pratt | |
2015-11-13 | fix indentation, undelete line not meant to be deleted. | Todd A. Pratt | |
2015-11-13 | a facility for prepending or replacing the cutbuffer | Todd A. Pratt | |
2015-11-02 | Merge branch 'master' of github.com:toddpratt/irssi | Todd A. Pratt | |
2015-11-02 | Make C-w and M-backspace work right. | Todd A. Pratt | |
2015-10-03 | Remove check for >= 0 for unsigned unichar. | Alexander Færøy | |
2014-11-10 | reimplement format and length logic for the entry prompt | Ailin Nemui | |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter | |
2014-07-06 | Make configure checks able to build with -Werror | David Leadbeater | |
Also fix a few compiler warnings, this combined with pull #82 allows me to build with CFLAGS="-Werror -Wall". | |||
2008-12-09 | Remove internal utf8 functions in favour of glib ones. | Emanuele Giaquinta | |
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4958 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2008-12-09 | Cosmetic. | Emanuele Giaquinta | |
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4957 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2008-12-03 | Manually inline cell_width. | Emanuele Giaquinta | |
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4942 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2008-12-03 | Simplify. | Emanuele Giaquinta | |
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4941 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2008-11-18 | Move check on term_type outside of strlen_big5. | Emanuele Giaquinta | |
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4917 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-12-12 | Revert r2471, having the erase commands clear the cutbuffer when the | Emanuele Giaquinta | |
line is empty is annoying and not useful. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4667 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta | |
expected. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4535 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4534 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-25 | Make word commands unicode friendly. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4522 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-25 | Add function to delete the whole cell under the cursor and use it for | Emanuele Giaquinta | |
delete_character. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4521 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-25 | Move the cursor cell-wise in utf8. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4520 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-25 | Forbid insertion of a character with width 0 as the first character in | Emanuele Giaquinta | |
the prompt. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4519 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4518 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4490 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-08 | Update FSF address | Wouter Coekaerts | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4489 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4474 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-04-14 | Reindent. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4450 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-04-14 | Modify gui_entry_draw_from to clear to end of line only if it has not | Emanuele Giaquinta | |
written till the last column. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4449 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-04-14 | Revert r4352. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4444 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-02-07 | Redraw input line correctly in an utf8 locale when deleting a | Emanuele Giaquinta | |
nonspacing char by taking in account the cell width, bug #459. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4414 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2007-02-06 | Amend check for non printable chars to filter control chars 80-9F in an utf8 ↵ | Emanuele Giaquinta | |
locale, bug #460. Note: this was and is still broken with koi8-r. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4413 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2006-09-17 | Fix off-by-one error. | Emanuele Giaquinta | |
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4352 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2006-01-29 | Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte ↵ | Valentin Batz | |
characters properly git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4229 dbcabf3a-b0e7-0310-adc4-f8d773084564 | |||
2005-11-02 | Compile with glib1 again (part of patch from peder). g_unichar_*-ifying ↵ | Wouter Coekaerts | |
(making more things unicode aware) will probably have to wait till .11 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4063 dbcabf3a-b0e7-0310-adc4-f8d773084564 |