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