summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-entry.c
AgeCommit message (Expand)Author
2016-02-10fix whitespaceTodd A. Pratt
2016-01-30remove memory allocation check, spaces to tabsTodd A. Pratt
2016-01-30add an append operation to cut buffer handlingTodd A. Pratt
2015-12-09Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2015-12-09Merge pull request #174 from ailin-nemui/entry-prompt-coloursailin-nemui
2015-11-14use the enum name which was the original intended changeTodd A. Pratt
2015-11-13fix indentation, undelete line not meant to be deleted.Todd A. Pratt
2015-11-13a facility for prepending or replacing the cutbufferTodd A. Pratt
2015-11-02Merge branch 'master' of github.com:toddpratt/irssiTodd A. Pratt
2015-11-02Make C-w and M-backspace work right.Todd A. Pratt
2015-10-03Remove check for >= 0 for unsigned unichar.Alexander Færøy
2014-11-10reimplement format and length logic for the entry promptAilin Nemui
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2008-12-09Remove internal utf8 functions in favour of glib ones.Emanuele Giaquinta
2008-12-09Cosmetic.Emanuele Giaquinta
2008-12-03Manually inline cell_width.Emanuele Giaquinta
2008-12-03Simplify.Emanuele Giaquinta
2008-11-18Move check on term_type outside of strlen_big5.Emanuele Giaquinta
2007-12-12Revert r2471, having the erase commands clear the cutbuffer when theEmanuele Giaquinta
2007-05-31Assume width 1 for control characters in places where a non-negative width isEmanuele Giaquinta
2007-05-31Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.Emanuele Giaquinta
2007-05-25Make word commands unicode friendly.Emanuele Giaquinta
2007-05-25Add function to delete the whole cell under the cursor and use it forEmanuele Giaquinta
2007-05-25Move the cursor cell-wise in utf8.Emanuele Giaquinta
2007-05-25Forbid insertion of a character with width 0 as the first character inEmanuele Giaquinta
2007-05-25Replace utf8_width with Markus Kuhn's wcwidth.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-03Add common IS_PRINTABLE macro.Emanuele Giaquinta
2007-04-14Reindent.Emanuele Giaquinta
2007-04-14Modify gui_entry_draw_from to clear to end of line only if it has notEmanuele Giaquinta
2007-04-14Revert r4352.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-17Fix off-by-one error.Emanuele Giaquinta
2006-01-29Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...Valentin Batz
2005-11-02Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki...Wouter Coekaerts
2005-08-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...Valentin Batz
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2003-10-26BIG5 stuff is used only if term_type is big5Timo Sirainen
2003-10-19BIG5 fixes by vanilla@FreeBSD.org(?)Timo Sirainen
2002-10-14Some changes to make doublewidth chars possibly work (or possibly horriblyTimo Sirainen
2002-02-25^Y shouldn't crash with empty cutbufferTimo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-20stupid bug :) lines longer than 1024 chars made irssi crash.Timo Sirainen
2002-02-16Cutbuffer should be cleared when ^U is used in empty line (or in general, 0Timo Sirainen
2002-02-15don't crash if trying to erase 0 chars and there's no cutbuffer.Timo Sirainen
2002-02-15transpose_characters was brokenTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen