index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
statusbar.c
Age
Commit message (
Expand
)
Author
2002-04-16
fixes for new signaling code.
Timo Sirainen
2002-04-15
Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi
Timo Sirainen
2002-03-11
All control chars in statusbar items are now displayed reversed.
Timo Sirainen
2002-02-15
Added /STATUSBAR commands for most commonly used tasks.
Timo Sirainen
2002-02-15
Statusbar wasn't always properly cleared when there was right-aligned items.
Timo Sirainen
2002-02-01
added some pointer casting to get rid of warnings with some compilers.
Timo Sirainen
2001-12-07
Fixed 2 small memory leaks.
Timo Sirainen
2001-11-20
Irssi didn't redraw the screen properly when split windows were created but
Timo Sirainen
2001-11-18
back to "Irssi didn't always remove the statusbar item from screen when it
Timo Sirainen
2001-11-18
typobugfix for previous commit.
Timo Sirainen
2001-11-18
After calls to statusbar_item_register() and statusbar_item_unregister(),
Timo Sirainen
2001-11-17
Irssi didn't always remove the statusbar item from screen when it should
Timo Sirainen
2001-11-15
Changed the escaping system - theme_format_expand_data()'s
Timo Sirainen
2001-11-15
Right-aligned statusbar items weren't positioned correctly.
Timo Sirainen
2001-11-12
Removed statusbar-items.h
Timo Sirainen
2001-10-28
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Timo Sirainen
2001-10-28
Added support for using terminfo/termcap instead of curses. By default,
Timo Sirainen
2001-10-20
Dependencies finally work correctly in perl libraries (they're each compiled
Timo Sirainen
2001-10-20
added mainwindow_resize_freeze() and .._thaw() functions to temporarily
Timo Sirainen
2001-10-14
Window-statusbars are created correctly with /RELOAD, some input line
Timo Sirainen
2001-10-14
Resizing terminal works now properly, also sends "terminal resized" signal
Timo Sirainen
2001-10-14
fallback to sb_background in theme if no other statusbar background settings
Timo Sirainen
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen
2001-08-04
statusbar_item_redraw() didn't work properly with multiple split windows.
Timo Sirainen
2001-06-01
Replaced all direct curses calls with screen_xx() wrappers. This should
Timo Sirainen
2001-05-11
statusbar was a bit broken when using split windows
Timo Sirainen
2001-04-14
Rewrote text buffer handling in windows - try #3.
Timo Sirainen
2001-04-01
removed some unused includes
Timo Sirainen
2001-03-15
when some statusbar item was forced to be removed because of lack of space,
Timo Sirainen
2001-03-15
Beginnings of configurable statusbar. The existing items can be configured
Timo Sirainen
2001-03-12
Statusbar rewrites. Colors are currently not configurable at all, but other
Timo Sirainen
2001-03-04
More statusbar size fixes. Shouldn't corrupt entry line anymore.
Timo Sirainen
2001-03-04
Statusbar could have gotten to endless loop trying to grow size of some
Timo Sirainen
2001-01-31
Ugly quick hack to make act: never disappear but print as much activity
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-10
Topic bar doesn't get erased anymore after resize.
Timo Sirainen
2000-08-10
Windowing system fixes, doesn't crash anymore after window resizes.
Timo Sirainen
2000-07-26
Mainwindows use now real curses WINDOWs, this should fix irssi with some
Timo Sirainen
2000-07-09
You can change statusbar colors with /SET statusbar_xxx.
Timo Sirainen
2000-05-09
- Compiling fixes
Timo Sirainen
2000-05-04
.. lots of changes ..
Timo Sirainen