Age | Commit message (Expand) | Author |
2017-09-21 | hidden lines | ailin-nemui |
2017-06-19 | Merge branch 'master' into regexex | ailin-nemui |
2017-06-05 | Performance improvements for /lastlog -before | dequis |
2017-06-05 | Performance improvements for /lastlog with big result sets | dequis |
2017-06-05 | get rid of new_text | ailin-nemui |
2017-06-04 | Refactor regex and implement UTF8 mode for GRegex | ailin-nemui |
2017-01-31 | Merge pull request #626 from ailin-nemui/textbuffer_monospace | ailin-nemui |
2017-01-03 | switch for gregex and regex.h | Ailin Nemui |
2017-01-02 | Use the RAW flag when building the regexps. | LemonBoy |
2017-01-02 | Rebase against master. | LemonBoy |
2017-01-02 | Remove the regexp_compiled field. | LemonBoy |
2017-01-02 | Use GLib's regexp interface (backed by PCRE) | LemonBoy |
2014-09-11 | support storing and replaying the monospace attribute in textbuffer | Ailin Nemui |
2014-07-07 | add italics support; don't use standout for reverse | Lukas Mai |
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-18 | Fix UTF-8 character corruption every 32kb of text buffer | Kuang-che Wu |
2009-02-08 | Code Cleanup: | Alexander Færøy |
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-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-01 | Remove the refcount on LINE_REC. | Jilles Tjoelker |
2008-04-16 | Make last_{fg,bg,flags} members of TEXT_BUFFER_REC. | Emanuele Giaquinta |
2008-03-28 | Move selection of string searching function out of the loop by using a | Emanuele Giaquinta |
2008-03-10 | Make line_add_colors part of the textbuffer api. | Emanuele Giaquinta |
2007-08-22 | Make /LASTLOG -after/-before work without text to match | Wouter Coekaerts |
2007-06-28 | Do not require that a line matches the input level to add it to the | Emanuele Giaquinta |
2007-06-28 | Do not compile the regexp if the input string is empty. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2002-12-30 | Don't access free'd memory. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-05-13 | changed log domain and changed few g_return_if_fails to g_asserts. the | Timo Sirainen |
2002-02-15 | /LAST -before didn't print the separators. | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2001-11-15 | textbuffer_insert() didn't work properly when trying to add empty string. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-08-12 | textbuffer_view_remove_line() fixes (with a small kludge..) | Timo Sirainen |
2001-08-08 | one more extra cleanup for textbuffer_remove_all_lines() | Timo Sirainen |
2001-08-08 | Some extra cleanups for /SB CLEAR. | Timo Sirainen |
2001-07-29 | Added a small sanity check - the condition should never happen, but it seems | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-07-12 | Replaced GList by adding prev/next pointers to LINE_REC. This should make | Timo Sirainen |
2001-04-16 | added/removed some checks | Timo Sirainen |