summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2000-12-05net_gethostbyname_nonblock(): don't crash if net_gethosterror() returnsTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-04/CLEAR -all - clear all windows.Timo Sirainen
2000-12-04don't allow printing iso8859-1 nonprintable highascii chars.Timo Sirainen
2000-12-04/SET scroll_page_count - how many lines to scroll with pgup/pgdn. eitherTimo Sirainen
2000-12-03Don't crash if first line in window is just a newlineTimo Sirainen
2000-12-03print the firsttimer info to irssi's window instead of stdout.Timo Sirainen
2000-12-03complain about old default.themesTimo Sirainen
2000-12-03Don't redraw screen when trying to scroll up at the start of scrollbackTimo Sirainen
2000-12-03fixesTimo Sirainen
2000-12-02Print timestamps correctly with /SB REDRAWTimo Sirainen
2000-12-02Moved activity to last item in statusbarTimo Sirainen
2000-12-02/SB REDRAW fixes, multiline formats should work now correctly.Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-11-30window_text_find() didn't work correctly with empty find string.Timo Sirainen
2000-11-27fixed text buffer crash when scrollback got fullTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26KEY_END isn't defined in all curses implementationsTimo Sirainen
2000-11-23Still some warnings removed..Timo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-22hilight-text: whops, bugfix went wrong :)Timo Sirainen
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-17Don't crash if MAIL environment isn't set.Timo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-12Text printing changes. Formats are now optionally saved to each line soTimo Sirainen
2000-11-11Ctrl-T = transpose_charactersTimo Sirainen
2000-11-10Use nodelay() instead of halfdelay()Timo Sirainen
2000-11-04Removed useless part of code.Timo Sirainen
2000-10-29long word handling fixesTimo Sirainen
2000-10-29Don't indent the next line when long word is split. Also we try not toTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-28Updated new default.theme to module-formats files.Timo Sirainen
2000-10-27use sigaction() instead of signal(). With some OSes the signal handlerTimo Sirainen
2000-10-15Some hilight+window activity related fixesTimo Sirainen
2000-10-11removed warningTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-09-27Also moving windows and changing refnum updates activity list.Timo Sirainen
2000-09-27Closing window didn't update window activity list.Timo Sirainen
2000-09-25Don't show statusbar with bold colorTimo Sirainen
2000-09-24Bugfix for checking if user mode was empty (don't show (+) in statusbar)Timo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-09-06No, SILC stuff still shouldn't be here :)Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen