summaryrefslogtreecommitdiff
path: root/src/fe-text/statusbar-items.c
AgeCommit message (Expand)Author
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
2001-02-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-01-31Ugly quick hack to make act: never disappear but print as much activityTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-02Moved activity to last item in statusbarTimo 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-10-15Some hilight+window activity related fixesTimo 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-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
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-13Mail counter fixes.Timo Sirainen
2000-08-10Topic bar doesn't get erased anymore after resize.Timo Sirainen