Simplify rxvt_temp_buf usage.
[dana/urxvt.git] / src / scrollbar.h
2008-11-05 rootminor overlay refactoring, syntax changes
2008-02-19 ayinMark some methods as private.
2008-02-19 ayinRemove 'len' member of scrollBar_t and compute it on...
2008-02-19 ayinMove scrollbar GCs and scrollbar_show_* from rxvt_term...
2008-02-19 ayinMake scrollbar_{resize,mapping,show} methods of scrollB...
2008-02-18 ayinMove update of style dependent data from resize_scrollb...
2008-02-17 ayinMake scrollbar_{minheight,size} methods of scrollBar_t.
2008-02-17 ayinMove defines at the top.
2008-02-17 ayinMake scrollbar_TotalWidth a method of scrollBar_t.
2008-01-29 ayinMake setup_scrollbar a method of scrollBar_t.
2008-01-29 ayinAdd enum for scrollbar states and remove methods/macros...
2008-01-28 ayinReplace scrollbar {up,dn}Button macros with methods.
2008-01-05 ayinName scrollbar struct and remove typedef.
2008-01-04 ayinMove leftptr_cursor from rxvt_term to scrollBar_t.
2008-01-01 ayinRevert q09mE8WxONp1QkLs and move scrollbar_len from...
2007-12-31 ayinRemove pointless macro.
2007-12-31 ayinMove last_{bot,top,state} from rxvt_term to scrollBar_t.
2007-12-30 ayinMove scrollbar_align from rxvt_xterm to scrollBar_t.
2007-12-29 ayinRemove use of isupper.
2007-12-29 ayinRemove unused macro.
2007-12-29 ayinRename 'sb_shadow' scrollBar_t field to 'shadow'.
2007-12-29 ayinMove sb_shadow from rxvt_vars to scrollBar_t.
2007-12-29 ayinMove scrollbar definitions from rxvt.h to its own header.