summaryrefslogtreecommitdiff
path: root/src/fe-text/statusbar-items.c
AgeCommit message (Expand)Author
2008-06-10Add 'actlist_names' option to add active items names in 'act' statusbar item.Emanuele Giaquinta
2008-05-15Use a GString rather than g_strdup_printf to build the format string.Emanuele Giaquinta
2008-05-15Re-add sort by level / aux-sort by refnum and re-map actlist_sortEmanuele Giaquinta
2008-04-06Slightly optimize update of activity list when a window is destroyed.Emanuele Giaquinta
2008-04-06Really make actlist_sort = level match active_window ordering.Emanuele Giaquinta
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-05-30Cleanup and optimize a bit sig_statusbar_activity_hilight.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-12-31lag_min_show should default to 1 sec, not 0.1secTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-03-24Input lines are now never destroyed and they're associated to statusbarTimo Sirainen
2002-03-10No more infobar, but in empty windows topicbar contains the URL.Timo Sirainen
2002-02-15/SET term_type didn't take effect on entry until the second time it wasTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-15A bit kludge fix for perl statusbar items breaking prompt changes atTimo Sirainen
2002-01-29A bit more better utf8 support, still not a good input line.Timo Sirainen
2001-12-20Still some #include "servers.h"s ..Timo Sirainen
2001-12-01snprintf() -> g_snprintf()Timo Sirainen
2001-11-29Make sure the more-statusbar item doesn't crash if there's no active window.Timo Sirainen
2001-11-25--more-- statusbar item didn't work properly with split windows. AlsoTimo Sirainen
2001-11-19Rewrote lag statusbar item. It's now updated properly.Timo Sirainen
2001-11-18--more-- works again, better than ever :)Timo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo 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-24Always set the newly created entry active. Currently we don't support multipl...Timo Sirainen
2001-10-23Activity list colors are now configurable.Timo Sirainen
2001-10-21Lag statusbar item isn't anymore displayed alwaysTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-08-14--more-- checker uses now "gui print text finished" signal. "gui " part wasTimo Sirainen
2001-08-14Removed trigraphs by adding "" in the middle.Timo Sirainen
2001-08-08"mail counter" signal is now sent when mail counter is updated in statusbar.Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-06-26Added $cumode expando which works like $P, but prints voices/halfops also.Timo Sirainen
2001-06-26special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } charsTimo 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-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-15minor cleanupTimo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-03-12%n+bg color change doesn't anymore set foreground black. changed theme'sTimo Sirainen
2001-03-12Statusbar rewrites. Colors are currently not configurable at all, but otherTimo Sirainen
2001-03-04More statusbar size fixes. Shouldn't corrupt entry line anymore.Timo Sirainen
2001-02-21added format_get_length() for getting length of text part in a formatTimo Sirainen