index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
textbuffer-view.c
Age
Commit message (
Expand
)
Author
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2014-07-18
fix uninitialised copy on 24bit colours
Ailin Nemui
2014-07-07
add italics support; don't use standout for reverse
Lukas Mai
2014-07-06
Merge pull request #85 from dgl/werror
Alexander Færøy
2014-07-06
Make configure checks able to build with -Werror
David Leadbeater
2014-07-04
fix compiler warnings in extended colour code
Ailin Nemui
2014-06-30
Finish 256 colour support for Irssi
Ailin Nemui
2014-06-30
Initial implementation of 256 colour support for Irssi
Tom Feist
2014-06-27
add print_text_after_time to specify time stamp for lines
Ailin Nemui
2014-06-11
fix print_after scrollback
Ailin Nemui
2009-01-18
Replace invalid utf-8 bytes with U+FFFD when drawing a line.
Emanuele Giaquinta
2009-01-13
Remove broken and unused format to add an indent function to a line.
Emanuele Giaquinta
2009-01-10
Remove buggy /scrollback redraw - scrollback_save_formats.
Emanuele Giaquinta
2008-12-12
Revert r4964, at least one script uses ypos.
Emanuele Giaquinta
2008-12-11
Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row
Emanuele Giaquinta
2008-11-15
Handle bold/blink attributes like other attributes rather than mapping them to
Emanuele Giaquinta
2008-10-08
Fix r4743 change, avoid sign extension.
Emanuele Giaquinta
2008-04-21
Use term_add_unichar to print ucs-4 chars.
Emanuele Giaquinta
2008-03-09
Rename variable.
Emanuele Giaquinta
2008-03-09
Replace usage of get_utf8_char with g_utf8_get_char_validated and
Emanuele Giaquinta
2007-06-17
Remove cuix from trunk.
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
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-03-12
When removing a line from the view also unconditionally remove any bookmark for
Emanuele Giaquinta
2007-02-20
UTF-8 0x80-0x9f characters weren't treated as control chars as they should have
Timo Sirainen
2007-02-17
Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.
Emanuele Giaquinta
2006-09-14
Set view->startline to NULL when the line to delete is the first of the view
Emanuele Giaquinta
2006-09-14
Revert r4343.
Emanuele Giaquinta
2006-09-12
Revert r4342.
Emanuele Giaquinta
2006-09-12
Missing update of view->startline when the line to delete is the first of the
Emanuele Giaquinta
2006-09-12
Do not restore the previous view when deleting the first line of the current ...
Emanuele Giaquinta
2006-08-08
Merge of cuix back in trunk
nattfodd
2005-11-23
replace guint by gsize for the glib2 version of irssi_ssl_read
Valentin Batz
2005-08-05
fix minor textbuffer leak, Bug 288 by Toby
Wouter Coekaerts
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-12-10
GC fixes.
Timo Sirainen
2002-10-14
Some changes to make doublewidth chars possibly work (or possibly horribly
Timo Sirainen
2002-05-18
External indent functions (theme_indent module) weren't working properly.
Timo Sirainen
2002-05-13
changed log domain and changed few g_return_if_fails to g_asserts. the
Timo Sirainen
2002-02-15
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
Timo Sirainen
2002-02-10
It's possible to use black foreground color now.
Timo Sirainen
2002-02-01
added some pointer casting to get rid of warnings with some compilers.
Timo Sirainen
2002-01-29
A bit more better utf8 support, still not a good input line.
Timo Sirainen
2002-01-29
Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still
Timo Sirainen
[next]