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-common
/
core
/
fe-windows.h
Age
Commit message (
Expand
)
Author
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-02-10
Support for "immortal" windows, that can't be closed until explicitly set to
Timo Sirainen
2001-12-20
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...
Timo Sirainen
2001-12-20
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....
Timo Sirainen
2001-08-08
Fixed leaking window binds. They were added but rarely removed.
Timo Sirainen
2001-08-03
Added sticky window information to /WINDOW.
Timo Sirainen
2001-06-27
removed useless #define
Timo Sirainen
2001-04-14
related changes to textbuffer update..
Timo Sirainen
2001-03-17
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
Timo Sirainen
2001-03-08
Command history: allow "next history" to jump back to last msg in
Timo Sirainen
2001-03-03
When /SET autoclose_windows is ON, don't destroy windows if they have
Timo Sirainen
2001-02-19
Highlight colors can now have background color set with fg,bg. Works
Timo Sirainen
2001-02-10
Changed window->waiting_channels ("servertag name" format) to
Timo Sirainen
2001-02-10
/WINDOW SERVER: added -sticky and -unsticky options. If window server
Timo Sirainen
2001-01-28
WINDOW_REC: added width and height variables
Timo Sirainen
2001-01-09
Highlighting cleanups. Added /HILIGHT -priority option.
Timo Sirainen
2001-01-01
/WINDOW NUMBER: -sticky option added. Closing windows before a sticky
Timo Sirainen
2001-01-01
window_item_create(): when there's multiple choices where the window
Timo Sirainen
2000-12-02
window_[add|remove]_item -> window_item_[add|remove]
Timo Sirainen
2000-11-23
more changes from int xx:1 to unsigned int xx:1
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen