ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/scrollbar-rxvt.C
Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (9 years, 11 months ago) by root
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.44: +1 -1 lines
Diff to previous 1.44
GPLv3

Revision 1.44 - (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.43: +0 -5 lines
Diff to previous 1.43
Fix longstanding regression in handling of the scrollbar trough color
for rxvt style, introduced in 2008-01-15 change.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 08:11:27 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.42: +4 -4 lines
Diff to previous 1.42
Cosmetics, rename enum constants.

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Mar 20 19:55:16 2011 UTC (13 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11, rel-9_12
Changes since 1.41: +1 -2 lines
Diff to previous 1.41
Revert change from 2010-03-30.
'shadow' must be set before 'show' is called, otherwise 'resize' uses
the wrong width.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 07:41:04 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
the pcg is now the schmorp

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 10:31:07 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx, rel-9_09, rel-9_10
Changes since 1.39: +2 -1 lines
Diff to previous 1.39
Move 'shadow' initialization to 'show_rxvt'.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 10:26:22 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.38: +10 -11 lines
Diff to previous 1.38
Remove useless indirection.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 17:49:16 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_05, rel-9_06, rel-9_07
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Remove 'len' member of scrollBar_t and compute it on demand.

Revision 1.37 - (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.36: +54 -50 lines
Diff to previous 1.36
Move scrollbar GCs and scrollbar_show_* from rxvt_term to scrollBar_t.

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 10:46:03 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.35: +12 -18 lines
Diff to previous 1.35
Simplify draw_button.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 01:29:19 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.34: +5 -2 lines
Diff to previous 1.34
Remove missed occurrences of scrollbar_is{Up,Dn}.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:45:29 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_0, rel-9_01, rel-9_02
Changes since 1.33: +8 -0 lines
Diff to previous 1.33
Init graphics contexts for rxvt scrollbar in scrollbar_show_rxvt.

Revision 1.33 - (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.32: +1 -1 lines
Diff to previous 1.32
Rename 'sb_shadow' scrollBar_t field to 'shadow'.

Revision 1.32 - (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.31: +1 -1 lines
Diff to previous 1.31
Move sb_shadow from rxvt_vars to scrollBar_t.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 11:36:15 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6, rel-8_7, rel-8_8, rel-8_9
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Cosmetics.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue May 1 21:30:01 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-8_3, rel-8_4
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
remove OPTION macro

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:42:01 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7, rel-7_8, rel-7_9, rel-8_0, rel-8_1, rel-8_2
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:40:35 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:04:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_6
Changes since 1.26: +17 -17 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 20:07:18 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.25: +6 -6 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:09:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3, rel-7_3a, rel-7_4, rel-7_5
Changes since 1.24: +17 -17 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 18:10:07 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_1, rel-7_2
Changes since 1.23: +7 -6 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 18:09:28 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +27 -34 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 17:11:12 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +20 -3 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 15:12:48 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.20: +6 -3 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 02:43:33 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3, rel-7_0
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 17:16:17 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_2
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 05:30:26 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-5_7, rel-5_8, rel-5_9, rel-6_0, rel-6_1
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 4 11:41:23 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_0, rel-5_1, rel-5_2, rel-5_3, rel-5_4, rel-5_5
Changes since 1.16: +3 -0 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 19:57:33 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_8, rel-4_0, rel-4_1, rel-4_2, rel-4_3, rel-4_4, rel-4_6, rel-4_7, rel-4_8, rel-4_9
Changes since 1.13: +20 -16 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 22:09:24 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_7
Changes since 1.10: +2 -3 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 21 22:24:07 2004 UTC (19 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-3_2, rel-3_3, rel-3_4, rel-3_5, rel-3_6
Changes since 1.9: +25 -28 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 20:31:45 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_8, rel-3_0
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 12:16:21 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-2_0, rel-2_1_0, rel-2_2, rel-2_3, rel-2_4, rel-2_5, rel-2_7
Changes since 1.7: +18 -18 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 07:11:49 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.6: +15 -15 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 1 01:34:41 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: after_astyle
Changes since 1.5: +143 -129 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 04:12:10 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: before_astyle
Changes since 1.4: +0 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 00:20:21 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.3: +43 -45 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 11:52:42 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1-2, rel-1-3
Changes since 1.2: +11 -11 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 17:31:28 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 17:28:08 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
*** empty log message ***

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