summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2015-11-13remove more cruft from previous implementationTodd A. Pratt
2015-11-13remove cruft from previous implementationTodd A. Pratt
2015-11-13a facility for prepending or replacing the cutbufferTodd A. Pratt
2015-11-02Merge branch 'master' of github.com:toddpratt/irssiTodd A. Pratt
2015-11-02Make C-w and M-backspace work right.Todd A. Pratt
2015-11-02Merge pull request #330 from dequis/xterm-keypad-enterailin-nemui
2015-11-01Merge pull request #320 from irssi/ahf/add-setting-type-anydx
2015-10-06Add xterm's keypad enter, meta-O-M to "key return" bindingsdequis
2015-10-04Fix the indentation.LemonBoy
2015-10-03Remove check for >= 0 for unsigned unichar.Alexander Færøy
2015-10-02Even simpler logicLemonBoy
2015-10-02Rework the logic to avoid allocating memoryLemonBoy
2015-10-02Fix the display of utf8 sequences in the guiLemonBoy
2015-09-21Fix FS#905, mangled text when pasted line length exceeds 400dequis
2015-09-20Merge pull request #288 from irssi/ahf/kill-gcdx
2015-09-20Fix warning.Alexander Færøy
2015-09-20Remove Garbage Collection support.Alexander Færøy
2015-09-19Modify the terminal initialization sequenceLemonBoy
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-03-01Merge pull request #217 from Lohhari/lastlog-dateAlexander Færøy
2015-02-17fix crash in layout code when encountering wrong configAilin Nemui
2015-02-17Refuse to load broken configs on irssi startAilin Nemui
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2015-02-16Merge pull request #115 from ailin-nemui/fix-hat-keyAlexander Færøy
2015-02-16lastlog.c is a mix of tab and space indentation. My changes now use tabs.Vesa Pirila
2015-02-08Added customization possibility for the lastlog date format, lastlog_dateVesa Pirila
2015-02-08Added a -date parameter to /lastlog to prepend each row with the row's dateVesa Pirila
2014-12-14Fix blinking/bold text in terminals with no color supportdequis
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-08-25Add the signal for printtext_after that was missed in the original commit.Ailin Nemui
2014-08-09Merge pull request #123 from ailin-nemui/terminfo-scroll-check-boundsAlexander Færøy
2014-08-09Add bounds check to array access in terminfo driver.Ailin Nemui
2014-08-08Merge pull request #109 from cpbills/mastertomaw
2014-07-31fix mirc_blink_fixAilin Nemui
2014-07-28Modify escape of ^ key so it can be used as well as Ctrl+^Ailin Nemui
2014-07-24fix colour 0 againAilin Nemui
2014-07-23restore the colour 0 ("black") that got broken by extended coloursAilin Nemui
2014-07-22Fix right aligned statusbar item redrawingChristopher P. Bills
2014-07-18fix uninitialised copy on 24bit coloursAilin Nemui
2014-07-08Suggest /HELP rather than HELPDavid Leadbeater
2014-07-08Change to printtext for first time message tooDavid Leadbeater
2014-07-08Only show banner if not connecting to serversDavid Leadbeater
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-07-06Fixed a compiler warning for statusbar_redrawGeert Hauwaerts
2014-07-06Merge pull request #85 from dgl/werrorAlexander Færøy