Age | Commit message (Expand) | Author |
2008-12-09 | Remove internal utf8 functions in favour of glib ones. | Emanuele Giaquinta |
2008-12-09 | Cosmetic. | Emanuele Giaquinta |
2008-12-03 | Manually inline cell_width. | Emanuele Giaquinta |
2008-12-03 | Simplify. | Emanuele Giaquinta |
2008-11-18 | Move check on term_type outside of strlen_big5. | Emanuele Giaquinta |
2007-12-12 | Revert r2471, having the erase commands clear the cutbuffer when the | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-25 | Make word commands unicode friendly. | Emanuele Giaquinta |
2007-05-25 | Add function to delete the whole cell under the cursor and use it for | Emanuele Giaquinta |
2007-05-25 | Move the cursor cell-wise in utf8. | Emanuele Giaquinta |
2007-05-25 | Forbid insertion of a character with width 0 as the first character in | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta |
2007-04-14 | Reindent. | Emanuele Giaquinta |
2007-04-14 | Modify gui_entry_draw_from to clear to end of line only if it has not | Emanuele Giaquinta |
2007-04-14 | Revert r4352. | Emanuele Giaquinta |
2007-02-07 | Redraw input line correctly in an utf8 locale when deleting a | Emanuele Giaquinta |
2007-02-06 | Amend check for non printable chars to filter control chars 80-9F in an utf8 ... | Emanuele Giaquinta |
2006-09-17 | Fix off-by-one error. | Emanuele Giaquinta |
2006-01-29 | Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact... | Valentin Batz |
2005-11-02 | Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki... | Wouter Coekaerts |
2005-08-27 | Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo... | Valentin Batz |
2004-03-24 | Fixes for Chinese multibyte characters handling and cursor movement, patch | Timo Sirainen |
2003-10-26 | BIG5 stuff is used only if term_type is big5 | Timo Sirainen |
2003-10-19 | BIG5 fixes by vanilla@FreeBSD.org(?) | Timo Sirainen |
2002-10-14 | Some changes to make doublewidth chars possibly work (or possibly horribly | Timo Sirainen |
2002-02-25 | ^Y shouldn't crash with empty cutbuffer | Timo Sirainen |
2002-02-20 | Backspace/delete shouldn't modify cutbuffer. | Timo Sirainen |
2002-02-20 | stupid bug :) lines longer than 1024 chars made irssi crash. | Timo Sirainen |
2002-02-16 | Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 | Timo Sirainen |
2002-02-15 | don't crash if trying to erase 0 chars and there's no cutbuffer. | Timo Sirainen |
2002-02-15 | transpose_characters was broken | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-25 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-24 | Redraw was buggy if entry line didn't continue to end of line. | Timo Sirainen |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-13 | When active input line was destroyed, irssi didn't set active_entry to NULL. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-08-08 | Never insert NUL characters to entry line (Ctrl-Space) | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-06-01 | more #endif WANT_BIG5 -> #endif changes | Timo Sirainen |
2001-05-01 | --with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.org | Timo Sirainen |