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
Age
Commit message (
Expand
)
Author
2014-07-06
Fixed a compiler warning for statusbar_redraw
Geert Hauwaerts
2014-07-06
Merge pull request #85 from dgl/werror
Alexander Færøy
2014-07-06
Updated the startup banner + added generic banner
Geert Hauwaerts
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-30
Merge pull request #11 from ailin-nemui/print_text_after_time-api
Alexander Færøy
2014-06-27
add print_text_after_time to specify time stamp for lines
Ailin Nemui
2014-06-27
s/INCLUDES/AM_CPPFLAGS/g
Dave Reisner
2014-06-18
Fix UTF-8 character corruption every 32kb of text buffer
Kuang-che Wu
2014-06-15
g_strcasecmp -> g_ascii_strcasecmp
David Hill
2014-06-11
fix print_after scrollback
Ailin Nemui
2012-06-24
Fix crash in mainwindows_resize_smaller when the 'mainwindows' list is empty.
Emanuele Giaquinta
2010-04-04
Add missing includes to shut the compiler up.
Alexander Færøy
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2010-02-27
Irssi now detects a paste if it reads at least three bytes in a single read;
Alexander Færøy
2009-05-22
Allow ctrl+home/ctrl+end to go to the beginning/end of scrollback.
Jilles Tjoelker
2009-03-01
Remove unused variables.
Jilles Tjoelker
2009-02-27
Check for SIGCONT using a custom GSource instead of every 0.5 second.
Jilles Tjoelker
2009-02-21
Reject invalid level specifications in /set.
Jilles Tjoelker
2009-02-08
Code Cleanup:
Alexander Færøy
2009-01-18
Replace invalid utf-8 bytes with U+FFFD when drawing a line.
Emanuele Giaquinta
2009-01-13
Fix last change.
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
2009-01-08
Remove memory chunks in favour of memory slices.
Emanuele Giaquinta
2009-01-04
Remove useless code, cur_line is always the last line of the textbuffer.
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-12-09
Remove internal utf8 functions in favour of glib ones.
Emanuele Giaquinta
2008-12-09
Cosmetic.
Emanuele Giaquinta
2008-12-08
Make some functions static.
Emanuele Giaquinta
2008-12-08
Simplify.
Emanuele Giaquinta
2008-12-07
Simplify and remove dead code.
Emanuele Giaquinta
2008-12-06
Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZE
Emanuele Giaquinta
2008-12-06
Always preserve the active mainwindow in mainwindows_resize_smaller,
Emanuele Giaquinta
2008-12-06
Fix leak introduced in r1855.
Emanuele Giaquinta
2008-12-05
Factor computation of fg/bg.
Emanuele Giaquinta
2008-12-03
Manually inline cell_width.
Emanuele Giaquinta
2008-12-03
Simplify.
Emanuele Giaquinta
2008-12-01
Add function to set minimum/maximum size for a statusbar item.
Emanuele Giaquinta
2008-12-01
Add public header with interfaces to manage statusbar items, bug #535.
Emanuele Giaquinta
2008-11-30
Simplify statusbar_item_default_handler by merging update_statusbar_bg and
Emanuele Giaquinta
2008-11-18
Move check on term_type outside of strlen_big5.
Emanuele Giaquinta
2008-11-18
Revert r4912.
Emanuele Giaquinta
2008-11-16
Simplify sending of the first pasted line.
Emanuele Giaquinta
2008-11-15
Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and...
Wouter Coekaerts
2008-11-15
Handle bold/blink attributes like other attributes rather than mapping them to
Emanuele Giaquinta
2008-11-10
Remove get_utf8_char/utf16_char_to_utf8 in favour of glib
Emanuele Giaquinta
[next]