ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/scrollbar.h
Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri May 30 19:44:11 2014 UTC (9 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD, rxvt-unicode-rel-9_21, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.30: +1 -0 lines
Diff to previous 1.30
Fix height and position of the stippled area in next scrollbar, patch by totto.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 10:29:12 2012 UTC (11 years, 7 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Fix longstanding regression in handling of the scrollbar trough color
for rxvt style, introduced in 2008-01-15 change.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 08:16:07 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14, rxvt-unicode-rel-9_15
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Fix computation of scrollbar slider offsets when the track size is less
than the minimum slider size.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 08:11:27 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.27: +17 -17 lines
Diff to previous 1.27
Cosmetics, rename enum constants.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 18:48:41 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Remove failed attempt at avoiding unneeded resize and refresh of the
window when the scrollbar is turned on/off with the corresponding DEC
sequence.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 00:44:38 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.25: +10 -9 lines
Diff to previous 1.25
Use signed types for scrollbar size variables.

Unsigned arithmetic can hide bugs in this case. The 'size' method is
one such example: the returned expression would wrap around when the
window height is small, yielding an incorrect value.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 17:23:56 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.24: +13 -4 lines
Diff to previous 1.24
Convert scrollbar macros to inline functions.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 17:09:46 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.23: +18 -13 lines
Diff to previous 1.23
Use enum types for state, style and align scrollbar variables.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 14:43:54 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx, rel-9_06, rel-9_07, rel-9_09, rel-9_10, rel-9_11, rel-9_12
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
minor overlay refactoring, syntax changes

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 17:49:36 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_05
Changes since 1.21: +4 -3 lines
Diff to previous 1.21
Mark some methods as private.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 17:49:16 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
Remove 'len' member of scrollBar_t and compute it on demand.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 13:01:33 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.19: +42 -1 lines
Diff to previous 1.19
Move scrollbar GCs and scrollbar_show_* from rxvt_term to scrollBar_t.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 10:47:03 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.18: +3 -0 lines
Diff to previous 1.18
Make scrollbar_{resize,mapping,show} methods of scrollBar_t.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 11:41:40 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
Move update of style dependent data from resize_scrollbar to a new
method.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 12:11:56 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.16: +8 -8 lines
Diff to previous 1.16
Make scrollbar_{minheight,size} methods of scrollBar_t.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 12:11:36 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.15: +29 -28 lines
Diff to previous 1.15
Move defines at the top.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 11:37:21 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
Make scrollbar_TotalWidth a method of scrollBar_t.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 14:45:55 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
Make setup_scrollbar a method of scrollBar_t.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 13:57:23 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.12: +7 -9 lines
Diff to previous 1.12
Add enum for scrollbar states and remove methods/macros to set/check
it.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 10:54:54 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_02
Changes since 1.11: +22 -11 lines
Diff to previous 1.11
Replace scrollbar {up,dn}Button macros with methods.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jan 5 12:19:34 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_0, rel-9_01
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Name scrollbar struct and remove typedef.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 17:57:28 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
Move leftptr_cursor from rxvt_term to scrollBar_t.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 21:14:39 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Revert 2007-12-29 change and move scrollbar_len from rxvt_term to scrollBar_t.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 13:50:56 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
Remove pointless macro.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 01:05:51 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
Move last_{bot,top,state} from rxvt_term to scrollBar_t.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 23:45:42 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
Move scrollbar_align from rxvt_xterm to scrollBar_t.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:52:55 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Remove use of isupper.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:48:44 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
Remove unused macro.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:43:44 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Rename 'sb_shadow' scrollBar_t field to 'shadow'.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:25:43 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
Move sb_shadow from rxvt_vars to scrollBar_t.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 12:03:39 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Move scrollbar definitions from rxvt.h to its own header.

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a