summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2017-01-03Merge branch 'master' into 'security'Nei
2017-01-03Merge pull request #585 from ailin-nemui/win_seqailin-nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Use the RAW flag when building the regexps.LemonBoy
2017-01-02Rebase against master.LemonBoy
2017-01-02Remove the regexp_compiled field.LemonBoy
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2016-12-21Merge pull request #587 from ailin-nemui/sbar_crashailin-nemui
2016-12-19Fix oob read on invalid utf8 in term_addstrJoseph Bisch
2016-12-15reset background for mirc colour 99ailin-nemui
2016-12-15add assertion to statusbar_read_groupailin-nemui
2016-12-13manually redraw the activity list on expose onlyailin-nemui
2016-10-23Kill bell_beeps.Alexander Færøy
2016-08-24Fix an OOB access in the cutbuffer implementation.LemonBoy
2016-08-12remove broken dummy modeailin-nemui
2016-08-04remove curses terminal and ncurses macroailin-nemui
2016-06-25check for NULL in statusbar_more_updatedailin-nemui
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2016-05-18Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidthailin-nemui
2016-05-13Simplify scrlen_str() using string_width().Xavier G
2016-05-13Leverage string_policy().Xavier G
2016-05-13Move utf8.{h,c} from fe-common/core to core.Xavier G
2016-05-03Fix some ANSI C issues.pisculichi
2016-03-29Improve cutbuffer handlingailin-nemui
2016-03-22Make use of terminal application keys configurableailin-nemui
2016-03-22Merge pull request #452 from LemonBoy/terminfo-cupailin-nemui
2016-03-22Merge pull request #457 from ailin-nemui/fix_450ailin-nemui
2016-03-22Merge pull request #458 from ailin-nemui/fix_449ailin-nemui
2016-03-22Don't call terminfo_cont() twice on resumeLemonBoy
2016-03-22Properly toggle bracketed paste mode on stop/contailin-nemui
2016-03-22fix race condition in terminal initailin-nemui
2016-03-22cutbuffer: do not unconditionally use replace when noop was requestedailin-nemui
2016-02-24Make pasting warning appear when long pastes are going to be split into many ...Manish Goregaokar
2016-02-24use a #define'd LINE_SPLIT_LIMIT instead of hardcoding 400Manish Goregaokar
2016-02-10fix whitespaceTodd A. Pratt
2016-01-30remove memory allocation check, spaces to tabsTodd A. Pratt
2016-01-30add an append operation to cut buffer handlingTodd A. Pratt
2016-01-26Merge pull request #353 from toddpratt/masterailin-nemui
2016-01-08reorder history add and fixesailin-nemui
2015-12-15Merge pull request #306 from dequis/bracketed-pasteailin-nemui
2015-12-13Bracketed paste: fix nitpick from ahf's reviewdequis
2015-12-12Bracketed paste: Adjust paste line count if there's text after newlinesdequis
2015-12-12Disable timeout-based paste detection if paste_use_bracketed_mode is ondequis
2015-12-09Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-12-09Merge pull request #174 from ailin-nemui/entry-prompt-coloursailin-nemui
2015-11-22Use 'isblank()' instead of a custom macroLemonBoy
2015-11-22Correct a wrong use of the 'paste_buffer' variableFabian Kurz
2015-11-14use the enum name which was the original intended changeTodd A. Pratt
2015-11-13fix indentation, undelete line not meant to be deleted.Todd A. Pratt