summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-view.c
AgeCommit message (Expand)Author
2018-03-17fix a crash when trying to append to a NULL lineailin-nemui
2018-01-08Merge pull request #697 from ailin-nemui/rsplitailin-nemui
2018-01-06fix redrawailin-nemui
2018-01-06sideways split support for Irssiailin-nemui
2017-09-21hidden linesailin-nemui
2017-05-27do not reset true colour bit on colour resetailin-nemui
2017-01-31Merge pull request #626 from ailin-nemui/textbuffer_monospaceailin-nemui
2017-01-20implement break_wideailin-nemui
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-09-11support storing and replaying the monospace attribute in textbufferAilin Nemui
2014-07-18fix uninitialised copy on 24bit coloursAilin Nemui
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-07-06Merge pull request #85 from dgl/werrorAlexander Færøy
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-07-04fix compiler warnings in extended colour codeAilin Nemui
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
2014-06-11fix print_after scrollbackAilin Nemui
2009-01-18Replace invalid utf-8 bytes with U+FFFD when drawing a line.Emanuele Giaquinta
2009-01-13Remove broken and unused format to add an indent function to a line.Emanuele Giaquinta
2009-01-10Remove buggy /scrollback redraw - scrollback_save_formats.Emanuele Giaquinta
2008-12-12Revert r4964, at least one script uses ypos.Emanuele Giaquinta
2008-12-11Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the rowEmanuele Giaquinta
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-10-08Fix r4743 change, avoid sign extension.Emanuele Giaquinta
2008-04-21Use term_add_unichar to print ucs-4 chars.Emanuele Giaquinta
2008-03-09Rename variable.Emanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated andEmanuele Giaquinta
2007-06-17Remove cuix from trunk.Emanuele 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-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-03-12When removing a line from the view also unconditionally remove any bookmark forEmanuele Giaquinta
2007-02-20UTF-8 0x80-0x9f characters weren't treated as control chars as they should haveTimo Sirainen
2007-02-17Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.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-12Revert r4342.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-08-08Merge of cuix back in trunknattfodd
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-08-05fix minor textbuffer leak, Bug 288 by TobyWouter Coekaerts
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