summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2007-02-17Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.Emanuele Giaquinta
2007-02-14Fix format_real_length to return the correct length when the input stringEmanuele Giaquinta
2007-02-14Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.Emanuele Giaquinta
2007-02-07Redraw input line correctly in an utf8 locale when deleting aEmanuele Giaquinta
2007-02-06Amend check for non printable chars to filter control chars 80-9F in an utf8 ...Emanuele Giaquinta
2006-09-24Modify term_move to accept only non negative coordinates.Emanuele Giaquinta
2006-09-20Fix bold on monochrome terminals.Emanuele Giaquinta
2006-09-17Fix %k and %K mappings.Emanuele Giaquinta
2006-09-17Simplify.Emanuele Giaquinta
2006-09-17Fix off-by-one error.Emanuele Giaquinta
2006-09-14Set view->startline to NULL when the line to delete is the first of the viewEmanuele Giaquinta
2006-09-14Revert r4343.Emanuele Giaquinta
2006-09-13Modify scrollback clear to accept the same arguments as clear.Emanuele Giaquinta
2006-09-13Make indentation of cmd_clear consistent.Emanuele Giaquinta
2006-09-13Remove redundant variable.Emanuele Giaquinta
2006-09-12Revert r4342.Emanuele Giaquinta
2006-09-12Refactoring to avoid code duplication.Emanuele Giaquinta
2006-09-12Missing update of view->startline when the line to delete is the first of theEmanuele Giaquinta
2006-09-12Do not restore the previous view when deleting the first line of the current ...Emanuele Giaquinta
2006-09-10Fix compilation with glib-1.Emanuele Giaquinta
2006-09-09Add extra libs to irssi_LDADD, not to irssi_LDFLAGS.Emanuele Giaquinta
2006-09-09Cosmetic, merge two statements and reindent with tabs.Emanuele Giaquinta
2006-09-09Add support for wide curses.Emanuele Giaquinta
2006-08-08Merge of cuix back in trunknattfodd
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-02-01make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore)Wouter Coekaerts
2006-01-31Fix colors with TERM=xterm-{88,256}color, patch by Emanuele GiaquintaValentin Batz
2006-01-29Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...Valentin Batz
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-11-15Fixed return code of term_init (resulted in segfault with invalid TERM andJochen Eisinger
2005-11-02Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki...Wouter Coekaerts
2005-10-18Fix warnings caused by r4043Wouter Coekaerts
2005-10-18Fix delete_{next,previous}_word bindings, patch by Emanuele GiaquintaWouter Coekaerts
2005-10-12fixed recoding of own messages.Valentin Batz
2005-08-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...Valentin Batz
2005-08-05fix minor textbuffer leak, Bug 288 by TobyWouter Coekaerts
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...Wouter Coekaerts
2005-05-09Fixed bug where pasting is not using the character translation (http://bugs.i...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get...Valentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-07-11Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.Timo Sirainen
2004-05-14Pasting multibyte chars was buggy, patch by Kuang-che WuTimo Sirainen
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2004-03-23Added /SET paste_detect_keycount back. Pasting isn't detected until soTimo Sirainen
2004-03-23fixed /BIND escape_charTimo Sirainen
2004-01-24add space between merged linesTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19Added /SET paste_join_multiline - it attempts to be smart and detect whenTimo Sirainen