summaryrefslogtreecommitdiff
path: root/src/fe-text/statusbar.c
AgeCommit message (Expand)Author
2018-01-06sideways split support for Irssiailin-nemui
2016-05-03Fix some ANSI C issues.pisculichi
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-22Fix right aligned statusbar item redrawingChristopher P. Bills
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2009-02-08Code Cleanup:Alexander Færøy
2008-12-08Make some functions static.Emanuele Giaquinta
2008-12-01Add function to set minimum/maximum size for a statusbar item.Emanuele Giaquinta
2008-11-30Simplify statusbar_item_default_handler by merging update_statusbar_bg andEmanuele Giaquinta
2007-12-05Reindent.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-03Revert, do not use IS_PRINTABLE in reverse_controls.Emanuele Giaquinta
2007-05-03Add common IS_PRINTABLE macro.Emanuele Giaquinta
2007-02-14Fix format_real_length to return the correct length when the input stringEmanuele Giaquinta
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-05-13make sure the statusbar item fills the space it's given, so it won't corruptTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-03-11All control chars in statusbar items are now displayed reversed.Timo Sirainen
2002-02-15Added /STATUSBAR commands for most commonly used tasks.Timo Sirainen
2002-02-15Statusbar wasn't always properly cleared when there was right-aligned items.Timo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2001-12-07Fixed 2 small memory leaks.Timo Sirainen
2001-11-20Irssi didn't redraw the screen properly when split windows were created butTimo Sirainen
2001-11-18back to "Irssi didn't always remove the statusbar item from screen when itTimo Sirainen
2001-11-18typobugfix for previous commit.Timo Sirainen
2001-11-18After calls to statusbar_item_register() and statusbar_item_unregister(),Timo Sirainen
2001-11-17Irssi didn't always remove the statusbar item from screen when it shouldTimo Sirainen
2001-11-15Changed the escaping system - theme_format_expand_data()'sTimo Sirainen
2001-11-15Right-aligned statusbar items weren't positioned correctly.Timo Sirainen
2001-11-12Removed statusbar-items.hTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20added mainwindow_resize_freeze() and .._thaw() functions to temporarilyTimo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen
2001-10-14Resizing terminal works now properly, also sends "terminal resized" signalTimo Sirainen
2001-10-14fallback to sb_background in theme if no other statusbar background settingsTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-08-04statusbar_item_redraw() didn't work properly with multiple split windows.Timo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-05-11statusbar was a bit broken when using split windowsTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-04-01removed some unused includesTimo Sirainen
2001-03-15when some statusbar item was forced to be removed because of lack of space,Timo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen